From d81cd58fa6569a10fc72784b6b8e4d1f6765f3e3 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 7 Mar 2019 01:59:25 +0000 Subject: [PATCH] fix(package): update react-scripts to version 2.1.7 --- examples/with-customization/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-customization/package.json b/examples/with-customization/package.json index 76179d8c..b5c74cd6 100644 --- a/examples/with-customization/package.json +++ b/examples/with-customization/package.json @@ -7,7 +7,7 @@ "rbx": "file:../../dist", "react": "^16.8.1", "react-dom": "^16.8.1", - "react-scripts": "2.1.6" + "react-scripts": "2.1.7" }, "scripts": { "start": "react-scripts start",