diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e08160b..9138872c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * Receiving an item with an open request, the warning dialogue shows "undefined" instead of title. Refs UIREC-278. * Upgrade `Node.js` to `18` version in GitHub Actions. Refs UIREC-281. * *BREAKING* Upgrade React to v18. Refs UIREC-280. +* *BREAKING* bump `react-intl` to `v6.4.4`. Refs UIREC-286. ## [3.0.0](https://github.com/folio-org/ui-receiving/tree/v3.0.0) (2023-02-22) [Full Changelog](https://github.com/folio-org/ui-receiving/compare/v2.3.1...v3.0.0) diff --git a/package.json b/package.json index e25b2672..2433234e 100644 --- a/package.json +++ b/package.json @@ -189,7 +189,7 @@ "@folio/jest-config-stripes": "^2.0.0", "@folio/stripes": "^9.0.0", "@folio/stripes-cli": "^3.0.0", - "@formatjs/cli": "^4.2.16", + "@formatjs/cli": "^6.1.3", "babel-jest": "^26.3.0", "chai": "^4.2.0", "core-js": "^3.6.1", @@ -203,7 +203,7 @@ "moment": "^2.29.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-intl": "^5.7.1", + "react-intl": "^6.4.4", "react-query": "^3.24.2", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", @@ -230,7 +230,7 @@ "@folio/stripes": "^9.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-intl": "^5.7.1", + "react-intl": "^6.4.4", "react-router": "^5.2.0", "react-router-dom": "^5.2.0" }