Skip to content

Commit

Permalink
bump chokidar to get a reload fix for linux (#2878)
Browse files Browse the repository at this point in the history
This should pull in this fix: paulmillr/chokidar#237
  • Loading branch information
hennr authored and DeMoorJasper committed Jul 13, 2019
1 parent 75a891e commit a92e9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/watcher/package.json
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@parcel/utils": "^1.11.0",
"chokidar": "^2.0.3"
"chokidar": "^2.1.5"
},
"devDependencies": {
"@parcel/babel-register": "^1.11.0",
Expand Down

0 comments on commit a92e9b2

Please sign in to comment.