Skip to content

Commit

Permalink
fix: include missing @types/graceful-fs dep (#9913)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Apr 29, 2020
1 parent d425a49 commit 0740ad4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@

### Fixes

- `[jest-haste-map]` Add missing `@types/graceful-fs` dependency ([#9913](https://github.com/facebook/jest/pull/9913))

### Chore & Maintenance

### Performance
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-haste-map/package.json
Expand Up @@ -18,6 +18,7 @@
},
"dependencies": {
"@jest/types": "^25.5.0",
"@types/graceful-fs": "^4.1.2",
"anymatch": "^3.0.3",
"fb-watchman": "^2.0.0",
"graceful-fs": "^4.2.4",
Expand All @@ -33,7 +34,6 @@
"@jest/test-utils": "^25.5.0",
"@types/anymatch": "^1.3.1",
"@types/fb-watchman": "^2.0.0",
"@types/graceful-fs": "^4.1.2",
"@types/micromatch": "^4.0.0",
"@types/node": "*",
"@types/sane": "^2.0.0",
Expand Down

0 comments on commit 0740ad4

Please sign in to comment.