hasura / hasura/graphql2chartjs

Dependencies outdated

Open
#4 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
229
Forks
24
PR merge metrics
No merged PRs in 30d

Description

graphql2chartjs > @babel/polyfill > core-js@2.6.11: 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](https://babeljs.io/docs/en/babel-polyfill)

> 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";
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.