Skip to content

Commit 5749d11

Browse files
fix(deps): update all non-major dependencies
1 parent 8afd507 commit 5749d11

File tree

3 files changed

+241
-241
lines changed

3 files changed

+241
-241
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,19 @@
7373
"@sxzz/eslint-config": "^7.0.6",
7474
"@sxzz/prettier-config": "^2.2.3",
7575
"@sxzz/test-utils": "^0.5.7",
76-
"@types/node": "^24.0.14",
76+
"@types/node": "^24.1.0",
7777
"bumpp": "^10.2.0",
7878
"change-case": "^5.4.4",
7979
"eslint": "^9.31.0",
8080
"prettier": "^3.6.2",
81-
"tsdown": "^0.13.0-beta.2",
81+
"tsdown": "^0.13.0",
8282
"tsx": "^4.20.3",
8383
"typescript": "^5.8.3",
84-
"unplugin-oxc": "^0.4.6",
84+
"unplugin-oxc": "^0.4.7",
8585
"unplugin-vue": "^6.2.0",
8686
"vite": "^7.0.5",
8787
"vitest": "^3.2.4",
88-
"vue": "^3.5.17",
88+
"vue": "^3.5.18",
8989
"vue-tsc": "^3.0.3"
9090
},
9191
"engines": {

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"typecheck": "vue-tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"vue": "^3.5.17"
13+
"vue": "^3.5.18"
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "^6.0.0",

0 commit comments

Comments
 (0)