Skip to content

Commit eba480f

Browse files
committed
upgrade @elastic/charts to v23.0.0
1 parent 7836998 commit eba480f

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
"@babel/parser": "^7.11.2",
231231
"@babel/types": "^7.11.0",
232232
"@elastic/apm-rum": "^5.6.1",
233-
"@elastic/charts": "21.1.2",
233+
"@elastic/charts": "23.0.0",
234234
"@elastic/ems-client": "7.10.0",
235235
"@elastic/eslint-config-kibana": "0.15.0",
236236
"@elastic/eslint-plugin-eui": "0.0.2",

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

Lines changed: 1 addition & 1 deletion
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": "21.1.2",
12+
"@elastic/charts": "23.0.0",
1313
"@elastic/eui": "29.0.0",
1414
"@elastic/numeral": "^2.5.0",
1515
"@kbn/i18n": "1.0.0",

x-pack/plugins/lens/public/xy_visualization/expression.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ describe('xy_expression', () => {
751751
});
752752

753753
test('onElementClick returns correct context data', () => {
754-
const geometry: GeometryValue = { x: 5, y: 1, accessor: 'y1', mark: null };
754+
const geometry: GeometryValue = { x: 5, y: 1, accessor: 'y1', mark: null, datum: {} };
755755
const series = {
756756
key: 'spec{d}yAccessor{d}splitAccessors{b-2}',
757757
specId: 'd',

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,10 +1214,10 @@
12141214
dependencies:
12151215
"@elastic/apm-rum-core" "^5.7.0"
12161216

1217-
"@elastic/charts@21.1.2":
1218-
version "21.1.2"
1219-
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-21.1.2.tgz#da7e9c1025bf730a738b6ac6d7024d97dd2b5aa2"
1220-
integrity sha512-Uri+Xolgii7/mRSarfXTfA6X2JC76ILIxTPO8RlYdI44gzprJfUO7Aw5s8vVQke3x6Cu39a+9B0s6TY4GAaApQ==
1217+
"@elastic/charts@23.0.0":
1218+
version "23.0.0"
1219+
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-23.0.0.tgz#6152f5ef0e31b2d7d7a5c95a2f7baba0f4296c18"
1220+
integrity sha512-FUZ72mzkIVYubtZMPA1bT7rrua1X2ZnsdzO+qRwR81QLfUYM6ht3WLaffVAUT1y6eXmnXFs+d88U7jlsontN6w==
12211221
dependencies:
12221222
"@popperjs/core" "^2.4.0"
12231223
chroma-js "^2.1.0"

0 commit comments

Comments
 (0)