Skip to content

Commit 2023940

Browse files
committed
chore: up deps
1 parent d7f48f5 commit 2023940

File tree

4 files changed

+853
-864
lines changed

4 files changed

+853
-864
lines changed

examples/nuxt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"devDependencies": {
1010
"@pinia/colada-nuxt": "0.0.4",
1111
"@pinia/nuxt": "^0.9.0",
12-
"nuxt": "^3.15.3",
12+
"nuxt": "^3.15.4",
1313
"unplugin-vue-router": "workspace:*"
1414
},
1515
"dependencies": {
16-
"@pinia/colada": "^0.13.3",
16+
"@pinia/colada": "^0.13.5",
1717
"pinia": "^2.3.1"
1818
}
1919
}

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-router",
33
"version": "0.11.2",
44
"type": "module",
5-
"packageManager": "pnpm@9.15.3",
5+
"packageManager": "pnpm@10.2.0",
66
"description": "File based typed routing for Vue Router",
77
"keywords": [
88
"unplugin",
@@ -132,7 +132,7 @@
132132
]
133133
},
134134
"dependencies": {
135-
"@babel/types": "^7.26.7",
135+
"@babel/types": "^7.26.8",
136136
"@vue-macros/common": "^1.16.1",
137137
"ast-walker-scope": "^0.6.2",
138138
"chokidar": "^4.0.3",
@@ -157,37 +157,37 @@
157157
}
158158
},
159159
"devDependencies": {
160-
"@pinia/colada": "^0.13.3",
160+
"@pinia/colada": "^0.13.5",
161161
"@posva/prompts": "^2.4.4",
162-
"@shikijs/vitepress-twoslash": "2.1.0",
163-
"@tanstack/vue-query": "^5.64.2",
162+
"@shikijs/vitepress-twoslash": "2.3.2",
163+
"@tanstack/vue-query": "^5.66.0",
164164
"@types/micromatch": "^4.0.9",
165-
"@types/node": "^22.10.10",
166-
"@vitest/coverage-v8": "^3.0.4",
167-
"@vitest/ui": "^3.0.4",
165+
"@types/node": "^22.13.1",
166+
"@vitest/coverage-v8": "^3.0.5",
167+
"@vitest/ui": "^3.0.5",
168168
"@volar/vue-language-core": "^1.6.5",
169169
"@vue/test-utils": "^2.4.6",
170170
"chalk": "^5.4.1",
171171
"conventional-changelog-cli": "^5.0.0",
172172
"execa": "^9.5.2",
173-
"firebase": "^11.2.0",
173+
"firebase": "^11.3.0",
174174
"happy-dom": "^17.0.2",
175-
"lint-staged": "^15.4.2",
175+
"lint-staged": "^15.4.3",
176176
"minimist": "^1.2.8",
177177
"nodemon": "^3.1.9",
178178
"p-series": "^3.0.0",
179179
"pinia": "^2.3.1",
180-
"prettier": "^3.4.2",
180+
"prettier": "^3.5.0",
181181
"rimraf": "^6.0.1",
182-
"rollup": "^4.32.0",
183-
"semver": "^7.6.3",
182+
"rollup": "^4.34.6",
183+
"semver": "^7.7.1",
184184
"ts-expect": "^1.3.0",
185185
"tsup": "^8.3.6",
186186
"typescript": "^5.7.3",
187187
"unplugin-auto-import": "^19.0.0",
188-
"unplugin-vue-markdown": "^28.1.0",
188+
"unplugin-vue-markdown": "^28.3.0",
189189
"unplugin-vue-router": "workspace:*",
190-
"vite": "^6.0.11",
190+
"vite": "^6.1.0",
191191
"vite-plugin-vue-devtools": "^7.7.1",
192192
"vitepress": "1.6.3",
193193
"vitest": "^3.0.4",

playground/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"@vue/tsconfig": "^0.7.0",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
15-
"vite": "^6.0.11",
16-
"vite-plugin-inspect": "^10.1.0"
15+
"vite": "^6.1.0",
16+
"vite-plugin-inspect": "^10.1.1"
1717
},
1818
"dependencies": {
19-
"@tanstack/vue-query": "^5.64.2",
19+
"@tanstack/vue-query": "^5.66.0",
2020
"mande": "^2.0.9",
2121
"pinia": "^2.3.1",
2222
"vue": "^3.5.13",

0 commit comments

Comments
 (0)