markusenglund / react-switch

A draggable toggle-switch component for React. Check out the demo at:
https://react-switch.netlify.com/
MIT License
1.33k stars 101 forks source link

Time to update dependencies, maybe? #66

Closed dreamyguy closed 3 years ago

dreamyguy commented 4 years ago

Since package.json lists react as react: ^16.7.0 (released on 2018.12.20), I guessed my way to the closest node LTS at the time: 8.14.1 (released on 2018.12.18).

Based on that, I installed the dependencies locally and got the following result:

Screenshot 2020-02-16 at 23 16 35

That's a lot of time since then so this update might not be the most trivial, but maybe it's worth a try?

I usually hesitate to open PRs with so obtrusive changes, since they tend to not get merged...

markusenglund commented 3 years ago

Hi,

Yes, it's high time for an update. I've already done so myself and will be merged to master when I cut the release later this month.