|
2 | 2 | "name": "unplugin-vue-router",
|
3 | 3 | "version": "0.10.7",
|
4 | 4 | "type": "module",
|
5 |
| - "packageManager": "pnpm@9.7.1", |
| 5 | + "packageManager": "pnpm@9.8.0", |
6 | 6 | "description": "File based typed routing for Vue Router",
|
7 | 7 | "keywords": [
|
8 | 8 | "vue-router",
|
|
164 | 164 | ]
|
165 | 165 | },
|
166 | 166 | "dependencies": {
|
167 |
| - "@babel/types": "^7.25.2", |
| 167 | + "@babel/types": "^7.25.4", |
168 | 168 | "@rollup/pluginutils": "^5.1.0",
|
169 | 169 | "@vue-macros/common": "^1.12.2",
|
170 | 170 | "ast-walker-scope": "^0.6.2",
|
|
188 | 188 | }
|
189 | 189 | },
|
190 | 190 | "devDependencies": {
|
191 |
| - "@pinia/colada": "^0.8.1", |
| 191 | + "@pinia/colada": "^0.8.2", |
192 | 192 | "@shikijs/vitepress-twoslash": "1.14.1",
|
193 |
| - "@tanstack/vue-query": "^5.51.21", |
| 193 | + "@tanstack/vue-query": "^5.52.0", |
194 | 194 | "@types/node": "^20.16.1",
|
195 | 195 | "@vitest/coverage-v8": "^2.0.5",
|
196 | 196 | "@vitest/ui": "^2.0.5",
|
|
217 | 217 | "unplugin-auto-import": "^0.18.2",
|
218 | 218 | "unplugin-vue-markdown": "^0.26.2",
|
219 | 219 | "unplugin-vue-router": "workspace:*",
|
220 |
| - "vite": "^5.4.1", |
221 |
| - "vite-plugin-vue-devtools": "^7.3.8", |
222 |
| - "vitepress": "1.3.3", |
| 220 | + "vite": "^5.4.2", |
| 221 | + "vite-plugin-vue-devtools": "^7.3.9", |
| 222 | + "vitepress": "1.3.4", |
223 | 223 | "vitest": "^2.0.5",
|
224 | 224 | "vue": "^3.4.38",
|
225 | 225 | "vue-router": "^4.4.3",
|
226 | 226 | "vue-router-mock": "^1.1.0",
|
227 | 227 | "vue-tsc": "^2.0.29",
|
228 | 228 | "vuefire": "^3.2.0",
|
229 |
| - "webpack": "^5.93.0", |
| 229 | + "webpack": "^5.94.0", |
230 | 230 | "yorkie": "^2.0.0"
|
231 | 231 | }
|
232 | 232 | }
|
0 commit comments