|
2 | 2 | "name": "unplugin-vue-router",
|
3 | 3 | "version": "0.11.2",
|
4 | 4 | "type": "module",
|
5 |
| - "packageManager": "pnpm@9.15.3", |
| 5 | + "packageManager": "pnpm@10.2.0", |
6 | 6 | "description": "File based typed routing for Vue Router",
|
7 | 7 | "keywords": [
|
8 | 8 | "unplugin",
|
|
132 | 132 | ]
|
133 | 133 | },
|
134 | 134 | "dependencies": {
|
135 |
| - "@babel/types": "^7.26.7", |
| 135 | + "@babel/types": "^7.26.8", |
136 | 136 | "@vue-macros/common": "^1.16.1",
|
137 | 137 | "ast-walker-scope": "^0.6.2",
|
138 | 138 | "chokidar": "^4.0.3",
|
|
157 | 157 | }
|
158 | 158 | },
|
159 | 159 | "devDependencies": {
|
160 |
| - "@pinia/colada": "^0.13.3", |
| 160 | + "@pinia/colada": "^0.13.5", |
161 | 161 | "@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", |
164 | 164 | "@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", |
168 | 168 | "@volar/vue-language-core": "^1.6.5",
|
169 | 169 | "@vue/test-utils": "^2.4.6",
|
170 | 170 | "chalk": "^5.4.1",
|
171 | 171 | "conventional-changelog-cli": "^5.0.0",
|
172 | 172 | "execa": "^9.5.2",
|
173 |
| - "firebase": "^11.2.0", |
| 173 | + "firebase": "^11.3.0", |
174 | 174 | "happy-dom": "^17.0.2",
|
175 |
| - "lint-staged": "^15.4.2", |
| 175 | + "lint-staged": "^15.4.3", |
176 | 176 | "minimist": "^1.2.8",
|
177 | 177 | "nodemon": "^3.1.9",
|
178 | 178 | "p-series": "^3.0.0",
|
179 | 179 | "pinia": "^2.3.1",
|
180 |
| - "prettier": "^3.4.2", |
| 180 | + "prettier": "^3.5.0", |
181 | 181 | "rimraf": "^6.0.1",
|
182 |
| - "rollup": "^4.32.0", |
183 |
| - "semver": "^7.6.3", |
| 182 | + "rollup": "^4.34.6", |
| 183 | + "semver": "^7.7.1", |
184 | 184 | "ts-expect": "^1.3.0",
|
185 | 185 | "tsup": "^8.3.6",
|
186 | 186 | "typescript": "^5.7.3",
|
187 | 187 | "unplugin-auto-import": "^19.0.0",
|
188 |
| - "unplugin-vue-markdown": "^28.1.0", |
| 188 | + "unplugin-vue-markdown": "^28.3.0", |
189 | 189 | "unplugin-vue-router": "workspace:*",
|
190 |
| - "vite": "^6.0.11", |
| 190 | + "vite": "^6.1.0", |
191 | 191 | "vite-plugin-vue-devtools": "^7.7.1",
|
192 | 192 | "vitepress": "1.6.3",
|
193 | 193 | "vitest": "^3.0.4",
|
|
0 commit comments