Skip to content

Commit

Permalink
fix(deps): update dependency @elastic/eui to ^37.7.0 (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2021
1 parent 604b153 commit 553b6b0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 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.6.1",
"@elastic/eui": "^37.7.0",
"@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 renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"matchPackageNames": ["@elastic/eui", "@elastic/datemath"],
"matchUpdateTypes": ["major", "minor"],
"reviewers": ["team:datavis"],
"labels": ["dependencies"],
"labels": ["dependencies", "skip-newsletter"],
"automerge": true,
"enabled": true
}
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.6.1",
"@elastic/eui": "^37.7.0",
"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.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==
"@elastic/eui@^37.7.0":
version "37.7.0"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-37.7.0.tgz#cbb9a2a085e8e4c9d23b08b4ae2dd85f53275c6d"
integrity sha512-Op68BOGue4anWPlz+suxkNXUun8G/Se1YVODEFZSv9ph1NTVHvIpDzQq7vKpEOfPKv9z+zo5+UZsPyaboq7f6Q==
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 @@ -15016,8 +15015,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 553b6b0

Please sign in to comment.