Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Commit

Permalink
Upgrade fsevents to 1.1.2 (#2550)
Browse files Browse the repository at this point in the history
This eliminates a `yarn` warning on OSX machines running Node.js 8. See
here for details: fsevents/fsevents#170

You can see an example of the warning in the second screenshot in
facebook/create-react-app#2422 (comment)
  • Loading branch information
josephfrazier authored and wmonk committed Aug 7, 2017
1 parent 733a177 commit 64b69b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"react-dom": "^15.5.4"
},
"optionalDependencies": {
"fsevents": "1.0.17"
"fsevents": "1.1.2"
}
}

0 comments on commit 64b69b4

Please sign in to comment.