|
2 | 2 | "name": "unplugin-vue-router",
|
3 | 3 | "version": "0.15.0",
|
4 | 4 | "type": "module",
|
5 |
| - "packageManager": "[email protected].0", |
| 5 | + "packageManager": "[email protected].1", |
6 | 6 | "description": "File based typed routing for Vue Router",
|
7 | 7 | "keywords": [
|
8 | 8 | "unplugin",
|
|
153 | 153 | },
|
154 | 154 | "dependencies": {
|
155 | 155 | "@babel/generator": "^7.28.3",
|
156 |
| - "@vue-macros/common": "^3.0.0", |
157 |
| - "@vue/language-core": "^3.0.7", |
| 156 | + "@vue-macros/common": "^3.1.1", |
| 157 | + "@vue/language-core": "^3.1.0", |
158 | 158 | "ast-walker-scope": "^0.8.2",
|
159 | 159 | "chokidar": "^4.0.3",
|
160 | 160 | "json5": "^2.2.3",
|
|
181 | 181 | },
|
182 | 182 | "devDependencies": {
|
183 | 183 | "@babel/types": "^7.28.4",
|
184 |
| - "@pinia/colada": "^0.17.5", |
| 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.89.0", |
| 187 | + "@tanstack/vue-query": "^5.90.2", |
188 | 188 | "@types/babel__generator": "^7.27.0",
|
189 |
| - "@types/node": "^24.3.0", |
| 189 | + "@types/node": "^24.5.2", |
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.0.7", |
| 193 | + "@vue/language-core": "^3.1.0", |
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.3.0",
|
199 | 199 | "happy-dom": "^18.0.1",
|
200 |
| - "lint-staged": "^16.1.6", |
| 200 | + "lint-staged": "^16.2.3", |
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.38", |
| 207 | + "rolldown": "^1.0.0-beta.40", |
208 | 208 | "rollup": "^4.50.1",
|
209 |
| - "rollup": "^4.52.0", |
| 209 | + "rollup": "^4.52.3", |
210 | 210 | "semver": "^7.7.2",
|
211 | 211 | "ts-expect": "^1.3.0",
|
212 |
| - "tsdown": "^0.15.4", |
| 212 | + "tsdown": "^0.15.5", |
213 | 213 | "typescript": "^5.9.2",
|
214 |
| - "unplugin-auto-import": "^20.1.0", |
215 |
| - "unplugin-vue-markdown": "^29.1.0", |
| 214 | + "unplugin-auto-import": "^20.2.0", |
| 215 | + "unplugin-vue-markdown": "^29.2.0", |
216 | 216 | "unplugin-vue-router": "workspace:*",
|
217 |
| - "vite": "^7.1.6", |
| 217 | + "vite": "^7.1.7", |
218 | 218 | "vite-plugin-vue-devtools": "^8.0.2",
|
219 | 219 | "vitepress": "^1.6.4",
|
220 | 220 | "vitepress-plugin-llms": "^1.7.5",
|
221 | 221 | "vitest": "^3.2.4",
|
222 |
| - "vue": "^3.5.21", |
| 222 | + "vue": "^3.5.22", |
223 | 223 | "vue-router": "https://pkg.pr.new/vue-router@4f1a37a",
|
224 | 224 | "vue-router-mock": "^2.0.0",
|
225 |
| - "vue-tsc": "^3.0.7", |
| 225 | + "vue-tsc": "^3.1.0", |
226 | 226 | "vuefire": "^3.2.2",
|
227 | 227 | "webpack": "^5.101.3",
|
228 | 228 | "yorkie": "^2.0.0"
|
|
0 commit comments