Skip to content

Commit

Permalink
feat!: upgrade unplugin, drop node 16 & webpack 4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 16, 2024
1 parent d0dfec2 commit 34ef1af
Show file tree
Hide file tree
Showing 2 changed files with 746 additions and 437 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unplugin-icons",
"type": "module",
"version": "0.21.0",
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"description": "Access thousands of icons as components on-demand universally",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -214,32 +214,32 @@
"dependencies": {
"@antfu/install-pkg": "^0.5.0",
"@antfu/utils": "^0.7.10",
"@iconify/utils": "^2.1.33",
"debug": "^4.3.7",
"@iconify/utils": "^2.2.0",
"debug": "^4.4.0",
"kolorist": "^1.8.0",
"local-pkg": "^0.5.1",
"unplugin": "^1.16.0"
"unplugin": "^2.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@iconify/json": "^2.2.279",
"@antfu/eslint-config": "^3.12.0",
"@iconify/json": "^2.2.283",
"@iconify/types": "^2.0.0",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgx/core": "^1.0.1",
"@types/debug": "^4.1.12",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@vue/compiler-sfc": "^3.5.13",
"bumpp": "^9.8.1",
"bumpp": "^9.9.1",
"cross-env": "^7.0.3",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"esno": "^4.8.0",
"fast-glob": "^3.3.2",
"publint": "^0.2.12",
"rollup": "^4.28.0",
"rollup": "^4.28.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vite": "^6.0.2",
"vite": "^6.0.3",
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 34ef1af

Please sign in to comment.