From fbbb22c936d75e6adde7cf044c822a048898606b Mon Sep 17 00:00:00 2001 From: Ho Yin Cheng Date: Thu, 22 Feb 2018 15:33:35 -0500 Subject: [PATCH] Upgraded react-scripts dependency to the latest v1.1.1. This fixes the following error on macOS with regards to and fsevents@1.0.17 not being found when using Node.js 8+. See issues and pull requests: facebook/create-react-app#2613 facebook/create-react-app#2550 strongloop/fsevents#170 strongloop/fsevents#169. A minimum verison of v1.0.8 is required as the PR was pushed in that release: https://github.com/facebook/create-react-app/releases/tag/v1.0.8 Considering the targeted nature of the project, I figured that upgrading to the latest (v1.1.1) would be safe. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02a7f5c..7e4e3ee 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "semantic-ui-css": "^2.2.10" }, "devDependencies": { - "react-scripts": "0.9.5" + "react-scripts": "1.1.1" }, "scripts": { "start": "react-scripts start",