From 5d9cbf91bacc1bdd57c245d4341dd8ce1b84fb26 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Mon, 11 Sep 2023 23:38:19 -0400 Subject: [PATCH] UIDATIMP-1520 BREAKING bump react-intl to v6 (#1466) Refs UIDATIMP-1520 (STRIPES-868) --- CHANGELOG.md | 1 + package.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22592935a..7bc7b576f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ * *BREAKING* bump `react` to `v18`, and dev-deps accordingly (UIDATIMP-1485) * Update Node.js to v18 in GitHub Actions (UIDATIMP-1507) * Provide "required" field for notes and electronic access subfields in field mapping (UIDATIMP-1384) +* *BREAKING* bump `react-intl` to `v6.4.4` (UIDATIMP-1520) ### Bugs fixed: * Fix all the failed accessibility tests in ui-data-import (UIDATIMP-1393) diff --git a/package.json b/package.json index 9e6315dee..bf913bbc6 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@folio/stripes-form": "~9.0.0", "@folio/stripes-smart-components": "~9.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.1", @@ -57,7 +57,7 @@ "query-string": "^5.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-intl": "^5.7.0", + "react-intl": "^6.4.4", "react-query": "^3.39.2", "react-redux": "^8.0.5", "react-router": "^5.2.0", @@ -82,7 +82,7 @@ "peerDependencies": { "@folio/stripes": "^9.0.0", "react": "^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",