From e87b5aba2b3f63d5d345034b93fa815126a65cf8 Mon Sep 17 00:00:00 2001 From: Marco Vettorello Date: Tue, 7 Apr 2020 10:52:41 +0200 Subject: [PATCH] fix: upgrade to the 18.2.1 version --- package.json | 2 +- packages/kbn-ui-shared-deps/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 396f102767ad5..c6794355a9098 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "@babel/core": "^7.9.0", "@babel/register": "^7.9.0", "@elastic/apm-rum": "^4.6.0", - "@elastic/charts": "^18.1.2", + "@elastic/charts": "18.2.1", "@elastic/datemath": "5.0.3", "@elastic/ems-client": "7.8.0", "@elastic/eui": "21.0.1", diff --git a/packages/kbn-ui-shared-deps/package.json b/packages/kbn-ui-shared-deps/package.json index 48793f9946f94..3f44efc327548 100644 --- a/packages/kbn-ui-shared-deps/package.json +++ b/packages/kbn-ui-shared-deps/package.json @@ -9,7 +9,7 @@ "kbn:watch": "node scripts/build --watch" }, "dependencies": { - "@elastic/charts": "^18.1.2", + "@elastic/charts": "18.2.1", "@elastic/eui": "21.0.1", "@kbn/i18n": "1.0.0", "abortcontroller-polyfill": "^1.4.0", diff --git a/yarn.lock b/yarn.lock index 504fa4eceae3c..4f8da4e6bf473 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1197,10 +1197,10 @@ dependencies: "@elastic/apm-rum-core" "^4.7.0" -"@elastic/charts@^18.1.2": - version "18.2.0" - resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-18.2.0.tgz#e141151b4d7ecc71c9f6f235f8ce141665c67195" - integrity sha512-OWsARaHI/4Ict/GkeKIO3a+e2c86esGw3FtSGRLPFVgzpwBXdjvjYyraGntKOIVs/NAGNVWYj5XoRRb5C6cMlQ== +"@elastic/charts@18.2.1": + version "18.2.1" + resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-18.2.1.tgz#56fe1037e1ff29ee216ac7f8ad24f91662f837ca" + integrity sha512-VWz6WoEARgJpqoa63u3EQYwsdQDSz/hdJZ+YndX3b37KyjwA7kH1aY9IWTTHWEGtUa/iAT5nYP6Queof/F5FKg== dependencies: classnames "^2.2.6" d3-array "^1.2.4"