From 3a24a8fedf7f9df80706cc502e65bb6af5aabdba Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 22 Apr 2019 19:38:08 +0000 Subject: [PATCH] fix(package): update react-scripts to version 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee83b9f..81c8aaf 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react": "~16.3.0", "react-admin-color-input": "^1.0.7", "react-dom": "~16.3.0", - "react-scripts": "^2.0.3" + "react-scripts": "^3.0.0" }, "scripts": { "start": "react-scripts start",