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