Skip to content

Commit

Permalink
build(deps): update hds from v3.7.0 to v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jorilindell committed May 20, 2024
1 parent 5c245cb commit ee5b122
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"focus-visible": "^5.2.0",
"formik": "2.4.5",
"gzipper": "^7.2.0",
"hds-core": "^3.7.0",
"hds-react": "^3.7.0",
"hds-core": "^3.8.0",
"hds-react": "^3.8.0",
"history": "^5.3.0",
"html-tags": "^3.3.1",
"i18next": "^23.10.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ exports[`matches snapshot 1`] = `
class="Footer-module_footer__1aD3T custom-theme-1 footer"
>
<div
class="Koros-module_koros__1r3rg Footer-module_koros__Orx_W Footer-module_basic__2VejY"
class="Koros-module_koros__1r3rg Footer-module_koros__Orx_W"
style="height: 15px;"
>
<svg
aria-hidden="true"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6370,15 +6370,15 @@ hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2:
dependencies:
function-bind "^1.1.2"

hds-core@3.7.0, hds-core@^3.7.0:
version "3.7.0"
resolved "https://registry.yarnpkg.com/hds-core/-/hds-core-3.7.0.tgz#4a4d65786afac4a8c4d10d1739b10cc8e2fc611f"
integrity sha512-rgr7r2b6nGqLiYR7StG2dY/31zXT988hsSLu8ipkDM4hTdFRLGGtqNpPP+6B8WlksAmszVmMwF6BbDxdAxtWfA==
hds-core@3.8.0, hds-core@^3.8.0:
version "3.8.0"
resolved "https://registry.yarnpkg.com/hds-core/-/hds-core-3.8.0.tgz#39003a0c129de767239fc1f904d89b6424edc9a1"
integrity sha512-T0+/tkyT5WCbGYHnSFXZeBE4wRu4PjD29njb2ANfiYFwlQfdkLGx4hCod0bjFb9kde/RktRwhXadwOwpmVg3dA==

hds-react@^3.7.0:
version "3.7.0"
resolved "https://registry.yarnpkg.com/hds-react/-/hds-react-3.7.0.tgz#22ca9bbf72efe8ec49e4b4c50c644dbe2a5fd002"
integrity sha512-HF4WqO7ciapvCnCmPRjtj568L+A495g7n+m7rmZhsOYr8Q3/uI1C9bQrPA/Kpu794Cw9ulxekbRao905Ju4XhA==
hds-react@^3.8.0:
version "3.8.0"
resolved "https://registry.yarnpkg.com/hds-react/-/hds-react-3.8.0.tgz#03f65f744f0192af7097846f447621b62fd52681"
integrity sha512-nb8c2eUcLdFRvGg+pnyaUZbBm8V5cfDp20emHQQWxbMmo+R3aj6Azc8tM02fjkSkqr/+oqL6xvz2AIxbIDqkqA==
dependencies:
"@babel/runtime" "7.17.9"
"@emotion/styled-base" "^11.0.0"
Expand All @@ -6394,7 +6394,7 @@ hds-react@^3.7.0:
crc-32 "1.2.0"
date-fns "2.16.1"
downshift "6.0.6"
hds-core "3.7.0"
hds-core "3.8.0"
http-status-typed "^1.0.1"
jwt-decode "^3.1.2"
kashe "1.0.4"
Expand Down

0 comments on commit ee5b122

Please sign in to comment.