Skip to content

Commit

Permalink
fix(line_annotation): keep the spec in state after chart rerender (el…
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 authored Mar 27, 2020
1 parent f8f96e3 commit 25a7687
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 @@ -115,7 +115,7 @@
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/register": "^7.9.0",
"@elastic/charts": "^18.1.0",
"@elastic/charts": "^18.1.1",
"@elastic/datemath": "5.0.2",
"@elastic/ems-client": "7.7.1",
"@elastic/eui": "21.0.1",
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 @@ -12,7 +12,7 @@
"abortcontroller-polyfill": "^1.4.0",
"@elastic/eui": "21.0.1",
"@kbn/babel-preset": "1.0.0",
"@elastic/charts": "^18.1.0",
"@elastic/charts": "^18.1.1",
"@kbn/dev-utils": "1.0.0",
"@kbn/i18n": "1.0.0",
"@yarnpkg/lockfile": "^1.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1172,10 +1172,10 @@
debug "^3.1.0"
lodash.once "^4.1.1"

"@elastic/charts@^18.1.0":
version "18.1.0"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-18.1.0.tgz#ee98b3e7680239d79807c09f0ee6efa6c1afa84b"
integrity sha512-cUobkGiKHPKHNytxsO7sSJyH6fOcAsZvcxAfnJPBn143P2d5oEsjSJmJTqu0z/obCs2v476Xlg6POVGainUj1Q==
"@elastic/charts@^18.1.1":
version "18.2.0"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-18.2.0.tgz#e141151b4d7ecc71c9f6f235f8ce141665c67195"
integrity sha512-OWsARaHI/4Ict/GkeKIO3a+e2c86esGw3FtSGRLPFVgzpwBXdjvjYyraGntKOIVs/NAGNVWYj5XoRRb5C6cMlQ==
dependencies:
classnames "^2.2.6"
d3-array "^1.2.4"
Expand Down

0 comments on commit 25a7687

Please sign in to comment.