|
2 | 2 | "name": "unplugin-icons",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.21.0",
|
5 |
| - "packageManager": "pnpm@9.14.4", |
| 5 | + "packageManager": "pnpm@9.15.0", |
6 | 6 | "description": "Access thousands of icons as components on-demand universally",
|
7 | 7 | "author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
8 | 8 | "license": "MIT",
|
|
214 | 214 | "dependencies": {
|
215 | 215 | "@antfu/install-pkg": "^0.5.0",
|
216 | 216 | "@antfu/utils": "^0.7.10",
|
217 |
| - "@iconify/utils": "^2.1.33", |
218 |
| - "debug": "^4.3.7", |
| 217 | + "@iconify/utils": "^2.2.0", |
| 218 | + "debug": "^4.4.0", |
219 | 219 | "kolorist": "^1.8.0",
|
220 | 220 | "local-pkg": "^0.5.1",
|
221 |
| - "unplugin": "^1.16.0" |
| 221 | + "unplugin": "^2.1.0" |
222 | 222 | },
|
223 | 223 | "devDependencies": {
|
224 |
| - "@antfu/eslint-config": "^3.11.2", |
225 |
| - "@iconify/json": "^2.2.279", |
| 224 | + "@antfu/eslint-config": "^3.12.0", |
| 225 | + "@iconify/json": "^2.2.283", |
226 | 226 | "@iconify/types": "^2.0.0",
|
227 | 227 | "@svgr/core": "^8.1.0",
|
228 | 228 | "@svgr/plugin-jsx": "^8.1.0",
|
229 | 229 | "@svgx/core": "^1.0.1",
|
230 | 230 | "@types/debug": "^4.1.12",
|
231 |
| - "@types/node": "^22.10.1", |
| 231 | + "@types/node": "^22.10.2", |
232 | 232 | "@vue/compiler-sfc": "^3.5.13",
|
233 |
| - "bumpp": "^9.8.1", |
| 233 | + "bumpp": "^9.9.1", |
234 | 234 | "cross-env": "^7.0.3",
|
235 |
| - "eslint": "^9.16.0", |
| 235 | + "eslint": "^9.17.0", |
236 | 236 | "esno": "^4.8.0",
|
237 | 237 | "fast-glob": "^3.3.2",
|
238 | 238 | "publint": "^0.2.12",
|
239 |
| - "rollup": "^4.28.0", |
| 239 | + "rollup": "^4.28.1", |
240 | 240 | "tsup": "^8.3.5",
|
241 | 241 | "typescript": "^5.7.2",
|
242 |
| - "vite": "^6.0.2", |
| 242 | + "vite": "^6.0.3", |
243 | 243 | "vitest": "^2.1.8"
|
244 | 244 | }
|
245 | 245 | }
|
0 commit comments