|
2 | 2 | "name": "unplugin-auto-import", |
3 | 3 | "type": "module", |
4 | 4 | "version": "20.1.0", |
5 | | - "packageManager": "pnpm@10.15.0", |
| 5 | + "packageManager": "pnpm@10.17.1", |
6 | 6 | "description": "Register global imports on demand for Vite and Webpack", |
7 | 7 | "author": "Anthony Fu <[email protected]>", |
8 | 8 | "license": "MIT", |
|
175 | 175 | }, |
176 | 176 | "dependencies": { |
177 | 177 | "local-pkg": "^1.1.2", |
178 | | - "magic-string": "^0.30.18", |
| 178 | + "magic-string": "^0.30.19", |
179 | 179 | "picomatch": "^4.0.3", |
180 | | - "unimport": "^5.2.0", |
181 | | - "unplugin": "^2.3.8", |
| 180 | + "unimport": "^5.4.0", |
| 181 | + "unplugin": "^2.3.10", |
182 | 182 | "unplugin-utils": "^0.3.0" |
183 | 183 | }, |
184 | 184 | "devDependencies": { |
185 | | - "@antfu/eslint-config": "^5.2.1", |
186 | | - "@antfu/ni": "^25.0.0", |
187 | | - "@antfu/utils": "^9.2.0", |
188 | | - "@nuxt/kit": "^4.0.3", |
189 | | - "@nuxt/schema": "^4.0.3", |
| 185 | + "@antfu/eslint-config": "^5.4.1", |
| 186 | + "@antfu/ni": "^26.0.1", |
| 187 | + "@antfu/utils": "^9.2.1", |
| 188 | + "@nuxt/kit": "^4.1.2", |
| 189 | + "@nuxt/schema": "^4.1.2", |
190 | 190 | "@svgr/plugin-jsx": "^8.1.0", |
191 | | - "@types/node": "^24.3.0", |
| 191 | + "@types/node": "^24.5.2", |
192 | 192 | "@types/picomatch": "^4.0.2", |
193 | 193 | "@types/resolve": "^1.20.6", |
194 | | - "@vueuse/metadata": "^13.8.0", |
| 194 | + "@vueuse/metadata": "^13.9.0", |
195 | 195 | "bumpp": "^10.2.3", |
196 | | - "eslint": "^9.34.0", |
| 196 | + "eslint": "^9.36.0", |
197 | 197 | "esno": "^4.8.0", |
198 | 198 | "fast-glob": "^3.3.3", |
199 | | - "publint": "^0.3.12", |
200 | | - "rolldown": "^1.0.0-beta.34", |
201 | | - "rollup": "^4.49.0", |
| 199 | + "publint": "^0.3.13", |
| 200 | + "rolldown": "^1.0.0-beta.39", |
| 201 | + "rollup": "^4.52.2", |
202 | 202 | "tsdown": "^0.14.2", |
203 | 203 | "typescript": "~5.9.2", |
204 | | - "vite": "^7.1.3", |
| 204 | + "vite": "^7.1.7", |
205 | 205 | "vitest": "^3.2.4", |
206 | 206 | "webpack": "^5.101.3" |
207 | 207 | } |
|
0 commit comments