Skip to content

Commit ec976a5

Browse files
committed
chore: update deps
1 parent fcba56d commit ec976a5

File tree

2 files changed

+685
-458
lines changed

2 files changed

+685
-458
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-icons",
33
"type": "module",
44
"version": "0.22.0",
5-
"packageManager": "pnpm@9.15.0",
5+
"packageManager": "pnpm@9.15.3",
66
"description": "Access thousands of icons as components on-demand universally",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -214,32 +214,32 @@
214214
"dependencies": {
215215
"@antfu/install-pkg": "^0.5.0",
216216
"@antfu/utils": "^0.7.10",
217-
"@iconify/utils": "^2.2.0",
217+
"@iconify/utils": "^2.2.1",
218218
"debug": "^4.4.0",
219219
"kolorist": "^1.8.0",
220220
"local-pkg": "^0.5.1",
221221
"unplugin": "^2.1.0"
222222
},
223223
"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",
226226
"@iconify/types": "^2.0.0",
227227
"@svgr/core": "^8.1.0",
228228
"@svgr/plugin-jsx": "^8.1.0",
229229
"@svgx/core": "^1.0.1",
230230
"@types/debug": "^4.1.12",
231-
"@types/node": "^22.10.2",
231+
"@types/node": "^22.10.5",
232232
"@vue/compiler-sfc": "^3.5.13",
233-
"bumpp": "^9.9.1",
233+
"bumpp": "^9.9.3",
234234
"cross-env": "^7.0.3",
235235
"eslint": "^9.17.0",
236236
"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",
240240
"tsup": "^8.3.5",
241241
"typescript": "^5.7.2",
242-
"vite": "^6.0.3",
242+
"vite": "^6.0.7",
243243
"vitest": "^2.1.8"
244244
}
245245
}

0 commit comments

Comments
 (0)