From 00a9ba681401389b98ff65d52dfb22e12c450b27 Mon Sep 17 00:00:00 2001 From: Cockpit Bots Date: Fri, 28 Dec 2018 10:09:52 +0200 Subject: [PATCH] package.json: Update react package dependency (#75) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fdf1f31..bcf5a60 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.7.0" } }