Version Packages (alpha) (#1138)

This commit is contained in:
github-actions[bot]
2023-03-08 16:06:25 +08:00
committed by GitHub
parent 4948c3006a
commit 1f8e5d5675
15 changed files with 111 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "rrdom",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/rrdom#readme",
"license": "MIT",
"main": "lib/rrdom.cjs",
@@ -32,7 +32,7 @@
},
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rrweb/types": "^2.0.0-alpha.5",
"@rrweb/types": "^2.0.0-alpha.6",
"@types/jest": "^27.4.1",
"@types/puppeteer": "^5.4.4",
"@typescript-eslint/eslint-plugin": "^5.23.0",
@@ -48,6 +48,6 @@
"typescript": "^4.7.3"
},
"dependencies": {
"rrweb-snapshot": "^2.0.0-alpha.5"
"rrweb-snapshot": "^2.0.0-alpha.6"
}
}