mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Remove unused d3-cloud library (#166601)
## 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 <efstratia.kalafateli@elastic.co>
This commit is contained in:
parent
59c5eb0988
commit
a8de9ebfdf
2 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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==
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue