Skip to content

Commit

Permalink
fix: chromium bug on rendering charts
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 committed Mar 16, 2021
1 parent e5b6821 commit df73fe6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
"@cypress/webpack-preprocessor": "^5.5.0",
"@elastic/apm-rum": "^5.6.1",
"@elastic/apm-rum-react": "^1.2.5",
"@elastic/charts": "25.0.4",
"@elastic/charts": "25.0.5",
"@elastic/eslint-config-kibana": "link:packages/elastic-eslint-config-kibana",
"@elastic/eslint-plugin-eui": "0.0.2",
"@elastic/github-checks-reporter": "0.0.20b3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2138,10 +2138,10 @@
dependencies:
object-hash "^1.3.0"

"@elastic/[email protected].4":
version "25.0.4"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-25.0.4.tgz#8ff349c51cac14fbabd82f46657705ceb127195d"
integrity sha512-21gMdQK5tIrPAd07LcKBW5R0ijiEvl0BleagE7YqWn/ocLyZBxCSKmW2/q34cjrN5edBknr73M6vlW5Wh3bbmw==
"@elastic/[email protected].5":
version "25.0.5"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-25.0.5.tgz#9bb69b7569e10cdbfd57c949e5de494d219d1d42"
integrity sha512-GchTLAM2BomQQ5+sLOQ/RZzGKZFSK7dBCb94Qk7b++Q6/xx3+/Tu2y4gTFyOxJlRmyG0Rh3anslgywpzM00bDw==
dependencies:
"@popperjs/core" "^2.4.0"
chroma-js "^2.1.0"
Expand Down

0 comments on commit df73fe6

Please sign in to comment.