diff --git a/packages/components/package.json b/packages/components/package.json index 47b3cf3f10b..25f8f551a34 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -97,7 +97,7 @@ "devDependencies": { "@babel/plugin-transform-react-pure-annotations": "^7.23.3", "@cultureamp/frontend-apis": "^9.0.2", - "@cultureamp/i18n-react-intl": "^2.1.1", + "@cultureamp/i18n-react-intl": "^2.1.3", "@kaizen/design-tokens": "^10.3.16", "@kaizen/tailwind": "^1.2.0", "@rollup/plugin-alias": "^5.1.0", @@ -130,7 +130,7 @@ "typescript-transform-paths": "^3.4.6" }, "peerDependencies": { - "@cultureamp/i18n-react-intl": "^2.1.1", + "@cultureamp/i18n-react-intl": "^2.1.3", "react": "^18.2.0", "react-intl": "^6.5.4" } diff --git a/yarn.lock b/yarn.lock index a964acbc995..0e26990b23f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2398,10 +2398,10 @@ dependencies: chromatic "^6.24.1" -"@cultureamp/i18n-react-intl@^2.1.1": - version "2.1.1" - resolved "https://npm.pkg.github.com/download/@cultureamp/i18n-react-intl/2.1.1/9fd5fefe60439dfbeea409463cf8c869fc960f0a#9fd5fefe60439dfbeea409463cf8c869fc960f0a" - integrity sha512-vR6I3brmACC2frEzem/oYBkp491f7bvCSmJ7TM2Axah1PuPk5ag2TZ8ev/rnQTf+N4dYdtuyTP9LCCaJrT89mA== +"@cultureamp/i18n-react-intl@^2.1.3": + version "2.1.3" + resolved "https://npm.pkg.github.com/download/@cultureamp/i18n-react-intl/2.1.3/a1ea1ab3ada197e38a763263969d85c4e68089e3#a1ea1ab3ada197e38a763263969d85c4e68089e3" + integrity sha512-9E8Fp4YO2+InHvXkIupNvfRtwERi6Acqg7NLJBvW6M8G1BucGk8mLxUrEH61It3QzGd14PcIG7xaCHt6IOKYaQ== dependencies: "@calm/eslint-plugin-react-intl" "^1.4.1" "@cultureamp/frontend-env" "^2.0.11"