Graphin
Graphin copied to clipboard
upgrade graphin dependencies / remove unused dependencies
Summary
1. Upgrade graphin's dependencies
@antv/g6
- recent G6 updates (g6 commits) include performance optimizations & Combo related enhancements
For example, new combo close icons setting was introduced a few weeks ago:
https://user-images.githubusercontent.com/6743796/180625157-d897e4ce-b393-4529-af59-f422863deee7.mp4
"@antv/util"
: upgraded package, verified that no methods currently used were removed or changes so its safe to upgrade
- Remove unused dependencies
- Move packages that don't belong in
dependencies
over todevDependencies
since they are used at development / build time only
References
- recent G6 commits: https://github.com/antvis/G6/commits/master
CC @pomelo-nwu - upgraded dependencies
Would be good to try out locally on your computer. I had trouble running it locally earlier today: https://github.com/antvis/Graphin/issues/411