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