insin / react-maskedinput

Masked <input/> React component
http://insin.github.io/react-maskedinput/
MIT License
730 stars 197 forks source link

Include React 16 in peerDependencies #115

Closed Thorarin closed 6 years ago

Thorarin commented 6 years ago

This PR only adds React 16 to the list of allowed peer dependency versions. Without this change, users of the package are blocked from upgrading to react 16.

I've intentionally not updated the devDependencies for now, but I've updated them locally to test against the latest version. Everything seems fine; tests run and no problems or deprecation warnings inside an actual application.