build(compiler-cli): upgrade chokidar to latest version (#28797)

Fixes #28771

PR Close #28797
This commit is contained in:
George Kalpakas
2019-02-18 15:11:03 +02:00
committed by Igor Minar
parent a834c745d7
commit 745c9c5ca7
3 changed files with 61 additions and 28 deletions

View File

@ -13,7 +13,7 @@
"reflect-metadata": "^0.1.2",
"minimist": "^1.2.0",
"canonical-path": "1.0.0",
"chokidar": "^1.4.2",
"chokidar": "^2.1.1",
"convert-source-map": "^1.5.1",
"dependency-graph": "^0.7.2",
"magic-string": "^0.25.0",
@ -49,4 +49,4 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
}
}
}