Skip to content

Commit c38eb56

Browse files
chore(deps): update all non-major dependencies
1 parent a49a8cf commit c38eb56

File tree

3 files changed

+429
-410
lines changed

3 files changed

+429
-410
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.14.0",
44
"type": "module",
5-
"packageManager": "pnpm@10.12.2",
5+
"packageManager": "pnpm@10.13.1",
66
"description": "File based typed routing for Vue Router",
77
"keywords": [
88
"unplugin",
@@ -139,7 +139,7 @@
139139
]
140140
},
141141
"dependencies": {
142-
"@vue-macros/common": "3.0.0-beta.15",
142+
"@vue-macros/common": "3.0.0-beta.16",
143143
"@vue/language-core": "^3.0.1",
144144
"ast-walker-scope": "^0.8.1",
145145
"chokidar": "^4.0.3",
@@ -149,7 +149,7 @@
149149
"mlly": "^1.7.4",
150150
"muggle-string": "^0.4.1",
151151
"pathe": "^2.0.3",
152-
"picomatch": "^4.0.2",
152+
"picomatch": "^4.0.3",
153153
"scule": "^1.3.0",
154154
"tinyglobby": "^0.2.14",
155155
"unplugin": "^2.3.5",
@@ -166,12 +166,12 @@
166166
}
167167
},
168168
"devDependencies": {
169-
"@babel/types": "^7.27.7",
169+
"@babel/types": "^7.28.1",
170170
"@pinia/colada": "^0.17.1",
171171
"@posva/prompts": "^2.4.4",
172-
"@shikijs/vitepress-twoslash": "3.7.0",
173-
"@tanstack/vue-query": "^5.81.5",
174-
"@types/node": "^22.15.34",
172+
"@shikijs/vitepress-twoslash": "3.8.0",
173+
"@tanstack/vue-query": "^5.83.0",
174+
"@types/node": "^22.16.4",
175175
"@types/picomatch": "^4.0.0",
176176
"@vitest/coverage-v8": "^3.2.4",
177177
"@vitest/ui": "^3.2.4",
@@ -180,7 +180,7 @@
180180
"chalk": "^5.4.1",
181181
"conventional-changelog-cli": "^5.0.0",
182182
"execa": "^9.6.0",
183-
"firebase": "^11.9.1",
183+
"firebase": "^11.10.0",
184184
"happy-dom": "^18.0.1",
185185
"lint-staged": "^16.1.2",
186186
"minimist": "^1.2.8",
@@ -189,25 +189,25 @@
189189
"pinia": "^3.0.3",
190190
"prettier": "^3.6.2",
191191
"rimraf": "^6.0.1",
192-
"rollup": "^4.44.1",
192+
"rollup": "^4.45.1",
193193
"semver": "^7.7.2",
194194
"ts-expect": "^1.3.0",
195195
"tsdown": "^0.12.9",
196196
"typescript": "^5.8.3",
197197
"unplugin-auto-import": "^19.3.0",
198198
"unplugin-vue-markdown": "^29.1.0",
199199
"unplugin-vue-router": "workspace:*",
200-
"vite": "^7.0.2",
200+
"vite": "^7.0.4",
201201
"vite-plugin-vue-devtools": "^7.7.7",
202202
"vitepress": "^1.6.3",
203-
"vitepress-plugin-llms": "^1.6.0",
203+
"vitepress-plugin-llms": "^1.7.0",
204204
"vitest": "^3.2.4",
205205
"vue": "^3.5.17",
206206
"vue-router": "^4.5.1",
207207
"vue-router-mock": "^1.1.0",
208208
"vue-tsc": "^3.0.1",
209209
"vuefire": "^3.2.1",
210-
"webpack": "^5.99.9",
210+
"webpack": "^5.100.2",
211211
"yorkie": "^2.0.0"
212212
},
213213
"pnpm": {

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"build": "vite build"
88
},
99
"devDependencies": {
10-
"@tanstack/vue-query-devtools": "^5.81.5",
10+
"@tanstack/vue-query-devtools": "^5.83.0",
1111
"@vitejs/plugin-vue": "^6.0.0",
1212
"@vue/compiler-sfc": "^3.5.17",
1313
"@vue/tsconfig": "^0.7.0",
1414
"json-server": "^0.17.4",
1515
"unplugin-vue-router": "workspace:*",
16-
"vite": "^7.0.2"
16+
"vite": "^7.0.4"
1717
},
1818
"dependencies": {
19-
"@tanstack/vue-query": "^5.81.5",
19+
"@tanstack/vue-query": "^5.83.0",
2020
"mande": "^2.0.9",
2121
"pinia": "^3.0.3",
2222
"vue": "^3.5.17",

0 commit comments

Comments
 (0)