Version Packages (alpha) (#1216)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a01a12ef67
commit
46df5cd988
@@ -12,20 +12,31 @@
|
|||||||
"rrvideo": "2.0.0-alpha.6"
|
"rrvideo": "2.0.0-alpha.6"
|
||||||
},
|
},
|
||||||
"changesets": [
|
"changesets": [
|
||||||
|
"brave-numbers-joke",
|
||||||
"calm-bulldogs-speak",
|
"calm-bulldogs-speak",
|
||||||
"chatty-cherries-train",
|
"chatty-cherries-train",
|
||||||
|
"cold-eyes-hunt",
|
||||||
"controller-finish-flag",
|
"controller-finish-flag",
|
||||||
|
"date-now-guard",
|
||||||
"eight-terms-hunt",
|
"eight-terms-hunt",
|
||||||
"empty-bikes-cheer",
|
"empty-bikes-cheer",
|
||||||
"fair-dragons-greet",
|
"fair-dragons-greet",
|
||||||
"fast-chefs-smell",
|
"fast-chefs-smell",
|
||||||
|
"few-turkeys-reflect",
|
||||||
"five-peas-lay",
|
"five-peas-lay",
|
||||||
|
"forty-elephants-attack",
|
||||||
|
"fresh-cars-impress",
|
||||||
"fresh-spoons-drive",
|
"fresh-spoons-drive",
|
||||||
|
"gold-terms-look",
|
||||||
"grumpy-ways-own",
|
"grumpy-ways-own",
|
||||||
"large-ants-prove",
|
"large-ants-prove",
|
||||||
|
"lazy-toes-confess",
|
||||||
|
"little-radios-thank",
|
||||||
"little-suits-leave",
|
"little-suits-leave",
|
||||||
"loud-seals-raise",
|
"loud-seals-raise",
|
||||||
"lovely-pears-cross",
|
"lovely-pears-cross",
|
||||||
|
"lovely-students-boil",
|
||||||
|
"mean-tips-impress",
|
||||||
"mighty-frogs-sparkle",
|
"mighty-frogs-sparkle",
|
||||||
"nervous-poets-grin",
|
"nervous-poets-grin",
|
||||||
"nervous-tables-travel",
|
"nervous-tables-travel",
|
||||||
@@ -37,9 +48,11 @@
|
|||||||
"proud-experts-jam",
|
"proud-experts-jam",
|
||||||
"real-masks-explode",
|
"real-masks-explode",
|
||||||
"real-trains-switch",
|
"real-trains-switch",
|
||||||
|
"rich-crews-protect",
|
||||||
"serious-ants-juggle",
|
"serious-ants-juggle",
|
||||||
"sixty-impalas-laugh",
|
"sixty-impalas-laugh",
|
||||||
"small-olives-arrive",
|
"small-olives-arrive",
|
||||||
|
"smooth-poems-bake",
|
||||||
"stupid-ghosts-help",
|
"stupid-ghosts-help",
|
||||||
"swift-peas-film",
|
"swift-peas-film",
|
||||||
"tidy-yaks-joke",
|
"tidy-yaks-joke",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# rrdom-nodejs
|
# rrdom-nodejs
|
||||||
|
|
||||||
|
## 2.0.0-alpha.9
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`b798f2d`](https://github.com/rrweb-io/rrweb/commit/b798f2dbc07b5a24dcaf40d164159200b6c0679d), [`d7c72bf`](https://github.com/rrweb-io/rrweb/commit/d7c72bff0724b46a6fa94af455220626a27104fe)]:
|
||||||
|
- rrdom@2.0.0-alpha.9
|
||||||
|
- rrweb-snapshot@2.0.0-alpha.9
|
||||||
|
|
||||||
## 2.0.0-alpha.8
|
## 2.0.0-alpha.8
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rrdom-nodejs",
|
"name": "rrdom-nodejs",
|
||||||
"version": "2.0.0-alpha.8",
|
"version": "2.0.0-alpha.9",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "rollup -c -w",
|
"dev": "rollup -c -w",
|
||||||
"bundle": "rollup --config",
|
"bundle": "rollup --config",
|
||||||
@@ -48,8 +48,8 @@
|
|||||||
"cssom": "^0.5.0",
|
"cssom": "^0.5.0",
|
||||||
"cssstyle": "^2.3.0",
|
"cssstyle": "^2.3.0",
|
||||||
"nwsapi": "^2.2.0",
|
"nwsapi": "^2.2.0",
|
||||||
"rrdom": "^2.0.0-alpha.8",
|
"rrdom": "^2.0.0-alpha.9",
|
||||||
"rrweb-snapshot": "^2.0.0-alpha.8"
|
"rrweb-snapshot": "^2.0.0-alpha.9"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"supports es6-class"
|
"supports es6-class"
|
||||||
|
|||||||
@@ -1,5 +1,17 @@
|
|||||||
# rrdom
|
# rrdom
|
||||||
|
|
||||||
|
## 2.0.0-alpha.9
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#1222](https://github.com/rrweb-io/rrweb/pull/1222) [`b798f2d`](https://github.com/rrweb-io/rrweb/commit/b798f2dbc07b5a24dcaf40d164159200b6c0679d) Thanks [@YunFeng0817](https://github.com/YunFeng0817)! - Fix: rrdom bugs
|
||||||
|
|
||||||
|
1. Fix a bug in the diff algorithm.
|
||||||
|
2. Omit the 'srcdoc' attribute of iframes to avoid overwriting content.
|
||||||
|
|
||||||
|
- Updated dependencies [[`d7c72bf`](https://github.com/rrweb-io/rrweb/commit/d7c72bff0724b46a6fa94af455220626a27104fe)]:
|
||||||
|
- rrweb-snapshot@2.0.0-alpha.9
|
||||||
|
|
||||||
## 2.0.0-alpha.8
|
## 2.0.0-alpha.8
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rrdom",
|
"name": "rrdom",
|
||||||
"version": "2.0.0-alpha.8",
|
"version": "2.0.0-alpha.9",
|
||||||
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/rrdom#readme",
|
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/rrdom#readme",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/rrdom.cjs",
|
"main": "lib/rrdom.cjs",
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rollup/plugin-commonjs": "^20.0.0",
|
"@rollup/plugin-commonjs": "^20.0.0",
|
||||||
"@rrweb/types": "^2.0.0-alpha.8",
|
"@rrweb/types": "^2.0.0-alpha.9",
|
||||||
"@types/jest": "^27.4.1",
|
"@types/jest": "^27.4.1",
|
||||||
"@types/puppeteer": "^5.4.4",
|
"@types/puppeteer": "^5.4.4",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
||||||
@@ -47,6 +47,6 @@
|
|||||||
"ts-jest": "^27.1.3"
|
"ts-jest": "^27.1.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"rrweb-snapshot": "^2.0.0-alpha.8"
|
"rrweb-snapshot": "^2.0.0-alpha.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
# rrvideo
|
# rrvideo
|
||||||
|
|
||||||
|
## 2.0.0-alpha.9
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#1197](https://github.com/rrweb-io/rrweb/pull/1197) [`23d0138`](https://github.com/rrweb-io/rrweb/commit/23d01387f439db68d2874879242b6ade3e103f75) Thanks [@YunFeng0817](https://github.com/YunFeng0817)! - Refactor: Improve the video quality and add a progress bar for the CLI tool
|
||||||
|
|
||||||
|
- Updated dependencies [[`a01a12e`](https://github.com/rrweb-io/rrweb/commit/a01a12ef6769f26aa922ccd6ac76499f0837f0c2)]:
|
||||||
|
- rrweb-player@2.0.0-alpha.9
|
||||||
|
|
||||||
## 2.0.0-alpha.8
|
## 2.0.0-alpha.8
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rrvideo",
|
"name": "rrvideo",
|
||||||
"version": "2.0.0-alpha.8",
|
"version": "2.0.0-alpha.9",
|
||||||
"description": "transform rrweb session into video",
|
"description": "transform rrweb session into video",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
@@ -26,13 +26,13 @@
|
|||||||
"@types/node": "^18.15.11",
|
"@types/node": "^18.15.11",
|
||||||
"jest": "^27.5.1",
|
"jest": "^27.5.1",
|
||||||
"ts-jest": "^27.1.3",
|
"ts-jest": "^27.1.3",
|
||||||
"@rrweb/types": "^2.0.0-alpha.8"
|
"@rrweb/types": "^2.0.0-alpha.9"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@open-tech-world/cli-progress-bar": "^2.0.2",
|
"@open-tech-world/cli-progress-bar": "^2.0.2",
|
||||||
"fs-extra": "^11.1.1",
|
"fs-extra": "^11.1.1",
|
||||||
"minimist": "^1.2.5",
|
"minimist": "^1.2.5",
|
||||||
"playwright": "^1.32.1",
|
"playwright": "^1.32.1",
|
||||||
"rrweb-player": "^2.0.0-alpha.8"
|
"rrweb-player": "^2.0.0-alpha.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
# rrweb-player
|
# rrweb-player
|
||||||
|
|
||||||
|
## 2.0.0-alpha.9
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#1247](https://github.com/rrweb-io/rrweb/pull/1247) [`a01a12e`](https://github.com/rrweb-io/rrweb/commit/a01a12ef6769f26aa922ccd6ac76499f0837f0c2) Thanks [@Juice10](https://github.com/Juice10)! - Fix `player.getMirror`, `player.playRange`, `player.$set` types in rrwebPlayer
|
||||||
|
|
||||||
|
- Updated dependencies [[`490b3e2`](https://github.com/rrweb-io/rrweb/commit/490b3e2b62b62d61e6f6f5391d5b879194c9a221), [`a1ec9a2`](https://github.com/rrweb-io/rrweb/commit/a1ec9a273e6634eec67098fdd880ee681648fbbd), [`490b3e2`](https://github.com/rrweb-io/rrweb/commit/490b3e2b62b62d61e6f6f5391d5b879194c9a221), [`d7c72bf`](https://github.com/rrweb-io/rrweb/commit/d7c72bff0724b46a6fa94af455220626a27104fe), [`ebcbe8b`](https://github.com/rrweb-io/rrweb/commit/ebcbe8b0d746a0a4c07d3530387f920900f35215)]:
|
||||||
|
- rrweb@2.0.0-alpha.9
|
||||||
|
|
||||||
## 2.0.0-alpha.8
|
## 2.0.0-alpha.8
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "rrweb-player",
|
"name": "rrweb-player",
|
||||||
"version": "2.0.0-alpha.8",
|
"version": "2.0.0-alpha.9",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rollup/plugin-commonjs": "^22.0.0",
|
"@rollup/plugin-commonjs": "^22.0.0",
|
||||||
"@rollup/plugin-node-resolve": "^13.2.1",
|
"@rollup/plugin-node-resolve": "^13.2.1",
|
||||||
"@rrweb/types": "^2.0.0-alpha.8",
|
"@rrweb/types": "^2.0.0-alpha.9",
|
||||||
"@types/offscreencanvas": "^2019.6.4",
|
"@types/offscreencanvas": "^2019.6.4",
|
||||||
"eslint-config-google": "^0.14.0",
|
"eslint-config-google": "^0.14.0",
|
||||||
"eslint-plugin-svelte3": "^4.0.0",
|
"eslint-plugin-svelte3": "^4.0.0",
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tsconfig/svelte": "^1.0.0",
|
"@tsconfig/svelte": "^1.0.0",
|
||||||
"rrweb": "^2.0.0-alpha.8"
|
"rrweb": "^2.0.0-alpha.9"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rollup -c",
|
"build": "rollup -c",
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# rrweb-snapshot
|
# rrweb-snapshot
|
||||||
|
|
||||||
|
## 2.0.0-alpha.9
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#1183](https://github.com/rrweb-io/rrweb/pull/1183) [`d7c72bf`](https://github.com/rrweb-io/rrweb/commit/d7c72bff0724b46a6fa94af455220626a27104fe) Thanks [@mydea](https://github.com/mydea)! - fix: Ensure attributes are lowercased when checking
|
||||||
|
|
||||||
## 2.0.0-alpha.8
|
## 2.0.0-alpha.8
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rrweb-snapshot",
|
"name": "rrweb-snapshot",
|
||||||
"version": "2.0.0-alpha.8",
|
"version": "2.0.0-alpha.9",
|
||||||
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
|
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "npm run prepack",
|
"prepare": "npm run prepack",
|
||||||
|
|||||||
@@ -1,5 +1,24 @@
|
|||||||
# rrweb
|
# rrweb
|
||||||
|
|
||||||
|
## 2.0.0-alpha.9
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#1196](https://github.com/rrweb-io/rrweb/pull/1196) [`490b3e2`](https://github.com/rrweb-io/rrweb/commit/490b3e2b62b62d61e6f6f5391d5b879194c9a221) Thanks [@eoghanmurray](https://github.com/eoghanmurray)! - Guard against presence of older 3rd party javascript libraries which redefine Date.now()
|
||||||
|
|
||||||
|
- [#1220](https://github.com/rrweb-io/rrweb/pull/1220) [`a1ec9a2`](https://github.com/rrweb-io/rrweb/commit/a1ec9a273e6634eec67098fdd880ee681648fbbd) Thanks [@wfk007](https://github.com/wfk007)! - perf: optimize performance of the DoubleLinkedList get
|
||||||
|
|
||||||
|
- [#1196](https://github.com/rrweb-io/rrweb/pull/1196) [`490b3e2`](https://github.com/rrweb-io/rrweb/commit/490b3e2b62b62d61e6f6f5391d5b879194c9a221) Thanks [@eoghanmurray](https://github.com/eoghanmurray)! - Guard against redefinition of Date.now by third party libraries which are also present on a page alongside rrweb
|
||||||
|
|
||||||
|
- [#1183](https://github.com/rrweb-io/rrweb/pull/1183) [`d7c72bf`](https://github.com/rrweb-io/rrweb/commit/d7c72bff0724b46a6fa94af455220626a27104fe) Thanks [@mydea](https://github.com/mydea)! - fix: Ensure attributes are lowercased when checking
|
||||||
|
|
||||||
|
- [#1214](https://github.com/rrweb-io/rrweb/pull/1214) [`ebcbe8b`](https://github.com/rrweb-io/rrweb/commit/ebcbe8b0d746a0a4c07d3530387f920900f35215) Thanks [@wfk007](https://github.com/wfk007)! - perf: optimize the performance of record in processMutation phase
|
||||||
|
|
||||||
|
- Updated dependencies [[`b798f2d`](https://github.com/rrweb-io/rrweb/commit/b798f2dbc07b5a24dcaf40d164159200b6c0679d), [`d7c72bf`](https://github.com/rrweb-io/rrweb/commit/d7c72bff0724b46a6fa94af455220626a27104fe)]:
|
||||||
|
- rrdom@2.0.0-alpha.9
|
||||||
|
- rrweb-snapshot@2.0.0-alpha.9
|
||||||
|
- @rrweb/types@2.0.0-alpha.9
|
||||||
|
|
||||||
## 2.0.0-alpha.8
|
## 2.0.0-alpha.8
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rrweb",
|
"name": "rrweb",
|
||||||
"version": "2.0.0-alpha.8",
|
"version": "2.0.0-alpha.9",
|
||||||
"description": "record and replay the web",
|
"description": "record and replay the web",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "npm run prepack",
|
"prepare": "npm run prepack",
|
||||||
@@ -81,13 +81,13 @@
|
|||||||
"tslib": "^2.3.1"
|
"tslib": "^2.3.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@rrweb/types": "^2.0.0-alpha.8",
|
"@rrweb/types": "^2.0.0-alpha.9",
|
||||||
"@types/css-font-loading-module": "0.0.7",
|
"@types/css-font-loading-module": "0.0.7",
|
||||||
"@xstate/fsm": "^1.4.0",
|
"@xstate/fsm": "^1.4.0",
|
||||||
"base64-arraybuffer": "^1.0.1",
|
"base64-arraybuffer": "^1.0.1",
|
||||||
"fflate": "^0.4.4",
|
"fflate": "^0.4.4",
|
||||||
"mitt": "^3.0.0",
|
"mitt": "^3.0.0",
|
||||||
"rrdom": "^2.0.0-alpha.8",
|
"rrdom": "^2.0.0-alpha.9",
|
||||||
"rrweb-snapshot": "^2.0.0-alpha.8"
|
"rrweb-snapshot": "^2.0.0-alpha.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
# @rrweb/types
|
# @rrweb/types
|
||||||
|
|
||||||
|
## 2.0.0-alpha.9
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`d7c72bf`](https://github.com/rrweb-io/rrweb/commit/d7c72bff0724b46a6fa94af455220626a27104fe)]:
|
||||||
|
- rrweb-snapshot@2.0.0-alpha.9
|
||||||
|
|
||||||
## 2.0.0-alpha.8
|
## 2.0.0-alpha.8
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@rrweb/types",
|
"name": "@rrweb/types",
|
||||||
"version": "2.0.0-alpha.8",
|
"version": "2.0.0-alpha.9",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
"vite-plugin-dts": "^1.6.6"
|
"vite-plugin-dts": "^1.6.6"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"rrweb-snapshot": "^2.0.0-alpha.8"
|
"rrweb-snapshot": "^2.0.0-alpha.9"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"supports es6-class"
|
"supports es6-class"
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @rrweb/web-extension
|
# @rrweb/web-extension
|
||||||
|
|
||||||
|
## 2.0.0-alpha.9
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`490b3e2`](https://github.com/rrweb-io/rrweb/commit/490b3e2b62b62d61e6f6f5391d5b879194c9a221), [`a1ec9a2`](https://github.com/rrweb-io/rrweb/commit/a1ec9a273e6634eec67098fdd880ee681648fbbd), [`490b3e2`](https://github.com/rrweb-io/rrweb/commit/490b3e2b62b62d61e6f6f5391d5b879194c9a221), [`d7c72bf`](https://github.com/rrweb-io/rrweb/commit/d7c72bff0724b46a6fa94af455220626a27104fe), [`ebcbe8b`](https://github.com/rrweb-io/rrweb/commit/ebcbe8b0d746a0a4c07d3530387f920900f35215), [`a01a12e`](https://github.com/rrweb-io/rrweb/commit/a01a12ef6769f26aa922ccd6ac76499f0837f0c2)]:
|
||||||
|
- rrweb@2.0.0-alpha.9
|
||||||
|
- rrweb-player@2.0.0-alpha.9
|
||||||
|
|
||||||
## 2.0.0-alpha.8
|
## 2.0.0-alpha.8
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@rrweb/web-extension",
|
"name": "@rrweb/web-extension",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "2.0.0-alpha.8",
|
"version": "2.0.0-alpha.9",
|
||||||
"description": "The web extension of rrweb which helps to run rrweb on any website out of box",
|
"description": "The web extension of rrweb which helps to run rrweb on any website out of box",
|
||||||
"author": "rrweb-io",
|
"author": "rrweb-io",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
"prepublish": "npm run pack:chrome && npm run pack:firefox"
|
"prepublish": "npm run pack:chrome && npm run pack:firefox"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rrweb/types": "^2.0.0-alpha.8",
|
"@rrweb/types": "^2.0.0-alpha.9",
|
||||||
"@types/react-dom": "^18.0.6",
|
"@types/react-dom": "^18.0.6",
|
||||||
"@types/webextension-polyfill": "^0.9.1",
|
"@types/webextension-polyfill": "^0.9.1",
|
||||||
"@vitejs/plugin-react": "^2.1.0",
|
"@vitejs/plugin-react": "^2.1.0",
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"react-icons": "^4.4.0",
|
"react-icons": "^4.4.0",
|
||||||
"react-router-dom": "^6.4.1",
|
"react-router-dom": "^6.4.1",
|
||||||
"rrweb": "^2.0.0-alpha.8",
|
"rrweb": "^2.0.0-alpha.9",
|
||||||
"rrweb-player": "^2.0.0-alpha.8"
|
"rrweb-player": "^2.0.0-alpha.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user