Skip to content

Commit

Permalink
chore: upgrade rrweb to alpha.17 (#1489)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul D'Ambra <[email protected]>
Co-authored-by: Paul D'Ambra <[email protected]>
  • Loading branch information
3 people authored Nov 11, 2024
1 parent 921f5cf commit e534ffc
Show file tree
Hide file tree
Showing 12 changed files with 14,740 additions and 194 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@rrweb/types": "2.0.0-alpha.16",
"@rrweb/record": "2.0.0-alpha.17",
"@rrweb/rrweb-plugin-console-record": "2.0.0-alpha.17",
"@rrweb/types": "2.0.0-alpha.17",
"@sentry/types": "8.7.0",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^6.5.0",
Expand Down Expand Up @@ -103,9 +105,6 @@
"rollup": "^4.24.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-visualizer": "^5.12.0",
"rrweb": "2.0.0-alpha.16",
"@rrweb/rrweb-plugin-console-record": "2.0.0-alpha.15",
"rrweb-snapshot": "2.0.0-alpha.16",
"sinon": "9.0.2",
"testcafe": "1.19.0",
"testcafe-browser-provider-browserstack": "1.14.0",
Expand All @@ -127,7 +126,8 @@
],
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
"@rrweb/[email protected]": "patches/@[email protected]",
"@rrweb/[email protected]": "patches/@[email protected]"
}
}
}
Loading

0 comments on commit e534ffc

Please sign in to comment.