jquense / react-formal

Sophisticated HTML form management for React
http://jquense.github.io/react-formal
MIT License
526 stars 52 forks source link

use the prop-types package as accessing PropTypes via the main React package is deprecated #123

Closed danhayden closed 7 years ago

danhayden commented 7 years ago

Due to prop-types compatibility I have had to update the react peer dependency from "^0.14.0 || ^15.0.0" to "^0.14.9 || >=15.3.0"

More info about this change can be found at prop-types readme

jquense commented 7 years ago

thanks!