From a213edabff533c348c4a1dc3020a63e74604304e Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Mon, 11 Sep 2023 22:56:24 -0400 Subject: [PATCH] STCOR-744 BREAKING bump react-intl to v6 (#1342) Refs STCOR-744 (STRIPES-868) --- CHANGELOG.md | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 259472c38..b1bfba040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ * Bump `@formatjs/cli` to `^6.1.3`. * Forgot password and Forgot username : add placeholder to input box. Refs STCOR-728. * Include `yarn.lock`. Refs STCOR-679. +* *BREAKING* bump `react-intl` to `v6.4.4`. Refs STCOR-744. ## [9.0.0](https://github.com/folio-org/stripes-core/tree/v9.0.0) (2023-01-30) [Full Changelog](https://github.com/folio-org/stripes-core/compare/v8.3.0...v9.0.0) diff --git a/package.json b/package.json index f6a19141d..9cdaa4893 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "moment": "^2.29.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-intl": "^5.7.0", + "react-intl": "^6.4.4", "react-redux": "^8.0.5", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", @@ -104,7 +104,7 @@ "moment": "^2.29.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-intl": "^5.7.0", + "react-intl": "^6.4.4", "react-redux": "^8.0.5", "react-router": "^5.2.0", "react-router-dom": "^5.2.0",