Skip to content

Commit

Permalink
Update dependency @elastic/charts to v59 (#6641)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: nickofthyme <[email protected]>
  • Loading branch information
renovate[bot] and nickofthyme authored Aug 4, 2023
1 parent 8d21215 commit 1ed61b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"@cypress/react": "^7.0.3",
"@cypress/react18": "^2.0.0",
"@cypress/webpack-dev-server": "^1.7.0",
"@elastic/charts": "^53.1.1",
"@elastic/charts": "^59.1.0",
"@elastic/datemath": "^5.0.3",
"@emotion/babel-preset-css-prop": "^11.11.0",
"@emotion/cache": "^11.11.0",
Expand Down
6 changes: 0 additions & 6 deletions src/themes/charts/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ function createTheme(colors: any): EuiChartThemeType {
stroke: colors.darkShade,
opacity: 1,
},
details: {
fontSize: 10,
fontFamily: fontFamily,
fill: colors.text,
padding: 0,
},
},
theme: {
background: {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2305,10 +2305,10 @@
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==

"@elastic/charts@^53.1.1":
version "53.1.1"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-53.1.1.tgz#bb5bd97d8f845dc2e30cc5238e04c1efbe56a157"
integrity sha512-DYZCcD26hSS3AIKJ13YAhzqY3q1uFECxgYnPCv++NIlsVGGPR5L09qUYpilhGrpbI95IwlkPT2LtZBEUGFYzTw==
"@elastic/charts@^59.1.0":
version "59.1.0"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-59.1.0.tgz#d6b70501f8eec95cc981966713ce5a89028f8fcb"
integrity sha512-qQyDaGEbo/2p+K/hnlobfADmit055kLJbWEkf+rK+uezloNvyBuHETvsoUnrWYG+O5QznHU+wzjSpz7tj1GL3w==
dependencies:
"@popperjs/core" "^2.4.0"
bezier-easing "^2.1.0"
Expand Down

0 comments on commit 1ed61b0

Please sign in to comment.