From cc5d246d1ad7b0624b751d9a4c8b3ba0b3d97b57 Mon Sep 17 00:00:00 2001 From: pedromartello Date: Wed, 21 Jun 2023 07:51:56 -0400 Subject: [PATCH 1/2] fix(deps): updating to react-intl 6.4.4 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 999a9ac8b6..57ad6fe07c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -104,7 +104,7 @@ "peerDependencies": { "react": "^16.8.6 || ^17.0.0", "react-dom": "^16.8.6 || ^17.0.0", - "react-intl": "^5.25.1" + "react-intl": "^5.25.1 || ^6.4" } }, "component-generator": { diff --git a/package.json b/package.json index 7524637f55..53486eafab 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "peerDependencies": { "react": "^16.8.6 || ^17.0.0", "react-dom": "^16.8.6 || ^17.0.0", - "react-intl": "^5.25.1" + "react-intl": "^5.25.1 || ^6.4" }, "devDependencies": { "@babel/cli": "^7.16.8", From ba845c1872b1d89bb4a40a50437a1279d142cabe Mon Sep 17 00:00:00 2001 From: pedromartello Date: Thu, 17 Aug 2023 16:45:25 -0400 Subject: [PATCH 2/2] fix(deps): updating react-intl to ^6.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53486eafab..e0fe57cca2 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "peerDependencies": { "react": "^16.8.6 || ^17.0.0", "react-dom": "^16.8.6 || ^17.0.0", - "react-intl": "^5.25.1 || ^6.4" + "react-intl": "^5.25.1 || ^6.4.0" }, "devDependencies": { "@babel/cli": "^7.16.8",