Skip to content

Commit 57b0351

Browse files
committed
update charts with scroll fix
1 parent ddfc278 commit 57b0351

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"@babel/plugin-transform-modules-commonjs": "^7.10.1",
124124
"@babel/register": "^7.10.1",
125125
"@elastic/apm-rum": "^5.1.1",
126-
"@elastic/charts": "19.5.0",
126+
"@elastic/charts": "19.5.1",
127127
"@elastic/datemath": "5.0.3",
128128
"@elastic/ems-client": "7.9.3",
129129
"@elastic/eui": "24.1.0",
@@ -509,4 +509,4 @@
509509
"node": "10.21.0",
510510
"yarn": "^1.21.1"
511511
}
512-
}
512+
}

packages/kbn-ui-shared-deps/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"kbn:watch": "node scripts/build --dev --watch"
1010
},
1111
"dependencies": {
12-
"@elastic/charts": "19.5.0",
12+
"@elastic/charts": "19.5.1",
1313
"@elastic/eui": "24.1.0",
1414
"@elastic/numeral": "^2.5.0",
1515
"@kbn/i18n": "1.0.0",
@@ -42,4 +42,4 @@
4242
"del": "^5.1.0",
4343
"webpack": "^4.41.5"
4444
}
45-
}
45+
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2100,10 +2100,10 @@
21002100
dependencies:
21012101
"@elastic/apm-rum-core" "^5.2.0"
21022102

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

0 commit comments

Comments
 (0)