Skip to content

Commit

Permalink
fix(resolver): add dependency on jest-haste-map (#11759)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 17, 2021
1 parent 0d399f6 commit 8d33ba1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@

- `[jest-environment-node]` Add `Event` and `EventTarget` to node global environment. ([#11705](https://github.com/facebook/jest/issues/11705))
- `[jest-mock]` Fix `spyOn` to use `Object.prototype.hasOwnProperty` [#11721](https://github.com/facebook/jest/pull/11721)
- `[jest-resolver]` Add dependency on `jest-haste-map` [#11759](https://github.com/facebook/jest/pull/11759)

### Chore & Maintenance

Expand Down
4 changes: 2 additions & 2 deletions packages/jest-resolve/package.json
Expand Up @@ -18,6 +18,7 @@
"chalk": "^4.0.0",
"escalade": "^3.1.1",
"graceful-fs": "^4.2.4",
"jest-haste-map": "^27.0.6",
"jest-pnp-resolver": "^1.2.2",
"jest-util": "^27.0.6",
"jest-validate": "^27.0.6",
Expand All @@ -26,8 +27,7 @@
},
"devDependencies": {
"@types/graceful-fs": "^4.1.3",
"@types/resolve": "^1.20.0",
"jest-haste-map": "^27.0.6"
"@types/resolve": "^1.20.0"
},
"engines": {
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
Expand Down

0 comments on commit 8d33ba1

Please sign in to comment.