update dependencies

In this commit, we updated rrweb-snapshot to 0.6.0 which including
a breaking change in data structure.
This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 8567114688
commit fdcf1d0bb2
2 changed files with 6 additions and 6 deletions

View File

@@ -44,10 +44,10 @@
"ts-node": "^7.0.1",
"tslib": "^1.9.3",
"tslint": "^4.5.1",
"typescript": "^3.1.1"
"typescript": "^3.1.6"
},
"dependencies": {
"mitt": "^1.1.3",
"rrweb-snapshot": "^0.5.6"
"rrweb-snapshot": "^0.6.0"
}
}