Version Packages (alpha) (#1135)

This commit is contained in:
github-actions[bot]
2023-02-15 06:37:19 +08:00
committed by GitHub
parent 033d2d18b4
commit 06031a6486
15 changed files with 177 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "rrdom",
"version": "0.1.7",
"version": "2.0.0-alpha.5",
"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.4",
"@rrweb/types": "^2.0.0-alpha.5",
"@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.4"
"rrweb-snapshot": "^2.0.0-alpha.5"
}
}