From 6c431e22e96b1e09be4c99747ce2da1089341715 Mon Sep 17 00:00:00 2001 From: Alexey Antonov Date: Wed, 26 Jun 2019 14:46:04 +0300 Subject: [PATCH] Upgrade @elastic/charts to 7.0.1 (#39571) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 77940cf3dc4f3..cae54a83d93d9 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@babel/core": "7.4.5", "@babel/polyfill": "7.4.4", "@babel/register": "7.4.4", - "@elastic/charts": "^6.0.1", + "@elastic/charts": "^7.0.1", "@elastic/datemath": "5.0.2", "@elastic/eui": "11.3.2", "@elastic/filesaver": "1.1.2", diff --git a/yarn.lock b/yarn.lock index 9290a5710269f..92ddf0958cb37 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1546,10 +1546,10 @@ lodash "^4.17.11" to-fast-properties "^2.0.0" -"@elastic/charts@^6.0.1": - version "6.0.1" - resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-6.0.1.tgz#dd3fd512946870d941baf16402ec82741d680ae9" - integrity sha512-31n/ceU5b0USc2Mfbli+/xBadjWCbakP2Nr/KjIWaJCMIljY/VXkeSWL//CK+wA3T19utyxQWlP+s2B9Ol0isA== +"@elastic/charts@^7.0.1": + version "7.0.1" + resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-7.0.1.tgz#0ddc6d5444def8ed5d45c4113359c311e1e15fb7" + integrity sha512-cscQcKB1nxPNipdPeMi14fi5ALdSywz2MYOn1UHmStiFBeaFuwt3Ncog/HJhtJG1Dgjqs0yvqpB92lkja+UmQQ== dependencies: "@types/d3-shape" "^1.3.1" "@types/luxon" "^1.11.1"