|
2 | 2 | "name": "unplugin-vue-router",
|
3 | 3 | "version": "0.12.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",
|
|
132 | 132 | ]
|
133 | 133 | },
|
134 | 134 | "dependencies": {
|
135 |
| - "@vue-macros/common": "3.0.0-beta.12", |
| 135 | + "@vue-macros/common": "3.0.0-beta.14", |
136 | 136 | "ast-walker-scope": "^0.8.1",
|
137 | 137 | "chokidar": "^4.0.3",
|
138 | 138 | "fast-glob": "^3.3.3",
|
|
143 | 143 | "pathe": "^2.0.3",
|
144 | 144 | "picomatch": "^4.0.2",
|
145 | 145 | "scule": "^1.3.0",
|
146 |
| - "unplugin": "^2.3.4", |
| 146 | + "unplugin": "^2.3.5", |
147 | 147 | "unplugin-utils": "^0.2.4",
|
148 | 148 | "yaml": "^2.8.0"
|
149 | 149 | },
|
|
157 | 157 | },
|
158 | 158 | "devDependencies": {
|
159 | 159 | "@babel/types": "^7.27.3",
|
160 |
| - "@pinia/colada": "^0.16.1", |
| 160 | + "@pinia/colada": "^0.17.0", |
161 | 161 | "@posva/prompts": "^2.4.4",
|
162 | 162 | "@shikijs/vitepress-twoslash": "3.4.2",
|
163 |
| - "@tanstack/vue-query": "^5.79.0", |
| 163 | + "@tanstack/vue-query": "^5.80.2", |
164 | 164 | "@types/node": "^22.15.29",
|
165 | 165 | "@types/picomatch": "^4.0.0",
|
166 |
| - "@vitest/coverage-v8": "^3.1.4", |
167 |
| - "@vitest/ui": "^3.1.4", |
| 166 | + "@vitest/coverage-v8": "^3.2.1", |
| 167 | + "@vitest/ui": "^3.2.1", |
168 | 168 | "@vue/language-core": "^2.2.10",
|
169 | 169 | "@vue/test-utils": "^2.4.6",
|
170 | 170 | "chalk": "^5.4.1",
|
171 | 171 | "conventional-changelog-cli": "^5.0.0",
|
172 |
| - "execa": "^9.5.3", |
173 |
| - "firebase": "^11.7.3", |
174 |
| - "happy-dom": "^17.5.6", |
| 172 | + "execa": "^9.6.0", |
| 173 | + "firebase": "^11.8.1", |
| 174 | + "happy-dom": "^17.6.1", |
175 | 175 | "lint-staged": "^16.1.0",
|
176 | 176 | "minimist": "^1.2.8",
|
177 | 177 | "nodemon": "^3.1.10",
|
|
182 | 182 | "rollup": "^4.41.1",
|
183 | 183 | "semver": "^7.7.2",
|
184 | 184 | "ts-expect": "^1.3.0",
|
185 |
| - "tsdown": "^0.12.5", |
| 185 | + "tsdown": "^0.12.6", |
186 | 186 | "typescript": "^5.8.3",
|
187 | 187 | "unplugin-auto-import": "^19.3.0",
|
188 | 188 | "unplugin-vue-markdown": "^28.3.1",
|
|
191 | 191 | "vite-plugin-vue-devtools": "^7.7.6",
|
192 | 192 | "vitepress": "^1.6.3",
|
193 | 193 | "vitepress-plugin-llms": "^1.3.4",
|
194 |
| - "vitest": "^3.1.4", |
| 194 | + "vitest": "^3.2.1", |
195 | 195 | "vue": "^3.5.16",
|
196 | 196 | "vue-router": "^4.5.1",
|
197 | 197 | "vue-router-mock": "^1.1.0",
|
|
0 commit comments