|
2 | 2 | "name": "unplugin-auto-import",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "19.0.0",
|
5 |
| - "packageManager": "pnpm@9.15.3", |
| 5 | + "packageManager": "pnpm@10.4.0", |
6 | 6 | "description": "Register global imports on demand for Vite and Webpack",
|
7 | 7 | "author": "Anthony Fu <[email protected]>",
|
8 | 8 | "license": "MIT",
|
|
163 | 163 | }
|
164 | 164 | },
|
165 | 165 | "dependencies": {
|
166 |
| - "@antfu/utils": "^0.7.10", |
167 |
| - "@rollup/pluginutils": "^5.1.4", |
168 |
| - "local-pkg": "^0.5.1", |
| 166 | + "local-pkg": "^1.0.0", |
169 | 167 | "magic-string": "^0.30.17",
|
170 | 168 | "picomatch": "^4.0.2",
|
171 |
| - "unimport": "^3.14.5", |
172 |
| - "unplugin": "^2.1.2" |
| 169 | + "unimport": "^4.1.1", |
| 170 | + "unplugin": "^2.2.0", |
| 171 | + "unplugin-utils": "^0.2.4" |
173 | 172 | },
|
174 | 173 | "devDependencies": {
|
175 |
| - "@antfu/eslint-config": "^3.12.1", |
176 |
| - "@antfu/ni": "^0.23.2", |
177 |
| - "@nuxt/kit": "^3.15.1", |
| 174 | + "@antfu/eslint-config": "^4.2.0", |
| 175 | + "@antfu/ni": "^23.3.1", |
| 176 | + "@antfu/utils": "^9.0.0", |
| 177 | + "@nuxt/kit": "^3.15.4", |
| 178 | + "@nuxt/schema": "^3.15.4", |
178 | 179 | "@svgr/plugin-jsx": "^8.1.0",
|
179 |
| - "@types/node": "^22.10.5", |
180 |
| - "@types/picomatch": "^3.0.1", |
| 180 | + "@types/node": "^22.13.4", |
| 181 | + "@types/picomatch": "^3.0.2", |
181 | 182 | "@types/resolve": "^1.20.6",
|
182 |
| - "@vueuse/metadata": "^12.3.0", |
183 |
| - "bumpp": "^9.9.3", |
184 |
| - "eslint": "^9.17.0", |
| 183 | + "@vueuse/metadata": "^12.6.1", |
| 184 | + "bumpp": "^10.0.3", |
| 185 | + "eslint": "^9.20.1", |
185 | 186 | "esno": "^4.8.0",
|
186 | 187 | "fast-glob": "^3.3.3",
|
187 |
| - "publint": "^0.3.0", |
188 |
| - "rollup": "^4.30.1", |
189 |
| - "tsup": "^8.3.5", |
190 |
| - "typescript": "^5.7.2", |
191 |
| - "vite": "^6.0.7", |
192 |
| - "vitest": "^2.1.8", |
193 |
| - "webpack": "^5.97.1" |
| 188 | + "publint": "^0.3.5", |
| 189 | + "rollup": "^4.34.7", |
| 190 | + "tsup": "^8.3.6", |
| 191 | + "typescript": "^5.7.3", |
| 192 | + "vite": "^6.1.0", |
| 193 | + "vitest": "^3.0.5", |
| 194 | + "webpack": "^5.98.0" |
194 | 195 | }
|
195 | 196 | }
|
0 commit comments