Skip to content

Commit

Permalink
bump eui to 37.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlerprall committed Sep 3, 2021
1 parent 07205f6 commit 7fe17c2
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 @@ -96,7 +96,7 @@
"@elastic/datemath": "link:bazel-bin/packages/elastic-datemath",
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@^7.15.0-canary.3",
"@elastic/ems-client": "7.15.0",
"@elastic/eui": "37.1.2",
"@elastic/eui": "37.1.3",
"@elastic/filesaver": "1.1.2",
"@elastic/good": "^9.0.1-kibana3",
"@elastic/maki": "6.3.0",
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 @@ -75,7 +75,7 @@ export const LICENSE_OVERRIDES = {
'@mapbox/jsonlint-lines-primitives@2.0.2': ['MIT'], // license in readme https://github.com/tmcw/jsonlint
'node-sql-parser@3.6.1': ['(GPL-2.0 OR MIT)'], // GPL-2.0* https://github.com/taozhi8833998/node-sql-parser
'@elastic/ems-client@7.15.0': ['Elastic License 2.0'],
'@elastic/eui@37.1.2': ['SSPL-1.0 OR Elastic License 2.0'],
'@elastic/eui@37.1.3': ['SSPL-1.0 OR Elastic License 2.0'],

// TODO can be removed if the https://github.com/jindw/xmldom/issues/239 is released
'xmldom@0.1.27': ['MIT'],
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1487,10 +1487,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@37.1.2":
version "37.1.2"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-37.1.2.tgz#1a420d1c3ac8577d547c54459c7a3fdd098e1b48"
integrity sha512-jQhg6jzG9L0+2fHjFvqYbLF41lXPN1EtikPatNP7Hywa3zjVhAWdcSpUbeAEGfq9wqlb+qdpvGShEOR6K14EKg==
"@elastic/eui@37.1.3":
version "37.1.3"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-37.1.3.tgz#3a652a1bcfe24fe344edfcdfd355a4bba42ce774"
integrity sha512-PYklLcepl7NIDWJfd5z2sZ4OxuybuW1HegtdpOZCkiW39gliL5+3b41eExr5MQQlXcA3rL1yh/VpcJoRb/gK3w==
dependencies:
"@types/chroma-js" "^2.0.0"
"@types/lodash" "^4.14.160"
Expand Down

0 comments on commit 7fe17c2

Please sign in to comment.