Skip to content

Commit

Permalink
update charts library to 18.4.2 (#64438) (#64467)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme authored Apr 25, 2020
1 parent 3e2e3e8 commit fd3f2b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
"@babel/core": "^7.9.0",
"@babel/register": "^7.9.0",
"@elastic/apm-rum": "^5.1.1",
"@elastic/charts": "18.4.1",
"@elastic/datemath": "5.0.2",
"@elastic/charts": "18.4.2",
"@elastic/ems-client": "7.8.0",
"@elastic/eui": "22.3.0",
"@elastic/filesaver": "1.1.2",
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"
},
"dependencies": {
"@elastic/charts": "18.4.1",
"@elastic/charts": "18.4.2",
"@elastic/eui": "22.3.0",
"@kbn/i18n": "1.0.0",
"abortcontroller-polyfill": "^1.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1202,10 +1202,10 @@
dependencies:
"@elastic/apm-rum-core" "^5.2.0"

"@elastic/[email protected].1":
version "18.4.1"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-18.4.1.tgz#19d82c39aef347fd00b33e33b68b683ac4d745b0"
integrity sha512-vV5AAKIKbwgY923OD2Rsr77XFHmsUsWWg/aeCZvG5/b6Yb+fNgM0RF94GADiDMvRvQANhTn2CPPVvNfL18MegQ==
"@elastic/[email protected].2":
version "18.4.2"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-18.4.2.tgz#7d3c40dca8a7a701fb7227382191b84d36d8b32a"
integrity sha512-fmEDRUeFEtVWGurafhp/5bHBypOjdXiRXY074tCqnez43hA2iA4v1KrZL8tPFlMePgc/kpZf9wb8aEwxlfWumw==
dependencies:
classnames "^2.2.6"
d3-array "^1.2.4"
Expand Down

0 comments on commit fd3f2b3

Please sign in to comment.