let the project determine the version, as long as it befits your dependency policy. AFAIK - the way to do that is using `peerDependencies`, and not `dependencies`. Classical case IMHO
let the project determine the version, as long as it befits your dependency policy.
AFAIK - the way to do that is using
peerDependencies, and notdependencies.Classical case IMHO