From adb08e3dd6a660c4ed2bf5d8bad73f07b08f2767 Mon Sep 17 00:00:00 2001 From: Gardner Bickford Date: Thu, 24 Oct 2019 12:03:24 +1300 Subject: [PATCH] Increment fsevents to support node v12 --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index f11cd1a179a..30e27310dc2 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -82,7 +82,7 @@ "react-dom": "^16.3.2" }, "optionalDependencies": { - "fsevents": "1.2.4" + "fsevents": "^1.2.9" }, "browserslist": [ ">0.2%",