From 37ff904ff7d2ed68e9c81c93f35590eb73889f3e Mon Sep 17 00:00:00 2001 From: Daniel Soares Date: Fri, 11 Dec 2020 21:08:35 -0300 Subject: [PATCH] =?UTF-8?q?=E2=AC=87=EF=B8=8F=20Downgrade=20React=20and=20?= =?UTF-8?q?React-dom=20to=2016.14.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6dc3119..c1737d0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@marscollective/gatsby-theme-link-free": "^0.0.4", "gatsby": "^2.28.2", - "react": "^17.0.1", - "react-dom": "^17.0.1" + "react": "^16.14.0", + "react-dom": "^16.14.0" } }