Skip to content

Commit de71d55

Browse files
author
1Copenut
committed
Bumping configuration files to EUI 38.0.1
* package.json * package-lock.json * license-checker
1 parent 928b5f3 commit de71d55

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@elastic/datemath": "link:bazel-bin/packages/elastic-datemath",
9999
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@^8.0.0-canary.20",
100100
"@elastic/ems-client": "7.15.0",
101-
"@elastic/eui": "38.0.0",
101+
"@elastic/eui": "38.0.1",
102102
"@elastic/filesaver": "1.1.2",
103103
"@elastic/good": "^9.0.1-kibana3",
104104
"@elastic/maki": "6.3.0",

src/dev/license_checker/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const LICENSE_OVERRIDES = {
7575
'@mapbox/jsonlint-lines-primitives@2.0.2': ['MIT'], // license in readme https://github.com/tmcw/jsonlint
7676
'node-sql-parser@3.6.1': ['(GPL-2.0 OR MIT)'], // GPL-2.0* https://github.com/taozhi8833998/node-sql-parser
7777
'@elastic/ems-client@7.15.0': ['Elastic License 2.0'],
78-
'@elastic/eui@38.0.0': ['SSPL-1.0 OR Elastic License 2.0'],
78+
'@elastic/eui@38.0.1': ['SSPL-1.0 OR Elastic License 2.0'],
7979

8080
// TODO can be removed if the https://github.com/jindw/xmldom/issues/239 is released
8181
'xmldom@0.1.27': ['MIT'],

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,10 +1441,10 @@
14411441
resolved "https://registry.yarnpkg.com/@elastic/eslint-plugin-eui/-/eslint-plugin-eui-0.0.2.tgz#56b9ef03984a05cc213772ae3713ea8ef47b0314"
14421442
integrity sha512-IoxURM5zraoQ7C8f+mJb9HYSENiZGgRVcG4tLQxE61yHNNRDXtGDWTZh8N1KIHcsqN1CEPETjuzBXkJYF/fDiQ==
14431443

1444-
"@elastic/eui@38.0.0":
1445-
version "38.0.0"
1446-
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-38.0.0.tgz#0b57088330b4b07a782c29611f28318544848196"
1447-
integrity sha512-jgXQAUSr96x04cqh73muGg8bvXvPR3PCvRkSwfyKzWc9YC0YwZ24jeqziBwnIlzz7mcytV2aGpNtTHoXfEomVA==
1444+
"@elastic/eui@38.0.1":
1445+
version "38.0.1"
1446+
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-38.0.1.tgz#de03c4436cd1b58327f54f57e4248183d681c0f8"
1447+
integrity sha512-yzV56rGVwhALnLVXsw2LGsFksh7c27BwIQOl2memDfm15VprzX5Fd+u6TpX8TkpFbTTgnYfyhI11W3eKVUYt1g==
14481448
dependencies:
14491449
"@types/chroma-js" "^2.0.0"
14501450
"@types/lodash" "^4.14.160"

0 commit comments

Comments
 (0)