From e23005f9ec4a5f30f8b7b22865bd814730df3222 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Tue, 12 Sep 2023 11:24:25 -0400 Subject: [PATCH] ERM-3034 BREAKING bump react-intl to v6 (#636) Refs ERM-3034 (STRIPES-868) --- CHANGELOG.md | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d827ed04..144c7f13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ * STRIPES-870 BREAKING upgrade react to v18 * ERM-2989 Upgrade stripes-erm-components React to v18 * Deprecated useChunkedCQLFetch -- can import from stripes/core now +* ERM-3034 *BREAKING* bump `react-intl` to `v6.4.4` ## 8.0.0 2023-02-22 * ERM-2634 If an agreement or license has >10 contacts they do not all display correctly diff --git a/package.json b/package.json index cfb27a81..68dd4031 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "moment": "^2.29.4", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-intl": "^5.8.1", + "react-intl": "^6.4.4", "react-query": "^3.6.0", "react-redux": "^8.0.5", "react-router": "^5.2.0", @@ -58,7 +58,7 @@ "peerDependencies": { "@folio/stripes": "^8.0.0", "react": "^17.0.2", - "react-intl": "^5.8.1", + "react-intl": "^6.4.4", "react-query": "^3.9.0", "react-redux": "^8.0.5", "react-router-dom": "^5.2.0"