Skip to content

Commit

Permalink
update charts with scroll fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Jun 16, 2020
1 parent ddfc278 commit 57b0351
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.10.1",
"@babel/register": "^7.10.1",
"@elastic/apm-rum": "^5.1.1",
"@elastic/charts": "19.5.0",
"@elastic/charts": "19.5.1",
"@elastic/datemath": "5.0.3",
"@elastic/ems-client": "7.9.3",
"@elastic/eui": "24.1.0",
Expand Down Expand Up @@ -509,4 +509,4 @@
"node": "10.21.0",
"yarn": "^1.21.1"
}
}
}
4 changes: 2 additions & 2 deletions 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 --dev --watch"
},
"dependencies": {
"@elastic/charts": "19.5.0",
"@elastic/charts": "19.5.1",
"@elastic/eui": "24.1.0",
"@elastic/numeral": "^2.5.0",
"@kbn/i18n": "1.0.0",
Expand Down Expand Up @@ -42,4 +42,4 @@
"del": "^5.1.0",
"webpack": "^4.41.5"
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2100,10 +2100,10 @@
dependencies:
"@elastic/apm-rum-core" "^5.2.0"

"@elastic/[email protected].0":
version "19.5.0"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-19.5.0.tgz#e790ce7e6f645f6a460aaf9ce6d6f22bb634bd0b"
integrity sha512-tUpbP2IaAyMUuZYQY91mKw7sowI8BdNV73ZNgx+/JlE2xNzzdkLnZriireK8fMaK5dqh3Xc4U5faWTYLYr9oLg==
"@elastic/[email protected].1":
version "19.5.1"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-19.5.1.tgz#fe34f3c473983d97ab37a9f4a122755279631299"
integrity sha512-IrNebRuEFYTX1oXaDf+h1vyYjdHHT83rR00tODlVpH8cN4lfLt76x6u4O+u/hpx0u4t1sGHj/V5+pbykA5Z8mw==
dependencies:
"@popperjs/core" "^2.4.0"
chroma-js "^2.1.0"
Expand Down

0 comments on commit 57b0351

Please sign in to comment.