mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-06-15 18:08:15 +08:00
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:
committed by
William Monk
parent
733a1776db
commit
64b69b4162
@@ -60,6 +60,6 @@
|
||||
"react-dom": "^15.5.4"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"fsevents": "1.0.17"
|
||||
"fsevents": "1.1.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user