mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
chore: upgrade dependencies
This commit is contained in:
18
package.json
18
package.json
@@ -3,7 +3,7 @@
|
||||
"type": "module",
|
||||
"version": "2.1.0",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.23.0",
|
||||
"packageManager": "pnpm@10.26.0",
|
||||
"scripts": {
|
||||
"build": "pnpm -r --filter=./packages/** run build",
|
||||
"automd": "automd",
|
||||
@@ -17,15 +17,15 @@
|
||||
"release": "bumpp -r"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^6.2.0",
|
||||
"@commitlint/types": "^20.0.0",
|
||||
"@types/node": "^24.10.1",
|
||||
"@antfu/eslint-config": "^6.7.1",
|
||||
"@commitlint/types": "^20.2.0",
|
||||
"@types/node": "^24.10.4",
|
||||
"automd": "^0.4.2",
|
||||
"bumpp": "^10.3.1",
|
||||
"eslint": "^9.39.1",
|
||||
"tsdown": "^0.16.6",
|
||||
"tsx": "^4.20.6",
|
||||
"bumpp": "^10.3.2",
|
||||
"eslint": "^9.39.2",
|
||||
"tsdown": "^0.18.0",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^4.0.13"
|
||||
"vitest": "^4.0.15"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user