Skip to content

Commit

Permalink
fix(watchpack): pin chokidar to 3.3.1 until watchpack gets their duc…
Browse files Browse the repository at this point in the history
…ks in a row.

 without this yarn resolution, karma runner fails on mac with 'fsevents is not a constructor'

 see:
 webpack/watchpack#153
 webpack/watchpack#130
  • Loading branch information
christopherthielen authored and mergify[bot] committed Apr 19, 2020
1 parent 539d33a commit 43d3a60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
"typescript": "^3.5.2",
"webpack": "^4.34.0"
},
"resolutions": {
"chokidar": "3.3.1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
Expand Down

0 comments on commit 43d3a60

Please sign in to comment.