From fc9e10e279357484b1db454efcbec149ea7dfaae Mon Sep 17 00:00:00 2001 From: Cockpituous Date: Thu, 20 Dec 2018 16:13:13 +0000 Subject: [PATCH] package.json: Update react package dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3488462..cebe0f6 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "dependencies": { "@babel/polyfill": "7.0.0", "node-sass": "4.11.0", - "react": "16.6.3", + "react": "16.7.0", "react-dom": "16.6.3" } }