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 100 forks source link

update react 18 deps (closes #107) #115

Closed smhg closed 2 years ago

smhg commented 2 years ago

This takes care of React 18 compatibility. I've also run npm update (explaining the changes to package-lock.json).

markusenglund commented 2 years ago

Hey, I was just gonna do this myself actually. I'll merge this, and try to make a release today.