Skip to content
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

Dependencies outdated #4

Open
ohlr opened this issue Jan 27, 2020 · 1 comment
Open

Dependencies outdated #4

ohlr opened this issue Jan 27, 2020 · 1 comment

Comments

@ohlr
Copy link

ohlr commented Jan 27, 2020

graphql2chartjs > @babel/polyfill > [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.

babel-polyfill docs

As of Babel 7.4.0, this package has been deprecated in favor of directly including core-js/stable (to polyfill ECMAScript features) and regenerator-runtime/runtime (needed to use transpiled generator functions):

Fix:

import "core-js/stable";
import "regenerator-runtime/runtime";
@tsaiDavid
Copy link

Would be great to get this updated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants