From 20cc5a28942beeb8c21445a30ea90d6d8f801e77 Mon Sep 17 00:00:00 2001 From: Cockpit Bots Date: Sun, 24 Feb 2019 09:08:08 +0200 Subject: [PATCH] package.json: Update react package dependency Closes #120 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c71ab8d..d444b5e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dependencies": { "@babel/polyfill": "7.2.5", "node-sass": "4.11.0", - "react": "16.8.2", + "react": "16.8.3", "react-dom": "16.8.2" } }