Skip to content

Commit

Permalink
update rrweb-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadman97 committed Jun 30, 2022
1 parent 1cae2ed commit 9a28a5d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 17 deletions.
9 changes: 5 additions & 4 deletions packages/rrdom-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@
"typescript": "^4.7.3"
},
"dependencies": {
"@highlight-run/rrdom": ">=0.1.12",
"@highlight-run/rrweb-snapshot": ">=1.1.22",
"cssom": "^0.5.0",
"cssstyle": "^2.3.0",
"nwsapi": "^2.2.0",
"@highlight-run/rrweb-snapshot": ">=1.1.15",
"@highlight-run/rrdom": ">=0.1.12"
}
"nwsapi": "^2.2.0"
},
"gitHead": "315c4f04654f4d748b158fc399779e6bedcbb535"
}
7 changes: 3 additions & 4 deletions packages/rrdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@
"url": "https://github.com/rrweb-io/rrweb/issues"
},
"devDependencies": {
"@highlight-run/rrweb-snapshot": ">1.1.15",
"@rollup/plugin-commonjs": "^20.0.0",
"@types/jest": "^27.4.1",
"@types/puppeteer": "^5.4.4",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@types/puppeteer": "^5.4.4",
"eslint": "^8.15.0",
"jest": "^27.5.1",
"puppeteer": "^9.1.1",
Expand All @@ -47,7 +46,7 @@
"typescript": "^4.7.3"
},
"dependencies": {
"rrweb-snapshot": "^1.1.14"
"@highlight-run/rrweb-snapshot": ">=1.1.22"
},
"gitHead": "c43f25b8babc23a90f15f8224248c2fe9c757537"
"gitHead": "1cae2eddaa23681de007ada0e52b7fc514019249"
}
2 changes: 1 addition & 1 deletion packages/rrweb-snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@highlight-run/rrweb-snapshot",
"version": "1.1.21",
"version": "1.1.22",
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
"scripts": {
"prepare": "npm run prepack",
Expand Down
6 changes: 3 additions & 3 deletions packages/rrweb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@highlight-run/rrweb",
"version": "2.0.14",
"version": "2.0.15",
"description": "record and replay the web",
"scripts": {
"prepare": "npm run prepack",
Expand Down Expand Up @@ -75,12 +75,12 @@
},
"dependencies": {
"@highlight-run/rrdom": ">=0.1.12",
"@highlight-run/rrweb-snapshot": ">1.1.15",
"@highlight-run/rrweb-snapshot": ">=1.1.22",
"@types/css-font-loading-module": "0.0.7",
"@xstate/fsm": "^1.4.0",
"base64-arraybuffer": "^1.0.1",
"fflate": "^0.4.4",
"mitt": "^1.1.3"
},
"gitHead": "787f6c182cf4264d332640d34bf91d5b0cf326db"
"gitHead": "315c4f04654f4d748b158fc399779e6bedcbb535"
}
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9829,11 +9829,6 @@ rollup@^2.71.1:
optionalDependencies:
fsevents "~2.3.2"

rrweb-snapshot@^1.1.14:
version "1.1.14"
resolved "https://registry.yarnpkg.com/rrweb-snapshot/-/rrweb-snapshot-1.1.14.tgz#9d4d9be54a28a893373428ee4393ec7e5bd83fcc"
integrity sha512-eP5pirNjP5+GewQfcOQY4uBiDnpqxNRc65yKPW0eSoU1XamDfc4M8oqpXGMyUyvLyxFDB0q0+DChuxxiU2FXBQ==

run-async@^2.2.0, run-async@^2.4.0:
version "2.4.1"
resolved "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz"
Expand Down

0 comments on commit 9a28a5d

Please sign in to comment.