-
Notifications
You must be signed in to change notification settings - Fork 133
fix(xy): stacked polarity #1502
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
Changes from all commits
6637aaf
de17519
5b08ee4
0dcb91a
56249bc
ef38163
6f1cdb9
c8eefea
96797fe
cf7ae39
a9e7486
0f40afc
fde8d5a
c1cf8ad
25d11af
8a1aef2
e1034d8
0a58d76
1b0a6a1
ef547ea
7e9149a
075527b
d4c0196
e916c6d
9eb5bf4
73a9e3c
ff2f537
f06db8a
edcb883
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,7 +40,7 @@ | |
| "d3-collection": "^1.0.7", | ||
| "d3-interpolate": "^1.4.0", | ||
| "d3-scale": "^1.0.7", | ||
| "d3-shape": "^1.3.4", | ||
| "d3-shape": "^2.0.0", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. what was the issue on upgrading to the latest version?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The jest tests were throwing an error similar to https://stackoverflow.com/questions/49263429/jest-gives-an-error-syntaxerror-unexpected-token-export. I tried to fix it but couldn't see any difference between the 2 so I gave up for now. |
||
| "prop-types": "^15.7.2", | ||
| "re-reselect": "^3.4.0", | ||
| "react-redux": "^7.1.0", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.