From 142c38e5a5b7445a2af2c1f943eeeceb5c1ab8bb Mon Sep 17 00:00:00 2001 From: Yanzhen Yu Date: Wed, 1 Apr 2026 12:00:00 +0800 Subject: [PATCH] update dependency --- package.json | 2 +- scripts/repl.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9212c64c..21672468 100644 --- a/package.json +++ b/package.json @@ -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" } } diff --git a/scripts/repl.ts b/scripts/repl.ts index f8523dfd..583b2fb4 100644 --- a/scripts/repl.ts +++ b/scripts/repl.ts @@ -102,6 +102,7 @@ function getCode(): string { width: 1600, height: 900, }, + args: ['--start-maximized'], }); const page = await browser.newPage(); await page.goto('about:blank');