Skip to content

Commit 075462b

Browse files
committed
chore: upgrade HDS to 4.8.1
HCRC-178
1 parent aae014a commit 075462b

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"homepage": "https://github.com/City-of-Helsinki/react-helsinki-headless-cms#readme",
4949
"peerDependencies": {
5050
"@apollo/client": "^3.11.10",
51-
"hds-react": ">=4.8.0",
51+
"hds-react": ">=4.8.1",
5252
"react": "^18",
5353
"react-dom": "^18"
5454
},
@@ -108,7 +108,7 @@
108108
"eslint-plugin-react-hooks": "^5.0.0",
109109
"git-rev-sync": "^3.0.2",
110110
"graphql": "^16.9.0",
111-
"hds-react": "4.8.0",
111+
"hds-react": "4.8.1",
112112
"identity-obj-proxy": "^3.0.0",
113113
"jest": "^29.7.0",
114114
"jest-axe": "^9.0.0",
@@ -139,7 +139,7 @@
139139
"dependencies": {
140140
"classnames": "^2.5.1",
141141
"date-fns": "^4.1.0",
142-
"hds-design-tokens": "^4.8.0",
142+
"hds-design-tokens": "^4.8.1",
143143
"html-entities": "^2.5.2",
144144
"html-react-parser": "^4.2.9",
145145
"isomorphic-dompurify": "^2.31.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7412,20 +7412,20 @@ hasown@^2.0.2:
74127412
dependencies:
74137413
function-bind "^1.1.2"
74147414

7415-
hds-core@4.8.0:
7416-
version "4.8.0"
7417-
resolved "https://registry.yarnpkg.com/hds-core/-/hds-core-4.8.0.tgz#1e814d16bf55ac646020caf6b4f5a578d2885b8b"
7418-
integrity sha512-Bdbo0SiUwLC4D1pgZtr1puORZR2h5Y6TstGE7QJ2xHWbZFn/UwTL4q2u4fGY6JH117y4hbzsJ1SWlLaSJlTMfA==
7415+
hds-core@4.8.1:
7416+
version "4.8.1"
7417+
resolved "https://registry.yarnpkg.com/hds-core/-/hds-core-4.8.1.tgz#58b977c1dcd36171ab309604fefbe76679aa8931"
7418+
integrity sha512-7szkf/T6oWaaT4FIdl5KMrln+gScUjsccCQJaRxAHyZlxK7y1UUKSX9g9/vyj/euvrRTNb/Y8Dn7zJPmoCxaug==
74197419

7420-
hds-design-tokens@^4.8.0:
7420+
hds-design-tokens@^4.8.1:
74217421
version "4.8.1"
74227422
resolved "https://registry.yarnpkg.com/hds-design-tokens/-/hds-design-tokens-4.8.1.tgz#f0179bb52d68d50d6cbf5c81bc11735d5e31fbce"
74237423
integrity sha512-d1aAAH7vHuxHtJxmIL5zE/FPIh/sKo7TizeaKdL5FIWeHM3RfHp4QYFotyWA2Ogsc/KxY3wV8BwEGoCH1TC+ig==
74247424

7425-
hds-react@^4.8.0:
7426-
version "4.8.0"
7427-
resolved "https://registry.yarnpkg.com/hds-react/-/hds-react-4.8.0.tgz#8b159561634e37eecbbc6e636cfb2fc9c6b812ff"
7428-
integrity sha512-zYFlOCpKYMF+jOQz39Fl4iwTaRi6yVh1OKh605OnFcfdv3jzYPF7MBgoO9Joiv6mJeVFkrheX02fzcQZgyG/fQ==
7425+
hds-react@4.8.1:
7426+
version "4.8.1"
7427+
resolved "https://registry.yarnpkg.com/hds-react/-/hds-react-4.8.1.tgz#c71694c8ce3fd64a5076d519b896cf53f4affc8f"
7428+
integrity sha512-Er7ZLMsdsmY/GEPPMvz5k5c1dxXfoydcQaoUHZdiSX2cpocTr6j59WLs/4KpGweFwkTUI/G2AVyym6ye3OsLdQ==
74297429
dependencies:
74307430
"@apollo/client" "^3.10.1"
74317431
"@babel/runtime" "^7.26.10"
@@ -7443,7 +7443,7 @@ hds-react@^4.8.0:
74437443
date-fns "2.16.1"
74447444
downshift "6.0.6"
74457445
graphql "^16.8.1"
7446-
hds-core "4.8.0"
7446+
hds-core "4.8.1"
74477447
jwt-decode "^3.1.2"
74487448
kashe "1.0.4"
74497449
lodash "^4.17.21"

0 commit comments

Comments
 (0)