diff --git a/CHANGELOG.md b/CHANGELOG.md index c424a7e..e259171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 3.0.0 IN PROGRESS * [[STTYPES-18](https://folio-org.atlassian.net/browse/STTYPES-18)] Upgrade `@folio/stripes-*` dependencies. +* [[STTYPES-19](https://folio-org.atlassian.net/browse/STTYPES-19)] Upgrade `react-intl` to `^7.0.0`. ## [2.3.0](https://github.com/folio-org/stripes-types/tree/v2.3.0) (2025-01-31) diff --git a/package.json b/package.json index 6e9c6db..4735bc4 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "final-form": "^4.20.9", "react": "^18.2.0", "react-final-form": "^6.5.9", - "react-intl": "^6.4.1", + "react-intl": "^7.1.5", "react-router-dom": "^5.2.0" }, "peerDependencies": { @@ -62,7 +62,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-final-form": "^6.5.9", - "react-intl": "^6.4.1", + "react-intl": "^7.1.5", "react-router-dom": "^5.2.0" }, "scripts": {