From 944fe78fbf0d7a73b94ce81eccb07ec0bbce0f7d Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Mon, 11 Sep 2023 16:05:43 -0400 Subject: [PATCH] STRIPES-868 BREAKING bump react-intl to v6 --- CHANGELOG.md | 1 + package.json | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cca98975..0fd0cfc9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,6 +79,7 @@ * User can't pay the fee/fine. Refs UIU-2930. * Sort proxies and sponsors by user display name. Refs UIU-2799. * Add dropdown to specify user type: Patron or Staff. Refs UIU-2936. +* *BREAKING* bump `react-intl` to `v6.4.4`. Refs UIU-2946. ## [9.0.0](https://github.com/folio-org/ui-users/tree/v9.0.0) (2023-02-20) [Full Changelog](https://github.com/folio-org/ui-users/compare/v8.1.0...v9.0.0) diff --git a/package.json b/package.json index 8fef373d9..f8498722a 100644 --- a/package.json +++ b/package.json @@ -1035,8 +1035,8 @@ "@folio/eslint-config-stripes": "^7.0.0", "@folio/jest-config-stripes": "^2.0.0", "@folio/stripes": "^9.0.0", - "@folio/stripes-cli": "^3.0.0", - "@formatjs/cli": "^6.0.4", + "@folio/stripes-cli": "../stripes-cli", + "@formatjs/cli": "^6.1.3", "core-js": "^3.6.4", "eslint": "^7.32.0", "eslint-import-resolver-alias": "^1.1.2", @@ -1045,7 +1045,7 @@ "moment": "^2.24.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-intl": "^5.8.0", + "react-intl": "^6.4.4", "react-query": "^3.39.0", "react-redux": "^8.0.5", "react-router": "^5", @@ -1073,7 +1073,7 @@ "moment": "^2.24.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-intl": "^5.8.0", + "react-intl": "^6.4.4", "react-query": "^3.39.0", "react-redux": "^8.0.5", "react-router": "^5.2.0",