cedricdelpoux / react-responsive-masonry

React responsive masonry component built with css flexbox
https://cedricdelpoux.github.io/react-responsive-masonry/
MIT License
353 stars 35 forks source link

missing peerDependencies #107

Open justsaul opened 1 year ago

justsaul commented 1 year ago

Hello,

Was there any particular reason why peerDependencies got removed with 2.1.5.

Reason for this issue This change (missing peerDependencies) negatively affects package managers that rely on package.json to resolve dependencies (for example yarn PnP) rather than depending on node module resolution algorithm.