|
2 | 2 | "name": "unplugin-vue-router",
|
3 | 3 | "version": "0.14.0",
|
4 | 4 | "type": "module",
|
5 |
| - "packageManager": "[email protected].2", |
| 5 | + "packageManager": "[email protected].4", |
6 | 6 | "description": "File based typed routing for Vue Router",
|
7 | 7 | "keywords": [
|
8 | 8 | "unplugin",
|
|
166 | 166 | }
|
167 | 167 | },
|
168 | 168 | "devDependencies": {
|
169 |
| - "@babel/types": "^7.27.7", |
| 169 | + "@babel/types": "^7.28.0", |
170 | 170 | "@pinia/colada": "^0.17.1",
|
171 | 171 | "@posva/prompts": "^2.4.4",
|
172 | 172 | "@shikijs/vitepress-twoslash": "3.7.0",
|
173 | 173 | "@tanstack/vue-query": "^5.81.5",
|
174 |
| - "@types/node": "^22.15.34", |
| 174 | + "@types/node": "^22.16.0", |
175 | 175 | "@types/picomatch": "^4.0.0",
|
176 | 176 | "@vitest/coverage-v8": "^3.2.4",
|
177 | 177 | "@vitest/ui": "^3.2.4",
|
178 |
| - "@vue/language-core": "^2.2.10", |
| 178 | + "@vue/language-core": "^2.2.12", |
179 | 179 | "@vue/test-utils": "^2.4.6",
|
180 | 180 | "chalk": "^5.4.1",
|
181 | 181 | "conventional-changelog-cli": "^5.0.0",
|
182 | 182 | "execa": "^9.6.0",
|
183 |
| - "firebase": "^11.9.1", |
| 183 | + "firebase": "^11.10.0", |
184 | 184 | "happy-dom": "^18.0.1",
|
185 | 185 | "lint-staged": "^16.1.2",
|
186 | 186 | "minimist": "^1.2.8",
|
|
189 | 189 | "pinia": "^3.0.3",
|
190 | 190 | "prettier": "^3.6.2",
|
191 | 191 | "rimraf": "^6.0.1",
|
192 |
| - "rollup": "^4.44.1", |
| 192 | + "rollup": "^4.44.2", |
193 | 193 | "semver": "^7.7.2",
|
194 | 194 | "ts-expect": "^1.3.0",
|
195 | 195 | "tsdown": "^0.12.9",
|
|
200 | 200 | "vite": "^7.0.2",
|
201 | 201 | "vite-plugin-vue-devtools": "^7.7.7",
|
202 | 202 | "vitepress": "^1.6.3",
|
203 |
| - "vitepress-plugin-llms": "^1.6.0", |
| 203 | + "vitepress-plugin-llms": "^1.7.0", |
204 | 204 | "vitest": "^3.2.4",
|
205 | 205 | "vue": "^3.5.17",
|
206 | 206 | "vue-router": "^4.5.1",
|
|
0 commit comments