Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 8fe00f8

Browse files
josephfrazierTimer
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 815a970 commit 8fe00f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363
"react-dom": "^15.5.4"
6464
},
6565
"optionalDependencies": {
66-
"fsevents": "1.0.17"
66+
"fsevents": "1.1.2"
6767
}
6868
}

0 commit comments

Comments
 (0)