Version Packages (alpha) (#1436)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-04-18 16:21:24 +02:00
committed by GitHub
parent c278d068a0
commit bee92c8291
17 changed files with 112 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "rrdom",
"version": "2.0.0-alpha.12",
"version": "2.0.0-alpha.13",
"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.12",
"@rrweb/types": "^2.0.0-alpha.13",
"@types/jest": "^27.4.1",
"@types/puppeteer": "^5.4.4",
"@typescript-eslint/eslint-plugin": "^5.23.0",
@@ -47,6 +47,6 @@
"ts-jest": "^27.1.3"
},
"dependencies": {
"rrweb-snapshot": "^2.0.0-alpha.12"
"rrweb-snapshot": "^2.0.0-alpha.13"
}
}