Skip to content

Commit 7ee98e2

Browse files
committed
Use latest Chokidar version
Makes sure the version with this patch is installed: paulmillr/chokidar#1018
1 parent 8cb52cd commit 7ee98e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"should": "^8.3.1"
3939
},
4040
"optionalDependencies": {
41-
"chokidar": "^3.4.0",
41+
"chokidar": "^3.4.1",
4242
"watchpack-chokidar2": "^2.0.0"
4343
},
4444
"dependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -383,10 +383,10 @@ chokidar@^2.1.8:
383383
optionalDependencies:
384384
fsevents "^1.2.7"
385385

386-
chokidar@^3.4.0:
387-
version "3.4.0"
388-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.0.tgz#b30611423ce376357c765b9b8f904b9fba3c0be8"
389-
integrity sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ==
386+
chokidar@^3.4.1:
387+
version "3.4.1"
388+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.1.tgz#e905bdecf10eaa0a0b1db0c664481cc4cbc22ba1"
389+
integrity sha512-TQTJyr2stihpC4Sya9hs2Xh+O2wf+igjL36Y75xx2WdHuiICcn/XJza46Jwt0eT5hVpQOzo3FpY3cj3RVYLX0g==
390390
dependencies:
391391
anymatch "~3.1.1"
392392
braces "~3.0.2"

0 commit comments

Comments
 (0)