Skip to content

Commit

Permalink
fix(deps): update elastic eui (#1387)
Browse files Browse the repository at this point in the history
* fix(deps): update elastic eui

* Fix conflicts

---------

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Jorge Sanz <[email protected]>
  • Loading branch information
elastic-renovate-prod[bot] and jsanz authored Dec 18, 2024
1 parent 8151004 commit f39c3ee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"dependencies": {
"@elastic/datemath": "^5.0.3",
"@elastic/ems-client": "8.5.3",
"@elastic/eui": "98.1.0-borealis.0",
"@elastic/eui-theme-borealis": "^0.0.4",
"@elastic/eui": "98.2.1-borealis.0",
"@elastic/eui-theme-borealis": "^0.0.6",
"@emotion/css": "^11.10.6",
"@mapbox/mapbox-gl-rtl-text": "^0.2.3",
"@turf/bbox": "7.1.0",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1536,25 +1536,25 @@
semver "^7.6.2"
topojson-client "^3.1.0"

"@elastic/eui-theme-borealis@^0.0.4":
version "0.0.4"
resolved "https://registry.yarnpkg.com/@elastic/eui-theme-borealis/-/eui-theme-borealis-0.0.4.tgz#5a1e8d5cd02f25634928106c9845389f6b8568bb"
integrity sha512-6RV49J0saf2zjcf1uXYpoU9AgRlWs+ot+GszZz6iCBavPl7MdMlR13x5WdT7ewtx7cju9taEWhS1YDVfGVCFSA==
"@elastic/eui-theme-borealis@^0.0.6":
version "0.0.6"
resolved "https://registry.yarnpkg.com/@elastic/eui-theme-borealis/-/eui-theme-borealis-0.0.6.tgz#4ade71ed1a9e771ac22d618b34d8fd89ee64ba37"
integrity sha512-tG9SN1MyWcHVOowdY16qZ2R+k5OeBfgUUzQM0rIZdx5ZmGRoGAY8Jr3eUovPNW0znkQA31DcQyrNbrD921xHgg==

"@elastic/[email protected].4":
version "0.0.4"
resolved "https://registry.yarnpkg.com/@elastic/eui-theme-common/-/eui-theme-common-0.0.4.tgz#83db50a46251c75e6a3c07df0dee3eedb5d49e17"
integrity sha512-IDQ15ytDwlB5OO2UlPKccUR37QnRp1xZE8zPy8LoCPQAX8hgDYjikk8gjA2eixCuTm9+t6Suz+Xuha69VcMMZg==
"@elastic/[email protected].5":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@elastic/eui-theme-common/-/eui-theme-common-0.0.5.tgz#e808f2d93fd51042f225584e6dc051a5da98b955"
integrity sha512-Xp6zuJ9Pqd2LnAOP6FwJ81xUml01UotKLdLvNEFM8XvbWfJOPfMWqzIgrttpbio44jyuEmJ/t+UcfLsiOAGsPA==
dependencies:
"@types/lodash" "^4.14.202"
lodash "^4.17.21"

"@elastic/eui@98.1.0-borealis.0":
version "98.1.0-borealis.0"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-98.1.0-borealis.0.tgz#b0db1416d81863816939ae4dc067cc089a9f9789"
integrity sha512-DMu+H0j5WrByhJr3Xc3strmsIiwKHLYCOKsTWOqv9CS8tcRFaYa2zHhwhgVhRuBE7XdX++uCsV4vVGrd8qJMVw==
"@elastic/eui@98.2.1-borealis.0":
version "98.2.1-borealis.0"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-98.2.1-borealis.0.tgz#e613f0917989561395cc4a9c8206245eac618c1a"
integrity sha512-qZBPMfdBcXITGYuwy5OAo5FU2+eKMrZYsxs2hBQFZOUlLL4VLJ6SzgwAzJZx7BJWBTJSDtv8+PhPgNk/3FSMJg==
dependencies:
"@elastic/eui-theme-common" "0.0.4"
"@elastic/eui-theme-common" "0.0.5"
"@hello-pangea/dnd" "^16.6.0"
"@types/lodash" "^4.14.202"
"@types/numeral" "^2.0.5"
Expand Down

0 comments on commit f39c3ee

Please sign in to comment.