alampros / react-confetti

Confetti without the cleanup.
http://alampros.github.io/react-confetti/
MIT License
1.51k stars 99 forks source link

Allow react 17 in peer dependency #101

Closed coolbaluk closed 3 years ago

coolbaluk commented 3 years ago

Hi,

Since react 17 is backwards compatible with react 16, it's safe to allow it as a peer dependency.

This resolves clean installs on react 17 and closes #99

Please create a release if you end up merging these changes :)

alampros commented 3 years ago

Thank you!

alampros commented 3 years ago

This is now released in v6.0.1. Thanks again!