From f9482424dce3b074e1eb52d60c0b23aa7440a2b9 Mon Sep 17 00:00:00 2001 From: Doppins Date: Tue, 3 Nov 2020 09:13:06 +0000 Subject: [PATCH 1/2] Upgrade dependency react to ^17.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fea1693..7fa8362 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "node-vibrant": "^3.0.0", "pixl-xml": "^1.0.13", "query-string": "^6.0.0", - "react": "^16.2.0", + "react": "^17.0.1", "react-dom": "^16.2.0", "react-icons": "^2.2.7", "react-scripts": "2.1.8", From b7e96d515fe912e20221c5e3584dcacf74c2d6f0 Mon Sep 17 00:00:00 2001 From: Doppins Date: Mon, 22 Mar 2021 22:07:33 +0000 Subject: [PATCH 2/2] Upgrade dependency react to ^17.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7fa8362..53d65e2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "node-vibrant": "^3.0.0", "pixl-xml": "^1.0.13", "query-string": "^6.0.0", - "react": "^17.0.1", + "react": "^17.0.2", "react-dom": "^16.2.0", "react-icons": "^2.2.7", "react-scripts": "2.1.8",