From f0ef2b6747e4a4be6112a2d21716063b9dfa70c1 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 7 Mar 2019 00:43:56 +0000 Subject: [PATCH] fix(package): update react-scripts to version 2.1.6 --- 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 438ad50c..76179d8c 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.5" + "react-scripts": "2.1.6" }, "scripts": { "start": "react-scripts start",