Keep all packages in sync

This commit is contained in:
Justin Halsall
2024-06-26 10:34:17 +02:00
parent 4f44bd17aa
commit db201841ac
13 changed files with 59 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@rrweb/rrweb-plugin-canvas-webrtc-replay",
"version": "2.0.0-alpha.15",
"version": "2.0.0-alpha.16",
"description": "",
"type": "module",
"main": "./dist/rrweb-plugin-canvas-webrtc-replay.umd.cjs",
@@ -43,12 +43,12 @@
},
"homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": {
"rrweb": "^2.0.0-alpha.15",
"rrweb": "^2.0.0-alpha.16",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"rrweb": "^2.0.0-alpha.15"
"rrweb": "^2.0.0-alpha.16"
}
}