Skip to content

Commit 5d5aa2e

Browse files
chore(deps): update all non-major dependencies
1 parent 9e0c236 commit 5d5aa2e

File tree

3 files changed

+479
-348
lines changed

3 files changed

+479
-348
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-router",
33
"version": "0.12.0",
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
"unplugin",
@@ -160,12 +160,12 @@
160160
"@babel/types": "^7.27.6",
161161
"@pinia/colada": "^0.17.1",
162162
"@posva/prompts": "^2.4.4",
163-
"@shikijs/vitepress-twoslash": "3.6.0",
164-
"@tanstack/vue-query": "^5.80.7",
163+
"@shikijs/vitepress-twoslash": "3.7.0",
164+
"@tanstack/vue-query": "^5.81.2",
165165
"@types/node": "^22.15.32",
166166
"@types/picomatch": "^4.0.0",
167-
"@vitest/coverage-v8": "^3.2.3",
168-
"@vitest/ui": "^3.2.3",
167+
"@vitest/coverage-v8": "^3.2.4",
168+
"@vitest/ui": "^3.2.4",
169169
"@vue/language-core": "^2.2.10",
170170
"@vue/test-utils": "^2.4.6",
171171
"chalk": "^5.4.1",
@@ -180,7 +180,7 @@
180180
"pinia": "^3.0.3",
181181
"prettier": "^3.5.3",
182182
"rimraf": "^6.0.1",
183-
"rollup": "^4.43.0",
183+
"rollup": "^4.44.0",
184184
"semver": "^7.7.2",
185185
"ts-expect": "^1.3.0",
186186
"tsdown": "^0.12.8",
@@ -192,8 +192,8 @@
192192
"vite-plugin-vue-devtools": "^7.7.7",
193193
"vitepress": "^1.6.3",
194194
"vitepress-plugin-llms": "^1.5.1",
195-
"vitest": "^3.2.3",
196-
"vue": "^3.5.16",
195+
"vitest": "^3.2.4",
196+
"vue": "^3.5.17",
197197
"vue-router": "^4.5.1",
198198
"vue-router-mock": "^1.1.0",
199199
"vue-tsc": "^2.2.10",

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
"build": "vite build"
88
},
99
"devDependencies": {
10-
"@tanstack/vue-query-devtools": "^5.80.7",
10+
"@tanstack/vue-query-devtools": "^5.81.2",
1111
"@vitejs/plugin-vue": "^5.2.4",
12-
"@vue/compiler-sfc": "^3.5.16",
12+
"@vue/compiler-sfc": "^3.5.17",
1313
"@vue/tsconfig": "^0.7.0",
1414
"json-server": "^0.17.4",
1515
"unplugin-vue-router": "workspace:*",
1616
"vite": "^6.3.5",
1717
"vite-plugin-inspect": "^11.2.0"
1818
},
1919
"dependencies": {
20-
"@tanstack/vue-query": "^5.80.7",
20+
"@tanstack/vue-query": "^5.81.2",
2121
"mande": "^2.0.9",
2222
"pinia": "^3.0.3",
23-
"vue": "^3.5.16",
23+
"vue": "^3.5.17",
2424
"vue-router": "^4.5.1"
2525
}
2626
}

0 commit comments

Comments
 (0)