Skip to content

Commit 120d38d

Browse files
committed
Upgrade elastic charts to 21.1.0
1 parent dc28e0e commit 120d38d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
"@babel/parser": "^7.11.2",
232232
"@babel/types": "^7.11.0",
233233
"@elastic/apm-rum": "^5.5.0",
234-
"@elastic/charts": "21.0.1",
234+
"@elastic/charts": "21.1.0",
235235
"@elastic/ems-client": "7.9.3",
236236
"@elastic/eslint-config-kibana": "0.15.0",
237237
"@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.0.1",
12+
"@elastic/charts": "21.1.0",
1313
"@elastic/eui": "28.2.0",
1414
"@elastic/numeral": "^2.5.0",
1515
"@kbn/i18n": "1.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,10 +1144,10 @@
11441144
dependencies:
11451145
"@elastic/apm-rum-core" "^5.6.0"
11461146

1147-
"@elastic/charts@21.0.1":
1148-
version "21.0.1"
1149-
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-21.0.1.tgz#1e8be5303d0c7d53d7ccfcfa121ef68164ae200f"
1150-
integrity sha512-KMJE2JNwoy021Rvhgu1wiga0FVCa0u4NlFVUSR+h+G010KLarc+c9yUKBTG8v/nZ6ijBtuOLCjjU9OCWXYfxvA==
1147+
"@elastic/charts@21.1.0":
1148+
version "21.1.0"
1149+
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-21.1.0.tgz#85a556495074b80bd78d1f6fd3b519eccf7ae4d2"
1150+
integrity sha512-R6fxBCroEJGtteMSP1OajZTkl30nItQ7x1JDAOkfRb4q4HzSTT02WTgF87Y43OrDMXpcxXzerJrroIJSMnaSDw==
11511151
dependencies:
11521152
"@popperjs/core" "^2.4.0"
11531153
chroma-js "^2.1.0"

0 commit comments

Comments
 (0)