Skip to content

Commit

Permalink
jest-environment-jsdom: Set @types/jsdom in dependencies (#11999)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayc0 committed Oct 27, 2021
1 parent 01c2780 commit 3d04f33
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 @@ -5,6 +5,7 @@
### Fixes

- `[expect]` Allow again `expect.Matchers` generic with single value ([#11986](https://github.com/facebook/jest/pull/11986))
- `[jest-environment-jsdom]` Add `@types/jsdom` dependency ([#11999](https://github.com/facebook/jest/pull/11999))

### Chore & Maintenance

Expand Down
4 changes: 2 additions & 2 deletions packages/jest-environment-jsdom/package.json
Expand Up @@ -17,14 +17,14 @@
"@jest/environment": "^27.3.1",
"@jest/fake-timers": "^27.3.1",
"@jest/types": "^27.2.5",
"@types/jsdom": "^16.2.4",
"@types/node": "*",
"jest-mock": "^27.3.0",
"jest-util": "^27.3.1",
"jsdom": "^16.6.0"
},
"devDependencies": {
"@jest/test-utils": "^27.3.1",
"@types/jsdom": "^16.2.4"
"@jest/test-utils": "^27.3.1"
},
"engines": {
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
Expand Down

0 comments on commit 3d04f33

Please sign in to comment.