brocoders / redux-async-connect

It allows you to request async data, store them in redux state and connect them to your react component.
645 stars 103 forks source link

Modified the peer dependency to React 15.x.x. #94

Open rohangeorge91 opened 7 years ago

rohangeorge91 commented 7 years ago

Hi,

I check tested the code and it working with react 15.x.x (React 0.14.x doesn't have an major code breaking changes and anything which works on 0.14 should work on 15.x), so I changed the peerDependency on the project. Please review the changes (test the code if you must).

DanCech commented 7 years ago

Alternatively the dependency could be specified as ^0.14.0 || ^15.0.0 or 0.14.x || 15.x.x to maintain backward compatibility.