cpunion / react-actioncable-provider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning during yarn install - core-js@1.2.7: core-js@<3 is no longer maintained - Upgrade required

tonydehnke opened this issue Β· comments

Hi, did a fresh yarn install build of my package.json today.

This warning was shown:

warning react-actioncable-provider > react > fbjs > core-js@1.2.7: 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.

My react version and react-actionable-provider version:

    "react": "16.13.1",
    "react-actioncable-provider": "^2.0.0",

I'm a newbie to this, so if you have any other questions please let me know and I will do my best to help.

hey @tonydehnke , my fork and published version @thrash-industries/react-actioncable-provider does not have such warnings:

react-actioncable-provider % yarn install
yarn install v1.22.5
[1/4] πŸ”  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] πŸ”—  Linking dependencies...
[4/4] πŸ”¨  Building fresh packages...
✨  Done in 5.55s.

https://github.com/JackHowa/react-actioncable-provider

Thanks - is this package no longer being maintained?

As far as I know @tonydehnke , cpunion's react-actionacable-provider is not maintained, no. I've been working on my fork fairly recently https://github.com/JackHowa/react-actioncable-provider

@cpunion What is your status on the project, are there other members who could approve PR's etc?