-
Notifications
You must be signed in to change notification settings - Fork 265
Open
Description
Hello, I have an issue while running npm install in my project, my react-digraph dependency (to v7.2.1) is pulling react 15 due to a transitive dependency :
react-digraph [7.2.1] > html-react-parser [0.6.1] > react-dom-core [0.0.3] > react [15]
The first two have a proper peerDependency to react, but the last has react 15 as dependency instead.
My app is running on react 16.14 (same as v7.2.1 of react-digraph), but is now pulling both versions of react after npm install, breaking the runtime.
Is there any workaround ? It seems to me this issue should be affecting anyone who tries to use v7.2.1 ?
Thank you for your time.
aiddun, markusfeyhsunrun and libbyberrie-pursuit
Metadata
Metadata
Assignees
Labels
No labels