|
2 | 2 | "name": "unplugin-icons",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.22.0",
|
5 |
| - "packageManager": "pnpm@9.15.0", |
| 5 | + "packageManager": "pnpm@9.15.3", |
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.2.0", |
| 217 | + "@iconify/utils": "^2.2.1", |
218 | 218 | "debug": "^4.4.0",
|
219 | 219 | "kolorist": "^1.8.0",
|
220 | 220 | "local-pkg": "^0.5.1",
|
221 | 221 | "unplugin": "^2.1.0"
|
222 | 222 | },
|
223 | 223 | "devDependencies": {
|
224 |
| - "@antfu/eslint-config": "^3.12.0", |
225 |
| - "@iconify/json": "^2.2.283", |
| 224 | + "@antfu/eslint-config": "^3.12.1", |
| 225 | + "@iconify/json": "^2.2.292", |
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.2", |
| 231 | + "@types/node": "^22.10.5", |
232 | 232 | "@vue/compiler-sfc": "^3.5.13",
|
233 |
| - "bumpp": "^9.9.1", |
| 233 | + "bumpp": "^9.9.3", |
234 | 234 | "cross-env": "^7.0.3",
|
235 | 235 | "eslint": "^9.17.0",
|
236 | 236 | "esno": "^4.8.0",
|
237 |
| - "fast-glob": "^3.3.2", |
238 |
| - "publint": "^0.2.12", |
239 |
| - "rollup": "^4.28.1", |
| 237 | + "fast-glob": "^3.3.3", |
| 238 | + "publint": "^0.3.0", |
| 239 | + "rollup": "^4.30.1", |
240 | 240 | "tsup": "^8.3.5",
|
241 | 241 | "typescript": "^5.7.2",
|
242 |
| - "vite": "^6.0.3", |
| 242 | + "vite": "^6.0.7", |
243 | 243 | "vitest": "^2.1.8"
|
244 | 244 | }
|
245 | 245 | }
|
0 commit comments