Skip to content

Commit fbbb22c

Browse files
committed
Upgraded react-scripts dependency to the latest v1.1.1.
This fixes the following error on macOS with regards to and [email protected] 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.
1 parent 010ea79 commit fbbb22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"semantic-ui-css": "^2.2.10"
99
},
1010
"devDependencies": {
11-
"react-scripts": "0.9.5"
11+
"react-scripts": "1.1.1"
1212
},
1313
"scripts": {
1414
"start": "react-scripts start",

0 commit comments

Comments
 (0)