From 46b02ff85678a05bdca4dbf72ad14f61e8fe7ded Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 11 Feb 2019 17:07:37 +0000 Subject: [PATCH] fix(package): update react-scripts to version 2.1.5 --- 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 9b705c99..438ad50c 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.4" + "react-scripts": "2.1.5" }, "scripts": { "start": "react-scripts start",