FormidableLabs / freactal

Clean and robust state management for React and React-like libs.
MIT License
1.65k stars 46 forks source link

Remove React.Proptypes in favor of 'prop-types' to support React 15.5 #26

Closed dmiller9911 closed 7 years ago

dmiller9911 commented 7 years ago

Update enzyme, react, react-dom dev dependencies to support react 15.5 for testing. Remove react-addons-test-utils and add react-test-renderer to support newer version of enzyme.

divmain commented 7 years ago

This looks great - thank you!