Skip to content

Commit 3262c9d

Browse files
chore(deps): update all non-major dependencies (#648)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 15a926c commit 3262c9d

File tree

3 files changed

+948
-641
lines changed

3 files changed

+948
-641
lines changed

package.json

Lines changed: 17 additions & 17 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",
@@ -133,7 +133,7 @@
133133
]
134134
},
135135
"dependencies": {
136-
"@vue-macros/common": "3.0.0-beta.12",
136+
"@vue-macros/common": "3.0.0-beta.14",
137137
"ast-walker-scope": "^0.8.1",
138138
"chokidar": "^4.0.3",
139139
"fast-glob": "^3.3.3",
@@ -144,7 +144,7 @@
144144
"pathe": "^2.0.3",
145145
"picomatch": "^4.0.2",
146146
"scule": "^1.3.0",
147-
"unplugin": "^2.3.4",
147+
"unplugin": "^2.3.5",
148148
"unplugin-utils": "^0.2.4",
149149
"yaml": "^2.8.0"
150150
},
@@ -157,33 +157,33 @@
157157
}
158158
},
159159
"devDependencies": {
160-
"@babel/types": "^7.27.3",
161-
"@pinia/colada": "^0.16.1",
160+
"@babel/types": "^7.27.6",
161+
"@pinia/colada": "^0.17.0",
162162
"@posva/prompts": "^2.4.4",
163-
"@shikijs/vitepress-twoslash": "3.4.2",
164-
"@tanstack/vue-query": "^5.79.0",
165-
"@types/node": "^22.15.29",
163+
"@shikijs/vitepress-twoslash": "3.6.0",
164+
"@tanstack/vue-query": "^5.80.6",
165+
"@types/node": "^22.15.30",
166166
"@types/picomatch": "^4.0.0",
167-
"@vitest/coverage-v8": "^3.1.4",
168-
"@vitest/ui": "^3.1.4",
167+
"@vitest/coverage-v8": "^3.2.2",
168+
"@vitest/ui": "^3.2.2",
169169
"@vue/language-core": "^2.2.10",
170170
"@vue/test-utils": "^2.4.6",
171171
"chalk": "^5.4.1",
172172
"conventional-changelog-cli": "^5.0.0",
173-
"execa": "^9.5.3",
174-
"firebase": "^11.7.3",
175-
"happy-dom": "^17.5.6",
173+
"execa": "^9.6.0",
174+
"firebase": "^11.9.0",
175+
"happy-dom": "^17.6.3",
176176
"lint-staged": "^16.1.0",
177177
"minimist": "^1.2.8",
178178
"nodemon": "^3.1.10",
179179
"p-series": "^3.0.0",
180-
"pinia": "^3.0.2",
180+
"pinia": "^3.0.3",
181181
"prettier": "^3.5.3",
182182
"rimraf": "^6.0.1",
183-
"rollup": "^4.41.1",
183+
"rollup": "^4.42.0",
184184
"semver": "^7.7.2",
185185
"ts-expect": "^1.3.0",
186-
"tsdown": "^0.12.5",
186+
"tsdown": "^0.12.7",
187187
"typescript": "^5.8.3",
188188
"unplugin-auto-import": "^19.3.0",
189189
"unplugin-vue-markdown": "^28.3.1",
@@ -192,7 +192,7 @@
192192
"vite-plugin-vue-devtools": "^7.7.6",
193193
"vitepress": "^1.6.3",
194194
"vitepress-plugin-llms": "^1.3.4",
195-
"vitest": "^3.1.4",
195+
"vitest": "^3.2.2",
196196
"vue": "^3.5.16",
197197
"vue-router": "^4.5.1",
198198
"vue-router-mock": "^1.1.0",

playground/package.json

Lines changed: 3 additions & 3 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.6",
1111
"@vitejs/plugin-vue": "^5.2.4",
1212
"@vue/compiler-sfc": "^3.5.16",
1313
"@vue/tsconfig": "^0.7.0",
@@ -17,9 +17,9 @@
1717
"vite-plugin-inspect": "^11.1.0"
1818
},
1919
"dependencies": {
20-
"@tanstack/vue-query": "^5.79.0",
20+
"@tanstack/vue-query": "^5.80.6",
2121
"mande": "^2.0.9",
22-
"pinia": "^3.0.2",
22+
"pinia": "^3.0.3",
2323
"vue": "^3.5.16",
2424
"vue-router": "^4.5.1"
2525
}

0 commit comments

Comments
 (0)