Skip to content

Commit ff76c13

Browse files
chore(deps): update all non-major dependencies
1 parent 871b304 commit ff76c13

File tree

3 files changed

+428
-364
lines changed

3 files changed

+428
-364
lines changed

package.json

Lines changed: 12 additions & 12 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].0",
5+
"packageManager": "[email protected].1",
66
"description": "File based typed routing for Vue Router",
77
"keywords": [
88
"unplugin",
@@ -132,7 +132,7 @@
132132
]
133133
},
134134
"dependencies": {
135-
"@vue-macros/common": "3.0.0-beta.12",
135+
"@vue-macros/common": "3.0.0-beta.14",
136136
"ast-walker-scope": "^0.8.1",
137137
"chokidar": "^4.0.3",
138138
"fast-glob": "^3.3.3",
@@ -143,7 +143,7 @@
143143
"pathe": "^2.0.3",
144144
"picomatch": "^4.0.2",
145145
"scule": "^1.3.0",
146-
"unplugin": "^2.3.4",
146+
"unplugin": "^2.3.5",
147147
"unplugin-utils": "^0.2.4",
148148
"yaml": "^2.8.0"
149149
},
@@ -157,21 +157,21 @@
157157
},
158158
"devDependencies": {
159159
"@babel/types": "^7.27.3",
160-
"@pinia/colada": "^0.16.1",
160+
"@pinia/colada": "^0.17.0",
161161
"@posva/prompts": "^2.4.4",
162162
"@shikijs/vitepress-twoslash": "3.4.2",
163-
"@tanstack/vue-query": "^5.79.0",
163+
"@tanstack/vue-query": "^5.80.2",
164164
"@types/node": "^22.15.29",
165165
"@types/picomatch": "^4.0.0",
166-
"@vitest/coverage-v8": "^3.1.4",
167-
"@vitest/ui": "^3.1.4",
166+
"@vitest/coverage-v8": "^3.2.1",
167+
"@vitest/ui": "^3.2.1",
168168
"@vue/language-core": "^2.2.10",
169169
"@vue/test-utils": "^2.4.6",
170170
"chalk": "^5.4.1",
171171
"conventional-changelog-cli": "^5.0.0",
172-
"execa": "^9.5.3",
173-
"firebase": "^11.7.3",
174-
"happy-dom": "^17.5.6",
172+
"execa": "^9.6.0",
173+
"firebase": "^11.8.1",
174+
"happy-dom": "^17.6.1",
175175
"lint-staged": "^16.1.0",
176176
"minimist": "^1.2.8",
177177
"nodemon": "^3.1.10",
@@ -182,7 +182,7 @@
182182
"rollup": "^4.41.1",
183183
"semver": "^7.7.2",
184184
"ts-expect": "^1.3.0",
185-
"tsdown": "^0.12.5",
185+
"tsdown": "^0.12.6",
186186
"typescript": "^5.8.3",
187187
"unplugin-auto-import": "^19.3.0",
188188
"unplugin-vue-markdown": "^28.3.1",
@@ -191,7 +191,7 @@
191191
"vite-plugin-vue-devtools": "^7.7.6",
192192
"vitepress": "^1.6.3",
193193
"vitepress-plugin-llms": "^1.3.4",
194-
"vitest": "^3.1.4",
194+
"vitest": "^3.2.1",
195195
"vue": "^3.5.16",
196196
"vue-router": "^4.5.1",
197197
"vue-router-mock": "^1.1.0",

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "vite build"
88
},
99
"devDependencies": {
10-
"@tanstack/vue-query-devtools": "^5.79.0",
10+
"@tanstack/vue-query-devtools": "^5.80.2",
1111
"@vitejs/plugin-vue": "^5.2.4",
1212
"@vue/compiler-sfc": "^3.5.16",
1313
"@vue/tsconfig": "^0.7.0",
@@ -17,7 +17,7 @@
1717
"vite-plugin-inspect": "^11.1.0"
1818
},
1919
"dependencies": {
20-
"@tanstack/vue-query": "^5.79.0",
20+
"@tanstack/vue-query": "^5.80.2",
2121
"mande": "^2.0.9",
2222
"pinia": "^3.0.2",
2323
"vue": "^3.5.16",

0 commit comments

Comments
 (0)