lddubeau/monist

The dependency requirements for peerDependencies should be relaxed.

Closed this issue · 1 comments

When looking at dependency version numbers in subpackages, monist applies the same rules to peerDependencies as to any other dependency. That's stricter than desirable as peer dependencies are often recorded with ranges like 4.x || 5.x. monist should check that the version required in a subpackage overlaps with the version set in the top level package.json rather than require strict equality.

Fixed by 3961798