Skip to content

Commit 55632e2

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 997106f commit 55632e2

File tree

3 files changed

+218
-175
lines changed

3 files changed

+218
-175
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-router",
33
"version": "0.10.8",
44
"type": "module",
5-
"packageManager": "[email protected].1",
5+
"packageManager": "[email protected].2",
66
"description": "File based typed routing for Vue Router",
77
"keywords": [
88
"vue-router",
@@ -166,7 +166,7 @@
166166
"dependencies": {
167167
"@babel/types": "^7.25.8",
168168
"@rollup/pluginutils": "^5.1.2",
169-
"@vue-macros/common": "^1.14.0",
169+
"@vue-macros/common": "^1.15.0",
170170
"ast-walker-scope": "^0.6.2",
171171
"chokidar": "^3.6.0",
172172
"fast-glob": "^3.3.2",
@@ -191,15 +191,15 @@
191191
"@pinia/colada": "^0.10.0",
192192
"@shikijs/vitepress-twoslash": "1.22.0",
193193
"@tanstack/vue-query": "^5.59.13",
194-
"@types/node": "^20.16.11",
195-
"@vitest/coverage-v8": "^2.1.2",
196-
"@vitest/ui": "^2.1.2",
194+
"@types/node": "^20.16.13",
195+
"@vitest/coverage-v8": "^2.1.3",
196+
"@vitest/ui": "^2.1.3",
197197
"@volar/vue-language-core": "^1.6.5",
198198
"@vue/test-utils": "^2.4.6",
199199
"chalk": "^5.3.0",
200200
"conventional-changelog-cli": "^5.0.0",
201201
"enquirer": "^2.4.1",
202-
"execa": "^9.4.0",
202+
"execa": "^9.4.1",
203203
"firebase": "^10.14.1",
204204
"happy-dom": "^15.7.4",
205205
"lint-staged": "^15.2.10",
@@ -217,10 +217,10 @@
217217
"unplugin-auto-import": "^0.18.3",
218218
"unplugin-vue-markdown": "^0.26.2",
219219
"unplugin-vue-router": "workspace:*",
220-
"vite": "^5.4.8",
221-
"vite-plugin-vue-devtools": "^7.4.6",
220+
"vite": "^5.4.9",
221+
"vite-plugin-vue-devtools": "^7.5.2",
222222
"vitepress": "1.4.1",
223-
"vitest": "^2.1.2",
223+
"vitest": "^2.1.3",
224224
"vue": "^3.5.12",
225225
"vue-router": "^4.4.5",
226226
"vue-router-mock": "^1.1.0",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@vue/tsconfig": "^0.5.1",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
15-
"vite": "^5.4.8",
15+
"vite": "^5.4.9",
1616
"vite-plugin-inspect": "^0.8.7"
1717
},
1818
"dependencies": {

0 commit comments

Comments
 (0)