Skip to content

Commit

Permalink
Merge pull request #1074 from julien/issue_1072
Browse files Browse the repository at this point in the history
Updates billboard to version 1.5.1 | Fixes #1072
  • Loading branch information
carloslancha authored Aug 8, 2018
2 parents 69e8ce4 + 0253b53 commit 45c7218
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/clay-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
]
},
"dependencies": {
"billboard.js": "1.4.1",
"billboard.js": "1.5.1",
"d3": "5.0.0",
"metal": "^2.16.2",
"metal-component": "^2.13.2",
Expand Down
46 changes: 41 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1122,11 +1122,11 @@ big.js@^3.1.3:
version "3.2.0"
resolved "https://registry.yarnpkg.com/big.js/-/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e"

billboard.js@1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/billboard.js/-/billboard.js-1.4.1.tgz#30f302685f65988b73d22e63a275e1d580f4b2f8"
billboard.js@1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/billboard.js/-/billboard.js-1.5.1.tgz#856aabe7fb8dbd0328cd25d32f0c6a7480857ff3"
dependencies:
d3 "^5.0.0"
d3 "^5.5.0"

binary-extensions@^1.0.0:
version "1.11.0"
Expand Down Expand Up @@ -2693,7 +2693,7 @@ d3-zoom@1:
d3-selection "1"
d3-transition "1"

[email protected], d3@^5.0.0:
[email protected]:
version "5.0.0"
resolved "https://registry.yarnpkg.com/d3/-/d3-5.0.0.tgz#b373ce8ccc953cbe09cef4c1e7e2223b42441df9"
dependencies:
Expand Down Expand Up @@ -2729,6 +2729,42 @@ [email protected], d3@^5.0.0:
d3-voronoi "1"
d3-zoom "1"

d3@^5.5.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/d3/-/d3-5.5.0.tgz#948413b91b988a6597f3e4c3e941d3b530bfee63"
dependencies:
d3-array "1"
d3-axis "1"
d3-brush "1"
d3-chord "1"
d3-collection "1"
d3-color "1"
d3-contour "1"
d3-dispatch "1"
d3-drag "1"
d3-dsv "1"
d3-ease "1"
d3-fetch "1"
d3-force "1"
d3-format "1"
d3-geo "1"
d3-hierarchy "1"
d3-interpolate "1"
d3-path "1"
d3-polygon "1"
d3-quadtree "1"
d3-random "1"
d3-scale "2"
d3-scale-chromatic "1"
d3-selection "1"
d3-shape "1"
d3-time "1"
d3-time-format "2"
d3-timer "1"
d3-transition "1"
d3-voronoi "1"
d3-zoom "1"

d@1:
version "1.0.0"
resolved "https://registry.yarnpkg.com/d/-/d-1.0.0.tgz#754bb5bfe55451da69a58b94d45f4c5b0462d58f"
Expand Down

0 comments on commit 45c7218

Please sign in to comment.