Skip to content

Commit

Permalink
Upgraded react-scripts dependency to the latest v1.1.1.
Browse files Browse the repository at this point in the history
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 fsevents/fsevents#170 fsevents/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.
  • Loading branch information
hysan committed Feb 22, 2018
1 parent 010ea79 commit fbbb22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fbbb22c

Please sign in to comment.