Wildhoney / ReactShadow

:beginner: Utilise Shadow DOM in React with all the benefits of style encapsulation.
https://react-shadow.herokuapp.com/
MIT License
1.31k stars 81 forks source link

Move prop-types to dependencies as suggested by the docs #97

Open AndrewPrifer opened 3 years ago

AndrewPrifer commented 3 years ago

See https://github.com/facebook/prop-types#how-to-depend-on-this-package. Peer deps are a hassle, and prop-types is safe as a dependency.

theomessin commented 2 years ago

Bump!

GibsDev commented 2 years ago

Bump