Closed abingham closed 3 years ago
I think it's related to the following dependency prosemirror-state@v1.3.4 which needs prosemirror-transform@1.3.3, while prosemirror-inputrules@v1.1.3 needs prosemirror-transform@1.3.2
Yes, that's almost certainly it. Thanks for helping me sort this out.
I'm trying to understand why heritage sometimes installs multiple version of a package. When I install
prosemirror-inputrules
with heritage (after completely deletingweb_modules
):I get this in my
import-map.json
:I'm getting two
prosemirror-transform
versions installed, and I can't figure out why. As far as I can tell, none of the packages express a dependency on a specific verseion ofprosemirror-transform
.Is there any way I can debug why this is happening? Or is there some reason heritage might be doing this?