Skip to content

Commit 5d28d74

Browse files
committed
chore: 更新 package.json 和 pnpm-lock.yaml 文件
将 package.json 中的 "bump" 命令修改为直接调用 "bumpp",并在依赖中添加了 "bumpp" 的版本信息。更新 pnpm-lock.yaml 文件以反映新的依赖关系和版本信息。
1 parent be8696f commit 5d28d74

File tree

2 files changed

+187
-23
lines changed

2 files changed

+187
-23
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"lint:write": "biome check . --write",
3939
"prepare": "simple-git-hooks && npm run build",
4040
"test": "playwright test",
41-
"bump": "npx bumpp"
41+
"bump": "bumpp"
4242
},
4343
"simple-git-hooks": {
4444
"pre-commit": "npm run lint:write"
@@ -50,6 +50,7 @@
5050
"@rslib/core": "^0.10.4",
5151
"@types/node": "^22.15.34",
5252
"@winner-fed/winjs": "*",
53+
"bumpp": "10.2.3",
5354
"simple-git-hooks": "^2.13.0",
5455
"typescript": "^5.8.3"
5556
},

0 commit comments

Comments
 (0)