text-mask/text-mask

fix peer dependency please for react

Krasnopir opened this issue · 2 comments

"react": "^0.14.0 || ^15.0.0 || ^16.0.0"

17 react was relesed and work fine with this package, but on install there are peer dependency warning

npm WARN react-text-mask@5.4.3 requires a peer of react@^0.14.0 || ^15.0.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.

This was just a warning, now with npm 7 it installs peer dependencies, and with bit, this just fails isolated builds. Can we please update the peer deps.

@msafi if you are no longer maintaining this project, please allow someone else to. There's far too many dependents to let it die.