dnd
dnd copied to clipboard
Move react-redux to peerDependancies
Description
I'm using this library in a project that uses react-redux v7 (and we're not able to upgrade, at the moment). Because this project lists v8 in the dependancies, we wind up with two versions installed. Is it possible to mark react-redux as a peer dependency instead of a direct dependency? Then we could add back support for v7.