refactor(plugins): replace react-icons with antd icons, remove 83MB dependency (#39184)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Maxime Beauchemin
2026-04-08 13:21:34 -07:00
committed by GitHub
parent b8b2bdedf9
commit 63cceb6a79
5 changed files with 22 additions and 28 deletions

View File

@@ -34,8 +34,7 @@
"lodash": "^4.18.1",
"prop-types": "*",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "5.4.0"
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/types": "^7.29.0",