diff --git a/CHANGELOG.md b/CHANGELOG.md index 2311865..229f36a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * Return profile associations when linking the profile instead of the record itself (UIPFIMP-58) * Update Node.js to v18 in GitHub Actions (UIPFIMP-60) * *BREAKING* bump `react` to `v18`, and get rid of bigtest (UIPFIMP-59) +* *BREAKING* bump `react-intl` to `v6.4.4` (UIPFIMP-61) ## [6.0.1](https://github.com/folio-org/ui-plugin-find-import-profile/tree/v6.0.1) (2023-02-24) diff --git a/package.json b/package.json index a0c4734..3a04472 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@folio/stripes": "^9.0.0", "@folio/stripes-cli": "^3.0.0", "@folio/stripes-testing": "^4.5.0", - "@formatjs/cli": "^4.2.10", + "@formatjs/cli": "^6.1.3", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^14.0.0", "babel-jest": "^29.6.3", @@ -61,7 +61,7 @@ "query-string": "^7.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-intl": "^5.7.0", + "react-intl": "^6.4.4", "react-router": "^5.2.0", "react-router-dom": "^5.2.0" }, @@ -77,7 +77,7 @@ "peerDependencies": { "@folio/stripes": "^9.0.0", "react": "^18.2.0", - "react-intl": "^5.7.0", + "react-intl": "^6.4.4", "react-router": "^5.2.0", "react-router-dom": "^5.2.0" }