Skip to content

Commit

Permalink
Remove unused d3-cloud library (#166601)
Browse files Browse the repository at this point in the history
## Summary

This PR removes the d3-cloud library specified as a dependency in Kibana
`package.json`
The current tag-cloud uses the d3-cloud version library that is a
dependency of elastic-charts.

Co-authored-by: Stratoula Kalafateli <[email protected]>
  • Loading branch information
markov00 and stratoula authored Sep 26, 2023
1 parent 59c5eb0 commit a8de9eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,6 @@
"d3": "3.5.17",
"d3-array": "2.12.1",
"d3-brush": "^3.0.0",
"d3-cloud": "1.2.5",
"d3-interpolate": "^3.0.1",
"d3-scale": "^3.3.0",
"d3-selection": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13968,7 +13968,7 @@ d3-brush@^3.0.0:
d3-selection "3"
d3-transition "3"

d3-cloud@1.2.5, d3-cloud@^1.2.5:
d3-cloud@^1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/d3-cloud/-/d3-cloud-1.2.5.tgz#3e91564f2d27fba47fcc7d812eb5081ea24c603d"
integrity sha512-4s2hXZgvs0CoUIw31oBAGrHt9Kt/7P9Ik5HIVzISFiWkD0Ga2VLAuO/emO/z1tYIpE7KG2smB4PhMPfFMJpahw==
Expand Down

0 comments on commit a8de9eb

Please sign in to comment.