appleple / react-modal-video

Accessible React Modal Video Component
https://appleple.github.io/react-modal-video/
MIT License
177 stars 86 forks source link

Move dependencies to peer #8

Closed plag closed 6 years ago

plag commented 6 years ago

Move react/react-dom/react-transition-group to peerDependencies for avoid duplicate react libs (ex.: when use react 16 it will duplicated with react 15 because lib has react 15 in dependencies). And migrate react-transition group to newer version.

steelydylan commented 6 years ago

Thank you for migrating it to the newer version 👍 I really appreciate it