zamarrowski / react-ionicons

A React Ionicon component https://react-ionicons.netlify.app/
Apache License 2.0
192 stars 28 forks source link

Update to prop-types v15.5.10 #22

Closed jo12bar closed 7 years ago

jo12bar commented 7 years ago

React prop-types v15.5.6 has multiple issues (especially in production minified builds) and was recently depreciated with a suggestion to upgrade to v15.5.7 or higher. v15.5.10 is the most recent release, does not introduce any breaking changes, and seems to work perfectly fine with this package. By doing this we can get rid of a scary depreciation message whenever this package is installed :)

zamarrowski commented 7 years ago

Thank you @jo12bar 😄