|
2 | 2 | "name": "unplugin-vue-router", |
3 | 3 | "version": "0.16.0", |
4 | 4 | "type": "module", |
5 | | - "packageManager": "[email protected].1", |
| 5 | + "packageManager": "[email protected].3", |
6 | 6 | "description": "File based typed routing for Vue Router", |
7 | 7 | "keywords": [ |
8 | 8 | "unplugin", |
|
154 | 154 | "dependencies": { |
155 | 155 | "@babel/generator": "^7.28.3", |
156 | 156 | "@vue-macros/common": "^3.1.1", |
157 | | - "@vue/language-core": "^3.1.0", |
158 | | - "ast-walker-scope": "^0.8.2", |
| 157 | + "@vue/language-core": "^3.1.1", |
| 158 | + "ast-walker-scope": "^0.8.3", |
159 | 159 | "chokidar": "^4.0.3", |
160 | 160 | "json5": "^2.2.3", |
161 | 161 | "local-pkg": "^1.1.2", |
|
167 | 167 | "scule": "^1.3.0", |
168 | 168 | "tinyglobby": "^0.2.15", |
169 | 169 | "unplugin": "^2.3.10", |
170 | | - "unplugin-utils": "^0.3.0", |
| 170 | + "unplugin-utils": "^0.3.1", |
171 | 171 | "yaml": "^2.8.1" |
172 | 172 | }, |
173 | 173 | "peerDependencies": { |
|
184 | 184 | "@pinia/colada": "^0.17.6", |
185 | 185 | "@posva/prompts": "^2.4.4", |
186 | 186 | "@shikijs/vitepress-twoslash": "3.13.0", |
187 | | - "@tanstack/vue-query": "^5.90.3", |
| 187 | + "@tanstack/vue-query": "^5.90.5", |
188 | 188 | "@types/babel__generator": "^7.27.0", |
189 | | - "@types/node": "^24.7.2", |
| 189 | + "@types/node": "^24.9.1", |
190 | 190 | "@types/picomatch": "^4.0.2", |
191 | 191 | "@vitest/coverage-v8": "^3.2.4", |
192 | 192 | "@vitest/ui": "^3.2.4", |
193 | | - "@vue/language-core": "^3.1.0", |
| 193 | + "@vue/language-core": "^3.1.1", |
194 | 194 | "@vue/test-utils": "^2.4.6", |
195 | 195 | "chalk": "^5.6.2", |
196 | 196 | "conventional-changelog-cli": "^5.0.0", |
197 | 197 | "execa": "^9.6.0", |
198 | 198 | "firebase": "^12.4.0", |
199 | | - "happy-dom": "^20.0.0", |
200 | | - "lint-staged": "^16.2.4", |
| 199 | + "happy-dom": "^20.0.7", |
| 200 | + "lint-staged": "^16.2.5", |
201 | 201 | "minimist": "^1.2.8", |
202 | 202 | "nodemon": "^3.1.10", |
203 | 203 | "p-series": "^3.0.0", |
204 | 204 | "pinia": "^3.0.3", |
205 | 205 | "prettier": "^3.6.2", |
206 | 206 | "rimraf": "^6.0.1", |
207 | | - "rolldown": "1.0.0-beta.43", |
208 | | - "rollup": "^4.52.4", |
209 | | - "semver": "^7.7.2", |
| 207 | + "rolldown": "1.0.0-beta.44", |
| 208 | + "rollup": "^4.52.5", |
| 209 | + "semver": "^7.7.3", |
210 | 210 | "ts-expect": "^1.3.0", |
211 | | - "tsdown": "^0.15.7", |
| 211 | + "tsdown": "^0.15.9", |
212 | 212 | "typescript": "^5.9.3", |
213 | 213 | "unplugin-auto-import": "^20.2.0", |
214 | 214 | "unplugin-vue-markdown": "^29.2.0", |
215 | 215 | "unplugin-vue-router": "workspace:*", |
216 | | - "vite": "^7.1.9", |
217 | | - "vite-plugin-vue-devtools": "^8.0.2", |
| 216 | + "vite": "^7.1.11", |
| 217 | + "vite-plugin-vue-devtools": "^8.0.3", |
218 | 218 | "vitepress": "^1.6.4", |
219 | 219 | "vitepress-plugin-llms": "^1.8.0", |
220 | 220 | "vitest": "^3.2.4", |
221 | 221 | "vue": "^3.5.22", |
222 | | - "vue-router": "^4.6.0", |
| 222 | + "vue-router": "^4.6.3", |
223 | 223 | "vue-router-mock": "^2.0.0", |
224 | 224 | "vue-tsc": "^3.1.1", |
225 | 225 | "vuefire": "^3.2.2", |
|
0 commit comments