From 80fe7397f411e27d19619bfc922a825731270329 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 30 Apr 2019 16:54:26 +0000 Subject: [PATCH] fix(package): update chokidar to version 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 118d2bb..7b7a45f 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "babel-plugin-transform-koaton-es6-modules": "1.0.0", - "chokidar": "^2.0.0", + "chokidar": "^3.0.0", "cmd-line": "^1.0.2", "colors": "^1.1.2", "concat-with-sourcemaps": "^1.0.4",