Skip to content

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
#2422 (comment)
  • Loading branch information
josephfrazier authored and Timer committed Jun 18, 2017
1 parent 67f6163 commit acb1957
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 @@ -63,6 +63,6 @@
"react-dom": "^15.5.4"
},
"optionalDependencies": {
"fsevents": "1.0.17"
"fsevents": "1.1.2"
}
}

0 comments on commit acb1957

Please sign in to comment.