Upgrade fsevents to 1.1.2 (#2550)

This eliminates a `yarn` warning on OSX machines running Node.js 8. See
here for details: https://github.com/strongloop/fsevents/issues/170

You can see an example of the warning in the second screenshot in
https://github.com/facebookincubator/create-react-app/issues/2422#issuecomment-305218252
This commit is contained in:
Joseph Frazier
2017-06-18 12:48:40 -04:00
committed by William Monk
parent 733a1776db
commit 64b69b4162

View File

@@ -60,6 +60,6 @@
"react-dom": "^15.5.4"
},
"optionalDependencies": {
"fsevents": "1.0.17"
"fsevents": "1.1.2"
}
}