8000 feat!: upgrade unplugin, drop node 16 & webpack 4 support · unplugin/unplugin-icons@34ef1af · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Commit 34ef1af

Browse files
committed
feat!: upgrade unplugin, drop node 16 & webpack 4 support
1 parent d0dfec2 commit 34ef1af

File tree

2 files changed

+746
-437
lines changed

2 files changed

+746
-437
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-icons",
33
"type": "module",
44
"version": "0.21.0",
5-
"packageManager": "pnpm@9.14.4",
5+
"packageManager": "pnpm@9.15.0",
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.1.33",
218-
"debug": "^4.3.7",
217+
"@iconify/utils": "^2.2.0",
218+
"debug": "^4.4.0",
219219
"kolorist": "^1.8.0",
220220
"local-pkg": "^0.5.1",
221-
"unplugin": "^1.16.0"
221+
"unplugin": "^2.1.0"
222222
},
223223
"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",
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.1",
231+
"@types/node": "^22.10.2",
232232
"@vue/compiler-sfc": "^3.5.13",
233-
"bumpp": "^9.8.1",
233+
"bumpp": "^9.9.1",
234234
"cross-env": "^7.0.3",
235-
"eslint": "^9.16.0",
235+
"eslint": "^9.17.0",
236236
"esno": "^4.8.0",
237237
"fast-glob": "^3.3.2",
238238
"publint": "^0.2.12",
239-
"rollup": "^4.28.0",
239+
"rollup": "^4.28.1",
240240
"tsup": "^8.3.5",
241241
"typescript": "^5.7.2",
242-
"vite": "^6.0.2",
242+
"vite": "^6.0.3",
243243
"vitest": "^2.1.8"
244244
}
245245
}

0 commit comments

Comments
 (0)
0