Skip to content

Commit fb0c078

Browse files
committedFeb 8, 2019
fix: bump chokidar
Fixes #1522 Fixes #1208 Thanks to @mikemaccana for original PR
·
v3.1.10v1.18.10
1 parent 16cb277 commit fb0c078

File tree

2 files changed

+63
-62
lines changed

2 files changed

+63
-62
lines changed
 

‎package-lock.json

Lines changed: 62 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"should": "~4.0.0"
5656
},
5757
"dependencies": {
58-
"chokidar": "^2.0.4",
58+
"chokidar": "^2.1.0",
5959
"debug": "^3.1.0",
6060
"ignore-by-default": "^1.0.1",
6161
"minimatch": "^3.0.4",

1 commit comments

Comments
 (1)

mikemaccana commented on Feb 8, 2019

@mikemaccana
Contributor
Please sign in to comment.