Skip to content

Commit

Permalink
Bumping EUI to 55.1.1 for a change in EUI Flyout behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
1Copenut committed May 4, 2022
1 parent 651d85e commit 25fd304
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@elastic/datemath": "5.0.3",
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@8.2.0-canary.2",
"@elastic/ems-client": "8.3.0",
"@elastic/eui": "55.1.0",
"@elastic/eui": "55.1.1",
"@elastic/filesaver": "1.1.2",
"@elastic/node-crypto": "1.2.1",
"@elastic/numeral": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion src/dev/license_checker/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ export const LICENSE_OVERRIDES = {
'jsts@1.6.2': ['Eclipse Distribution License - v 1.0'], // cf. https://github.com/bjornharrtell/jsts
'@mapbox/jsonlint-lines-primitives@2.0.2': ['MIT'], // license in readme https://github.com/tmcw/jsonlint
'@elastic/ems-client@8.3.0': ['Elastic License 2.0'],
'@elastic/eui@55.1.0': ['SSPL-1.0 OR Elastic License 2.0'],
'@elastic/eui@55.1.1': ['SSPL-1.0 OR Elastic License 2.0'],
'language-subtag-registry@0.3.21': ['CC-BY-4.0'], // retired ODC‑By license https://github.com/mattcg/language-subtag-registry
};
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1527,10 +1527,10 @@
resolved "https://registry.yarnpkg.com/@elastic/eslint-plugin-eui/-/eslint-plugin-eui-0.0.2.tgz#56b9ef03984a05cc213772ae3713ea8ef47b0314"
integrity sha512-IoxURM5zraoQ7C8f+mJb9HYSENiZGgRVcG4tLQxE61yHNNRDXtGDWTZh8N1KIHcsqN1CEPETjuzBXkJYF/fDiQ==

"@elastic/eui@55.1.0":
version "55.1.0"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-55.1.0.tgz#75a983c39766a52b78e529fe4be3b7cbab441caf"
integrity sha512-sEXH7SjNLaxmth4D3ekWajQkggq7frreTa6laZgyACWsI7hTcMJQfN4S1t13QbzZeonj/f/L87SEmkrFkBpvFg==
"@elastic/eui@55.1.1":
version "55.1.1"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-55.1.1.tgz#20c39f522d50fe890136bb6942baa7efc064830d"
integrity sha512-Pvjn3ggc+oGbstS9bUKByY9Y81/D/UkjUp3dpA6dTAFuWSSVEZ92rIHAD6asePkfz3kXKNTHReIDTeKMFwJsVA==
dependencies:
"@types/chroma-js" "^2.0.0"
"@types/lodash" "^4.14.160"
Expand Down

0 comments on commit 25fd304

Please sign in to comment.