From 8ae8687dd65f2ba8ae04e525642269a542e758d6 Mon Sep 17 00:00:00 2001 From: Max Dobler Date: Wed, 24 Feb 2021 14:59:06 -0800 Subject: [PATCH] Upgrade watchify from 3.x to 4.x Version 3.x.x depends on `chokidar` 2.x that is incompatible with nodejs14. Upgrading `watchify` to 4.x so that the compatible (and smaller) `chokidar` is installed. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71bab1a..7c0fab6 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "glob": "^7.1.2", "lodash": "^4.17.4", "resolve": "^1.1.6", - "watchify": "^3.6.1" + "watchify": "^4.0.0" }, "devDependencies": { "grunt": "^1.0.1",