-
-
Notifications
You must be signed in to change notification settings - Fork 819
Upgrade third-party dependencies #5034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The dependency https://github.com/ecomfe/echarts-gl for 3D graphs in |
Motivation
For the upcoming release of version 3.0 we want to upgrade all our third-party dependencies.
Implementation
Based on the new package management (PR #5021) this PR basically ran
in each directory with a package.json and
in the root directory.
Progress