diff --git a/package.json b/package.json index 0bb3fa42..3ae36d9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-helsinki-headless-cms", - "version": "2.0.1", + "version": "2.0.2", "description": "React components for displaying Headless CMS content according to guidelines set by HDS", "main": "cjs/index.js", "module": "index.js", @@ -48,7 +48,7 @@ "homepage": "https://github.com/City-of-Helsinki/react-helsinki-headless-cms#readme", "peerDependencies": { "@apollo/client": "^3.11.10", - "hds-react": ">=4.8.0", + "hds-react": ">=4.8.1", "react": "^18", "react-dom": "^18" }, @@ -108,7 +108,7 @@ "eslint-plugin-react-hooks": "^5.0.0", "git-rev-sync": "^3.0.2", "graphql": "^16.9.0", - "hds-react": "4.8.0", + "hds-react": "4.8.1", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-axe": "^9.0.0", @@ -139,7 +139,7 @@ "dependencies": { "classnames": "^2.5.1", "date-fns": "^4.1.0", - "hds-design-tokens": "^4.8.0", + "hds-design-tokens": "^4.8.1", "html-entities": "^2.5.2", "html-react-parser": "^4.2.9", "isomorphic-dompurify": "^2.31.0", diff --git a/yarn.lock b/yarn.lock index 98dfa905..89e5518f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7412,20 +7412,20 @@ hasown@^2.0.2: dependencies: function-bind "^1.1.2" -hds-core@4.8.0: - version "4.8.0" - resolved "https://registry.yarnpkg.com/hds-core/-/hds-core-4.8.0.tgz#1e814d16bf55ac646020caf6b4f5a578d2885b8b" - integrity sha512-Bdbo0SiUwLC4D1pgZtr1puORZR2h5Y6TstGE7QJ2xHWbZFn/UwTL4q2u4fGY6JH117y4hbzsJ1SWlLaSJlTMfA== +hds-core@4.8.1: + version "4.8.1" + resolved "https://registry.yarnpkg.com/hds-core/-/hds-core-4.8.1.tgz#58b977c1dcd36171ab309604fefbe76679aa8931" + integrity sha512-7szkf/T6oWaaT4FIdl5KMrln+gScUjsccCQJaRxAHyZlxK7y1UUKSX9g9/vyj/euvrRTNb/Y8Dn7zJPmoCxaug== -hds-design-tokens@^4.8.0: +hds-design-tokens@^4.8.1: version "4.8.1" resolved "https://registry.yarnpkg.com/hds-design-tokens/-/hds-design-tokens-4.8.1.tgz#f0179bb52d68d50d6cbf5c81bc11735d5e31fbce" integrity sha512-d1aAAH7vHuxHtJxmIL5zE/FPIh/sKo7TizeaKdL5FIWeHM3RfHp4QYFotyWA2Ogsc/KxY3wV8BwEGoCH1TC+ig== -hds-react@^4.8.0: - version "4.8.0" - resolved "https://registry.yarnpkg.com/hds-react/-/hds-react-4.8.0.tgz#8b159561634e37eecbbc6e636cfb2fc9c6b812ff" - integrity sha512-zYFlOCpKYMF+jOQz39Fl4iwTaRi6yVh1OKh605OnFcfdv3jzYPF7MBgoO9Joiv6mJeVFkrheX02fzcQZgyG/fQ== +hds-react@4.8.1: + version "4.8.1" + resolved "https://registry.yarnpkg.com/hds-react/-/hds-react-4.8.1.tgz#c71694c8ce3fd64a5076d519b896cf53f4affc8f" + integrity sha512-Er7ZLMsdsmY/GEPPMvz5k5c1dxXfoydcQaoUHZdiSX2cpocTr6j59WLs/4KpGweFwkTUI/G2AVyym6ye3OsLdQ== dependencies: "@apollo/client" "^3.10.1" "@babel/runtime" "^7.26.10" @@ -7443,7 +7443,7 @@ hds-react@^4.8.0: date-fns "2.16.1" downshift "6.0.6" graphql "^16.8.1" - hds-core "4.8.0" + hds-core "4.8.1" jwt-decode "^3.1.2" kashe "1.0.4" lodash "^4.17.21"