|
2 | 2 | "name": "unplugin-vue-router",
|
3 | 3 | "version": "0.10.8",
|
4 | 4 | "type": "module",
|
5 |
| - "packageManager": "[email protected].2", |
| 5 | + "packageManager": "[email protected].3", |
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.8", |
168 |
| - "@rollup/pluginutils": "^5.1.2", |
| 167 | + "@babel/types": "^7.26.0", |
| 168 | + "@rollup/pluginutils": "^5.1.3", |
169 | 169 | "@vue-macros/common": "^1.15.0",
|
170 | 170 | "ast-walker-scope": "^0.6.2",
|
171 | 171 | "chokidar": "^3.6.0",
|
|
188 | 188 | }
|
189 | 189 | },
|
190 | 190 | "devDependencies": {
|
191 |
| - "@pinia/colada": "^0.10.0", |
192 |
| - "@shikijs/vitepress-twoslash": "1.22.0", |
193 |
| - "@tanstack/vue-query": "^5.59.13", |
194 |
| - "@types/node": "^20.16.13", |
| 191 | + "@pinia/colada": "^0.11.0", |
| 192 | + "@shikijs/vitepress-twoslash": "1.22.1", |
| 193 | + "@tanstack/vue-query": "^5.59.16", |
| 194 | + "@types/node": "^20.17.1", |
195 | 195 | "@vitest/coverage-v8": "^2.1.3",
|
196 | 196 | "@vitest/ui": "^2.1.3",
|
197 | 197 | "@volar/vue-language-core": "^1.6.5",
|
198 | 198 | "@vue/test-utils": "^2.4.6",
|
199 | 199 | "chalk": "^5.3.0",
|
200 | 200 | "conventional-changelog-cli": "^5.0.0",
|
201 | 201 | "enquirer": "^2.4.1",
|
202 |
| - "execa": "^9.4.1", |
| 202 | + "execa": "^9.5.0", |
203 | 203 | "firebase": "^11.0.1",
|
204 | 204 | "happy-dom": "^15.7.4",
|
205 | 205 | "lint-staged": "^15.2.10",
|
|
209 | 209 | "pinia": "^2.2.4",
|
210 | 210 | "prettier": "^3.3.3",
|
211 | 211 | "rimraf": "^6.0.1",
|
212 |
| - "rollup": "^4.24.0", |
| 212 | + "rollup": "^4.24.2", |
213 | 213 | "semver": "^7.6.3",
|
214 | 214 | "ts-expect": "^1.3.0",
|
215 |
| - "tsup": "^8.3.0", |
| 215 | + "tsup": "^8.3.5", |
216 | 216 | "typescript": "^5.6.3",
|
217 | 217 | "unplugin-auto-import": "^0.18.3",
|
218 | 218 | "unplugin-vue-markdown": "^0.26.2",
|
219 | 219 | "unplugin-vue-router": "workspace:*",
|
220 |
| - "vite": "^5.4.9", |
221 |
| - "vite-plugin-vue-devtools": "^7.5.2", |
| 220 | + "vite": "^5.4.10", |
| 221 | + "vite-plugin-vue-devtools": "^7.5.4", |
222 | 222 | "vitepress": "1.4.1",
|
223 | 223 | "vitest": "^2.1.3",
|
224 | 224 | "vue": "^3.5.12",
|
225 | 225 | "vue-router": "^4.4.5",
|
226 | 226 | "vue-router-mock": "^1.1.0",
|
227 |
| - "vue-tsc": "^2.1.6", |
| 227 | + "vue-tsc": "^2.1.8", |
228 | 228 | "vuefire": "^3.2.0",
|
229 | 229 | "webpack": "^5.95.0",
|
230 | 230 | "yorkie": "^2.0.0"
|
|
0 commit comments