Skip to content

Commit

Permalink
Upgrade fsevents in jest-haste-map (#11428)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed May 20, 2021
1 parent 9633a26 commit cbcec7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/jest-haste-map/package.json
Expand Up @@ -36,7 +36,7 @@
"slash": "^3.0.0"
},
"optionalDependencies": {
"fsevents": "^2.2.1"
"fsevents": "^2.3.2"
},
"engines": {
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -10488,7 +10488,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"fsevents@^2.1.2, fsevents@^2.2.1, fsevents@~2.3.1":
"fsevents@^2.1.2, fsevents@^2.3.2, fsevents@~2.3.1":
version: 2.3.2
resolution: "fsevents@npm:2.3.2"
dependencies:
Expand All @@ -10507,7 +10507,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"fsevents@patch:fsevents@^2.1.2#builtin<compat/fsevents>, fsevents@patch:fsevents@^2.2.1#builtin<compat/fsevents>, fsevents@patch:fsevents@~2.3.1#builtin<compat/fsevents>":
"fsevents@patch:fsevents@^2.1.2#builtin<compat/fsevents>, fsevents@patch:fsevents@^2.3.2#builtin<compat/fsevents>, fsevents@patch:fsevents@~2.3.1#builtin<compat/fsevents>":
version: 2.3.2
resolution: "fsevents@patch:fsevents@npm%3A2.3.2#builtin<compat/fsevents>::version=2.3.2&hash=11e9ea"
dependencies:
Expand Down Expand Up @@ -12886,7 +12886,7 @@ fsevents@^1.2.7:
"@types/node": "*"
anymatch: ^3.0.3
fb-watchman: ^2.0.0
fsevents: ^2.2.1
fsevents: ^2.3.2
graceful-fs: ^4.2.4
jest-regex-util: ^27.0.0-next.0
jest-serializer: ^27.0.0-next.9
Expand Down

0 comments on commit cbcec7d

Please sign in to comment.