Skip to content

Commit

Permalink
remove all highlight changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadman97 committed Oct 15, 2024
1 parent 8837fe3 commit 2d674b7
Show file tree
Hide file tree
Showing 27 changed files with 244 additions and 158,754 deletions.
147,392 changes: 0 additions & 147,392 deletions .yarn/releases/yarn-1.23.0-20220130.1630.cjs

This file was deleted.

1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,8 @@
"lint:report": "yarn eslint --output-file eslint_report.json --format json packages/*/src --ext .ts,.tsx,.js,.jsx",
"release": "yarn build:all && changeset publish"
},
"resolutions": {
"**/cssom": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz",
"**/@types/dom-webcodecs": "0.1.5"
},
"browserslist": [
"defaults",
"not op_mini all"
],
"packageManager": "[email protected]"
]
}
13 changes: 6 additions & 7 deletions packages/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
],
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"test": "vitest run",
"test:watch": "vitest watch",
"check-types": "tsc -noEmit",
"prepublish": "tsc -noEmit && vite build",
"build": "tsc -noEmit && vite build",
"lint": "yarn eslint src/**/*.ts"
},
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/@rrweb/all#readme",
Expand Down Expand Up @@ -50,15 +49,15 @@
],
"devDependencies": {
"puppeteer": "^20.9.0",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.4.0",
"typescript": "^5.4.5"
"vitest": "^1.4.0"
},
"dependencies": {
"@rrweb/types": "^2.0.0-alpha.17",
"@rrweb/packer": "^2.0.0-alpha.17",
"rrweb": "^2.0.0-alpha.17"
"@rrweb/packer": "workspace:*",
"@rrweb/types": "workspace:*",
"rrweb": "workspace:*"
},
"browserslist": [
"supports es6-class"
Expand Down
11 changes: 5 additions & 6 deletions packages/packer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
],
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"test": "vitest run",
"test:watch": "vitest watch",
"check-types": "tsc -noEmit",
"prepublish": "tsc -noEmit && vite build",
"build": "tsc -noEmit && vite build",
"lint": "yarn eslint src/**/*.ts"
},
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/@rrweb/packer#readme",
Expand Down Expand Up @@ -71,14 +70,14 @@
"package.json"
],
"devDependencies": {
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.4.0",
"typescript": "^5.4.5"
"vitest": "^1.4.0"
},
"dependencies": {
"fflate": "^0.4.4",
"@rrweb/types": "^2.0.0-alpha.17"
"@rrweb/types": "workspace:*",
"fflate": "^0.4.4"
},
"browserslist": [
"supports es6-class"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
],
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"check-types": "tsc -noEmit",
"prepublish": "tsc -noEmit && vite build"
"build": "tsc -noEmit && vite build"
},
"repository": {
"type": "git",
Expand All @@ -43,12 +42,12 @@
},
"homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": {
"rrweb": "^2.0.0-alpha.17",
"rrweb": "workspace:*",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"rrweb": "^2.0.0-alpha.17"
"rrweb": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
],
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"check-types": "tsc -noEmit",
"prepublish": "tsc -noEmit && vite build"
"build": "tsc -noEmit && vite build"
},
"repository": {
"type": "git",
Expand All @@ -43,12 +42,12 @@
},
"homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": {
"rrweb": "^2.0.0-alpha.17",
"rrweb": "workspace:*",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"rrweb": "^2.0.0-alpha.17"
"rrweb": "workspace:*"
}
}
11 changes: 5 additions & 6 deletions packages/plugins/rrweb-plugin-console-record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
"dev": "vite build --watch",
"test": "vitest run",
"test:watch": "vitest watch",
"build": "yarn turbo run prepublish",
"check-types": "tsc -noEmit",
"prepublish": "tsc -noEmit && vite build"
"build": "tsc -noEmit && vite build"
},
"repository": {
"type": "git",
Expand All @@ -45,14 +44,14 @@
},
"homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": {
"rrweb": "^2.0.0-alpha.17",
"puppeteer": "^20.9.0",
"rrweb": "workspace:*",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.4.0",
"puppeteer": "^20.9.0"
"vitest": "^1.4.0"
},
"peerDependencies": {
"rrweb": "^2.0.0-alpha.17"
"rrweb": "workspace:*"
}
}
9 changes: 4 additions & 5 deletions packages/plugins/rrweb-plugin-console-replay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
],
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"check-types": "tsc -noEmit",
"prepublish": "tsc -noEmit && vite build"
"build": "tsc -noEmit && vite build"
},
"repository": {
"type": "git",
Expand All @@ -43,13 +42,13 @@
},
"homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": {
"@rrweb/rrweb-plugin-console-record": "^2.0.0-alpha.17",
"rrweb": "^2.0.0-alpha.17",
"@rrweb/rrweb-plugin-console-record": "workspace:*",
"rrweb": "workspace:*",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"rrweb": "^2.0.0-alpha.17"
"rrweb": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
],
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"check-types": "tsc -noEmit",
"prepublish": "tsc -noEmit && vite build"
"build": "tsc -noEmit && vite build"
},
"repository": {
"type": "git",
Expand All @@ -43,12 +42,13 @@
},
"homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": {
"rrweb": "^2.0.0-alpha.17",
"rrweb": "workspace:*",
"turbo": "^2.1.3",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"rrweb": "^2.0.0-alpha.17"
"rrweb": "workspace:*"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
],
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"check-types": "tsc -noEmit",
"prepublish": "tsc -noEmit && vite build"
"build": "tsc -noEmit && vite build"
},
"repository": {
"type": "git",
Expand All @@ -43,13 +42,13 @@
},
"homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": {
"@rrweb/rrweb-plugin-sequential-id-record": "^2.0.0-alpha.17",
"rrweb": "^2.0.0-alpha.17",
"@rrweb/rrweb-plugin-sequential-id-record": "workspace:*",
"rrweb": "workspace:*",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"rrweb": "^2.0.0-alpha.17"
"rrweb": "workspace:*"
}
}
11 changes: 5 additions & 6 deletions packages/record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
],
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"test": "vitest run",
"test:watch": "vitest watch",
"check-types": "tsc -noEmit",
"prepublish": "tsc -noEmit && vite build",
"build": "tsc -noEmit && vite build",
"lint": "yarn eslint src/**/*.ts"
},
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/@rrweb/record#readme",
Expand Down Expand Up @@ -49,14 +48,14 @@
],
"devDependencies": {
"puppeteer": "^20.9.0",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.4.0",
"typescript": "^5.4.5"
"vitest": "^1.4.0"
},
"dependencies": {
"@rrweb/types": "^2.0.0-alpha.17",
"rrweb": "^2.0.0-alpha.17"
"@rrweb/types": "workspace:*",
"rrweb": "workspace:*"
},
"browserslist": [
"supports es6-class"
Expand Down
11 changes: 5 additions & 6 deletions packages/replay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
],
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"test": "vitest run",
"test:watch": "vitest watch",
"check-types": "tsc -noEmit",
"prepublish": "tsc -noEmit && vite build",
"build": "tsc -noEmit && vite build",
"lint": "yarn eslint src/**/*.ts"
},
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/@rrweb/replay#readme",
Expand Down Expand Up @@ -50,14 +49,14 @@
],
"devDependencies": {
"puppeteer": "^20.9.0",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.4.0",
"typescript": "^5.4.5"
"vitest": "^1.4.0"
},
"dependencies": {
"@rrweb/types": "^2.0.0-alpha.17",
"rrweb": "^2.0.0-alpha.17"
"@rrweb/types": "workspace:*",
"rrweb": "workspace:*"
},
"browserslist": [
"supports es6-class"
Expand Down
11 changes: 5 additions & 6 deletions packages/rrdom-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"version": "2.0.0-alpha.17",
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"check-types": "tsc -noEmit",
"test": "vitest run",
"test:watch": "vitest watch",
"prepublish": "tsc -noEmit && vite build",
"build": "tsc -noEmit && vite build",
"lint": "yarn eslint src/**/*.ts"
},
"keywords": [
Expand Down Expand Up @@ -46,16 +45,16 @@
"compare-versions": "^4.1.3",
"eslint": "^8.15.0",
"puppeteer": "^9.1.1",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.4.0",
"typescript": "^5.4.5"
"vitest": "^1.4.0"
},
"dependencies": {
"cssom": "^0.5.0",
"cssstyle": "^2.3.0",
"nwsapi": "2.2.0",
"rrdom": "^2.0.0-alpha.17",
"rrweb-snapshot": "^2.0.0-alpha.17"
"rrdom": "workspace:*",
"rrweb-snapshot": "workspace:*"
}
}
8 changes: 4 additions & 4 deletions packages/rrdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,29 +30,29 @@
},
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"check-types": "tsc -noEmit",
"test": "vitest run",
"test:watch": "vitest",
"prepublish": "tsc -noEmit && vite build",
"build": "tsc -noEmit && vite build",
"lint": "yarn eslint src/**/*.ts"
},
"bugs": {
"url": "https://github.com/rrweb-io/rrweb/issues"
},
"devDependencies": {
"@rrweb/types": "^2.0.0-alpha.17",
"@rrweb/types": "workspace:*",
"@types/puppeteer": "^5.4.4",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"eslint": "^8.15.0",
"happy-dom": "^14.12.0",
"puppeteer": "^17.1.3",
"turbo": "^2.1.3",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"dependencies": {
"rrweb-snapshot": "^2.0.0-alpha.17"
"rrweb-snapshot": "workspace:*"
}
}
Loading

0 comments on commit 2d674b7

Please sign in to comment.