I was thinking about this issue, that I've asked before and got the idea... what if I list can
as peerDependency
for my components ? I mean I know that my component should work with ...can 3.x
and the only thing that might brake my component is some API
change which is fairly rare case. But if I do this way I'll avoid this "2 versions of something found" because entity-details-component
will use "host" packages. Well at least I expect it to do this :)