From 07401b9210ee46baf7c3d185d956c8b485cb276f Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 11 Mar 2025 12:46:41 +0000 Subject: [PATCH] [UIHAADM-149] BREAKING upgrade to react-intl v7.1.5 --- CHANGELOG.md | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0761a2a..24c6cc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## [3.0.0](https://github.com/folio-org/ui-harvester-admin/tree/v3.0.0) (IN PROGRESS) * **BREAKING**: migrate Stripes dependencies to their Sunflower versions. Fixes UIHAADM-150. +* **BREAKING**: upgrade to react-intl v7.1.5. Fixes UIHAADM-149. * Explicit paging for list of failed records. Fixes UIHAADM-141. * Explicit paging for list of harvestables. Fixes UIHAADM-142. * When downloading Failed Records, provide all records in the result set, not just the currently visible page. Fixes UIHAADM-140. diff --git a/package.json b/package.json index 07de165..1cca054 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "prop-types": "*", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-intl": "*", + "react-intl": "^7.1.5", "react-router": "*", "react-router-dom": "*" }, @@ -197,7 +197,7 @@ "eslint-import-resolver-alias": "^1.1.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-intl": "^6.6.0", + "react-intl": "^7.1.5", "react-router": "^5.2.0", "react-router-dom": "^5.2.0" }