redux-async-connect icon indicating copy to clipboard operation
redux-async-connect copied to clipboard

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

Open rohangeorge91 opened this issue 9 years ago • 1 comments
trafficstars

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).

rohangeorge91 avatar Jul 23 '16 12:07 rohangeorge91

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

DanCech avatar Aug 11 '16 21:08 DanCech