From 5c78a99b04452ff679ca0d4feb9bbdcf33f5cb4c Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Mon, 11 Sep 2023 23:31:18 -0400 Subject: [PATCH] UISACQCOMP-161 BREAKING bump react-intl to v6 (#717) Refs UISACQCOMP-161 (STRIPES-868) --- CHANGELOG.md | 3 ++- package.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f3a8df..01bd2ad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,8 @@ * *BREAKING* Update `react` to `v18`. Refs UISACQCOMP-157. * Update `Node.js` to `v18` in GitHub Actions. Refs UISACQCOMP-158. * A user can not save edited PO line when budget without expense class was selected. Refs UISACQCOMP-159. - +* *BREAKING* bump `react-intl` to `v6.4.4`. Refs UISACQCOM-161. + ## [4.0.2](https://github.com/folio-org/stripes-acq-components/tree/v4.0.2) (2023-03-17) [Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v4.0.1...v4.0.2) diff --git a/package.json b/package.json index 2a0a8391..21c9a7f4 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "moment": "^2.24.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-intl": "^5.7.1", + "react-intl": "^6.4.4", "react-query": "^3.6.0", "react-redux": "^8.0.5", "react-router": "^5.2.0", @@ -74,7 +74,7 @@ "moment": "^2.24.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-intl": "^5.7.1", + "react-intl": "^6.4.4", "react-redux": "^8.0.5", "react-router": "^5.2.0", "react-router-dom": "^5.2.0",