Skip to content

Commit

Permalink
Downgrade to vx/shape 0.0.179
Browse files Browse the repository at this point in the history
Fixes collapsed line chart scales.
For further information on the API change of vx/shape see 
airbnb/visx#383
  • Loading branch information
swaterkamp committed Mar 22, 2019
1 parent b098efa commit a4236d1
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gsa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@vx/axis": "^0.0.183",
"@vx/gradient": "^0.0.183",
"@vx/shape": "^0.0.183",
"@vx/shape": "^0.0.179",
"core-js": "^2.6.3",
"d3-cloud": "^1.2.5",
"d3-color": "^1.2.3",
Expand Down
34 changes: 33 additions & 1 deletion gsa/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,13 @@
classnames "^2.2.5"
prop-types "^15.6.0"

"@vx/curve@0.0.165":
version "0.0.165"
resolved "https://registry.yarnpkg.com/@vx/curve/-/curve-0.0.165.tgz#330d1512dceae0af43dd3eb4c85523132030a3a0"
integrity sha512-fiQAGrKNGjJbL+eixUckJqIZDWXH/1NtIyyDbSz3J7ksk0QpYr5BgWcNJN76HLNt7wfcLwNzCHeNs4iVYyFGTg==
dependencies:
d3-shape "^1.0.6"

"@vx/curve@0.0.182":
version "0.0.182"
resolved "https://registry.yarnpkg.com/@vx/curve/-/curve-0.0.182.tgz#55487fe71fb00ccc2299437e76b2c68b88c37c7f"
Expand All @@ -1107,6 +1114,13 @@
classnames "^2.2.5"
prop-types "^15.5.7"

"@vx/group@0.0.170":
version "0.0.170"
resolved "https://registry.yarnpkg.com/@vx/group/-/group-0.0.170.tgz#8b30b3ea07c348fe22253812fe7cb6d4200d725d"
integrity sha512-RnDdRoy0YI5hokk+YWXc8t39Kp51i4BdCpiwkDJU4YypGycTYnDFjicam6jigUmZ/6wyMirDf/aQboWviFLt2Q==
dependencies:
classnames "^2.2.5"

"@vx/group@0.0.183":
version "0.0.183"
resolved "https://registry.yarnpkg.com/@vx/group/-/group-0.0.183.tgz#15c8b14c5cadbe5f76c3ddcab8c5698cae24b443"
Expand All @@ -1115,12 +1129,17 @@
classnames "^2.2.5"
prop-types "^15.6.2"

"@vx/point@0.0.165":
version "0.0.165"
resolved "https://registry.yarnpkg.com/@vx/point/-/point-0.0.165.tgz#7ebde5da3d86954fe31a56f923f31550f0b4b867"
integrity sha512-spoHilhjcWNgccrSzBUPw+PXV81tYxeyEWBkgr35aGVU4m7YT86Ywvfemwp7AVVGPn+XJHrhB0ujAhDoyqFPoA==

"@vx/point@0.0.182":
version "0.0.182"
resolved "https://registry.yarnpkg.com/@vx/point/-/point-0.0.182.tgz#72abfa6ae923cf9bad23d9dd51709b2f31d81bf8"
integrity sha512-ZWDFVL5+RQXDSY6a5DZDRAoTFUmz0nxqUJidIHP9kDN1MGwoX43yaG7Ss1iJxe5a7Np5XGB2sm3xvmgZvf4a6g==

"@vx/shape@0.0.183", "@vx/shape@^0.0.183":
"@vx/shape@0.0.183":
version "0.0.183"
resolved "https://registry.yarnpkg.com/@vx/shape/-/shape-0.0.183.tgz#1001590586d90abf7769bc7459af49daf4c4d4ed"
integrity sha512-+CoyLds/JJX/6KONz6tLBSQx8HluTDCQZectSMpXnLLTZPvOzPGMYqS3GqtkC8leWlggh33RCWPVJoCAePFiNQ==
Expand All @@ -1133,6 +1152,19 @@
d3-shape "^1.2.0"
prop-types "^15.5.10"

"@vx/shape@^0.0.179":
version "0.0.179"
resolved "https://registry.yarnpkg.com/@vx/shape/-/shape-0.0.179.tgz#038c449743d1e05b7b2d20151e9ab6e739f73516"
integrity sha512-YHVNx4xGpbjolkW3Lb5pEgJB0+u349vfnLI976DJlinY0hRNa4TZbWXOB4ywLIrYzQEXXPMUR8WtdubNxg6g0w==
dependencies:
"@vx/curve" "0.0.165"
"@vx/group" "0.0.170"
"@vx/point" "0.0.165"
classnames "^2.2.5"
d3-path "^1.0.5"
d3-shape "^1.2.0"
prop-types "^15.5.10"

"@vx/text@0.0.183":
version "0.0.183"
resolved "https://registry.yarnpkg.com/@vx/text/-/text-0.0.183.tgz#8bed9eef00eee169158dd0a0a5ee5cd3374c4db3"
Expand Down

0 comments on commit a4236d1

Please sign in to comment.