fix: 移除 playwright devDep 解决 Chromium 版本冲突

rebrowser-playwright@1.52 需要 chromium-1169,但 playwright@1.58 的存在
导致 CLI 安装了 chromium-1208,补丁不兼容导致 session closed 崩溃。
移除 playwright,让 rebrowser-playwright 安装正确版本的浏览器。
This commit is contained in:
2026-03-01 11:54:35 +08:00
parent a767400400
commit 2538a19e98
3 changed files with 2 additions and 36 deletions
-1
View File
@@ -38,7 +38,6 @@
"@types/express": "^5.0.0",
"@types/node": "^22.0.0",
"pino-pretty": "^13.0.0",
"playwright": "^1.58.2",
"tsup": "^8.0.0",
"typescript": "^5.7.0",
"vitest": "^3.0.0"