-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update some javascript dependencies #3664
Conversation
It occurs when multiple versions of d3-selection are listed in yarn.lock https://stackoverflow.com/a/53478226/6948058 cc: @fbarl |
Wow, nice catch! Reverting |
743bedd
to
e080f78
Compare
We can fix this by adding the + "resolutions": {
+ "d3-selection": "1.3.2",
+ "d3-selection": "1.4.0"
+ },
Removed the |
Maybe we can merge as is and then update the rest in another PR? |
Sure @dholbach |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
No description provided.