Skip to content

Commit

Permalink
fix(deps): update dependency @elastic/eui to ^37.6.1 (#1359)
Browse files Browse the repository at this point in the history
Update dependency @elastic/eui to ^37.6.1


Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Marco Vettorello <[email protected]>
  • Loading branch information
3 people authored Sep 6, 2021
1 parent 174047d commit 2ae90ce
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^37.5.0",
"@elastic/eui": "^37.6.1",
"@mdx-js/loader": "^1.6.6",
"@microsoft/api-documenter": "^7.12.7",
"@microsoft/api-extractor": "^7.13.1",
Expand Down
2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@elastic/charts": "^30.2.0",
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^37.5.0",
"@elastic/eui": "^37.6.1",
"luxon": "^1.27.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
Expand Down
20 changes: 12 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2757,10 +2757,10 @@
dependencies:
tslib "^1.9.3"

"@elastic/eui@^37.5.0":
version "37.5.0"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-37.5.0.tgz#b70f929fe7b4272857543d9ff9f1005e5ba3fa35"
integrity sha512-VNwqlBQyV5jDKRUMN6ax+kflx68GwpPFYzkcSox0BzneAmj/dxpd1y4D0ePofdaKWSx3znzqotNb6fh4+cYqrA==
"@elastic/eui@^37.6.1":
version "37.6.1"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-37.6.1.tgz#e82e29fe452742898ea6e311244e67574f675094"
integrity sha512-7jo92SurbotnW7YywWPaoKUOxMdseFWKLoyIvD5IjSAKr/N2oX5WLCVP/9OFFyRDjQMOlb+C1PDZA6VdT4QOOw==
dependencies:
"@types/chroma-js" "^2.0.0"
"@types/lodash" "^4.14.160"
Expand Down Expand Up @@ -10602,8 +10602,7 @@ eslint-module-utils@^2.6.0:
pkg-dir "^2.0.0"

"eslint-plugin-elastic-charts@link:./packages/eslint-plugin-elastic-charts":
version "0.0.0"
uid ""
version "1.0.0"

eslint-plugin-eslint-comments@^3.2.0:
version "3.2.0"
Expand Down Expand Up @@ -15009,8 +15008,13 @@ lines-and-columns@^1.1.6:
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=

"link-kibana@link:./packages/link_kibana":
version "0.0.0"
uid ""
version "1.0.0"
dependencies:
chalk "^4.1.1"
change-case "^4.1.2"
glob "^7.1.7"
inquirer "^8.0.0"
ora "^5.4.0"

lint-staged@^10.5.3:
version "10.5.3"
Expand Down

0 comments on commit 2ae90ce

Please sign in to comment.