update dependency

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 9a7f98402c
commit 142c38e5a5
2 changed files with 2 additions and 1 deletions

View File

@@ -55,6 +55,6 @@
"dependencies": {
"delegated-events": "git+https://git@github.com/rrweb-io/delegated-events.git",
"mitt": "^1.1.3",
"rrweb-snapshot": "^0.6.1"
"rrweb-snapshot": "^0.6.4"
}
}

View File

@@ -102,6 +102,7 @@ function getCode(): string {
width: 1600,
height: 900,
},
args: ['--start-maximized'],
});
const page = await browser.newPage();
await page.goto('about:blank');