Skip to content

Commit 0d61493

Browse files
fix(deps): update all non-major dependencies (#4012)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f8db11a commit 0d61493

File tree

2 files changed

+144
-141
lines changed

2 files changed

+144
-141
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
"tailwindcss": "4.1.11",
6666
"unplugin-auto-import": "^19.3.0",
6767
"unplugin-icons": "^22.1.0",
68-
"unplugin-vue-components": "^28.7.0",
68+
"unplugin-vue-components": "^28.8.0",
6969
"unplugin-vue-macros": "^2.14.5",
70-
"unplugin-vue-router": "^0.12.0",
70+
"unplugin-vue-router": "^0.14.0",
7171
"vite": "7.0.0",
7272
"vite-plugin-vue-layouts": "^0.11.0",
7373
"vite-svg-loader": "^5.1.0",
@@ -90,7 +90,7 @@
9090
"@types/d3-shape": "^3.1.7",
9191
"@types/d3-transition": "^3.0.9",
9292
"@types/lodash.debounce": "^4.0.9",
93-
"@types/node": "^24.0.4",
93+
"@types/node": "^24.0.7",
9494
"@vitejs/plugin-vue": "6.0.0",
9595
"@vue/compiler-sfc": "^3.5.17",
9696
"@vue/test-utils": "^2.4.6",
@@ -106,8 +106,8 @@
106106
"ts-node": "^10.9.2",
107107
"typescript": "^5.8.3",
108108
"vitest": "^3.2.4",
109-
"vue-component-type-helpers": "3.0.0-beta.4",
110-
"vue-tsc": "3.0.0-beta.4"
109+
"vue-component-type-helpers": "3.0.0-beta.5",
110+
"vue-tsc": "3.0.0-beta.5"
111111
},
112112
"lint-staged": {
113113
"*.{js,vue,css,ts,html,md}": [

0 commit comments

Comments
 (0)