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

Commit 64b69b4

Browse files
josephfrazierwmonk
authored andcommitted
Upgrade fsevents to 1.1.2 (#2550)
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)
1 parent 733a177 commit 64b69b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"react-dom": "^15.5.4"
6161
},
6262
"optionalDependencies": {
63-
"fsevents": "1.0.17"
63+
"fsevents": "1.1.2"
6464
}
6565
}

0 commit comments

Comments
 (0)