Skip to content

Commit 72c3039

Browse files
committed
chore: 移除 playwright 依赖,添加 Node 和 pnpm 版本要求
1 parent 97a1fe5 commit 72c3039

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"@types/node": "^22.15.34",
6060
"@winner-fed/winjs": "*",
6161
"@types/serialize-javascript": "5.0.4",
62-
"playwright": "^1.53.2",
6362
"simple-git-hooks": "^2.13.0",
6463
"typescript": "^5.8.3"
6564
},
@@ -78,6 +77,10 @@
7877
"optional": true
7978
}
8079
},
80+
"engines": {
81+
"node": ">=22",
82+
"pnpm": ">=10"
83+
},
8184
"publishConfig": {
8285
"access": "public",
8386
"registry": "https://registry.npmjs.org/"

pnpm-lock.yaml

Lines changed: 0 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)