Graphin icon indicating copy to clipboard operation
Graphin copied to clipboard

upgrade graphin dependencies / remove unused dependencies

Open cliffordfajardo opened this issue 2 years ago • 1 comments

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

  1. Remove unused dependencies
  2. Move packages that don't belong in dependencies over to devDependencies since they are used at development / build time only

References

  • recent G6 commits: https://github.com/antvis/G6/commits/master

cliffordfajardo avatar Jul 23 '22 21:07 cliffordfajardo

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

cliffordfajardo avatar Jul 23 '22 21:07 cliffordfajardo