Skip to content

Commit

Permalink
Update to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Feb 5, 2020
1 parent 765fb97 commit 4d41a2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"@babel/core": "^7.5.5",
"@babel/register": "^7.7.0",
"@elastic/apm-rum": "^4.6.0",
"@elastic/charts": "^17.0.0",
"@elastic/charts": "^17.0.2",
"@elastic/datemath": "5.0.2",
"@elastic/ems-client": "7.6.0",
"@elastic/eui": "18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-ui-shared-deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"kbn:watch": "node scripts/build --watch"
},
"devDependencies": {
"@elastic/charts": "^17.0.0",
"@elastic/charts": "^17.0.2",
"@elastic/eui": "18.3.0",
"@kbn/dev-utils": "1.0.0",
"@kbn/i18n": "1.0.0",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1880,10 +1880,10 @@
dependencies:
"@elastic/apm-rum-core" "^4.7.0"

"@elastic/charts@^17.0.0":
version "17.0.0"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-17.0.0.tgz#c87dcba9e46cafd35f7b5bd7bab32893b1c15060"
integrity sha512-su3h41sduhlr1n1V8psmwuKTor1L5ZG22mJaSQVPFLxkd2XN7zooVOXW+QaQzJ37T1aegFtEPIg8MxY03a4tMw==
"@elastic/charts@^17.0.2":
version "17.0.2"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-17.0.2.tgz#0bd2cb7b78bd60255eed2a9b0ce5049a62dc5d8a"
integrity sha512-hz31Yma/HSdu9tRS/05xNXY+YuaHOadD9Gd+eh7ankNlJJOFI4IRV6F8BMnloeWYedNXBSTp4susFLwJNQQ+0w==
dependencies:
"@types/d3-shape" "^1.3.1"
classnames "^2.2.6"
Expand All @@ -1892,6 +1892,7 @@
d3-color "^1.4.0"
d3-scale "^1.0.7"
d3-shape "^1.3.4"
fast-deep-equal "^3.1.1"
konva "^4.0.18"
newtype-ts "^0.2.4"
prop-types "^15.7.2"
Expand Down

0 comments on commit 4d41a2f

Please sign in to comment.