Skip to content

Commit f16bbc9

Browse files
committed
chore: 更新 package.json 和 pnpm-lock.yaml,修正 bumpp 命令和版本,添加新依赖项,更新 index.ts 中的描述信息以提高可读性
1 parent 355823f commit f16bbc9

File tree

3 files changed

+202
-18
lines changed

3 files changed

+202
-18
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"lint:write": "biome check . --write",
4444
"prepare": "simple-git-hooks && npm run build",
4545
"test": "playwright test",
46-
"bump": "npx bumpp"
46+
"bump": "bumpp"
4747
},
4848
"simple-git-hooks": {
4949
"pre-commit": "npm run lint:write"
@@ -61,6 +61,7 @@
6161
"@winner-fed/winjs": "*",
6262
"playwright": "^1.53.2",
6363
"simple-git-hooks": "^2.13.0",
64+
"bumpp": "10.2.3",
6465
"typescript": "^5.8.3"
6566
},
6667
"peerDevDependencies": {

0 commit comments

Comments
 (0)