Skip to content

Commit

Permalink
chore(deps): upgrade jsdom to 16.4.0 (#10578)
Browse files Browse the repository at this point in the history
  • Loading branch information
bschlenk committed Oct 5, 2020
1 parent 82c7415 commit 97e683b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -16,6 +16,7 @@
### Chore & Maintenance

- `[jest-resolve]` Replace read-pkg-up with escalade package ([10558](https://github.com/facebook/jest/pull/10558))
- `[jest-environment-jsdom]` Update jsdom to 16.4.0 ([10578](https://github.com/facebook/jest/pull/10578))

### Performance

Expand Down
4 changes: 2 additions & 2 deletions packages/jest-environment-jsdom/package.json
Expand Up @@ -16,10 +16,10 @@
"@types/node": "*",
"jest-mock": "^26.3.0",
"jest-util": "^26.3.0",
"jsdom": "^16.2.2"
"jsdom": "^16.4.0"
},
"devDependencies": {
"@types/jsdom": "^16.2.1"
"@types/jsdom": "^16.2.4"
},
"engines": {
"node": ">= 10.14.2"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3513,7 +3513,7 @@ __metadata:
languageName: node
linkType: hard

"@types/jsdom@npm:^16.2.1":
"@types/jsdom@npm:^16.2.4":
version: 16.2.4
resolution: "@types/jsdom@npm:16.2.4"
dependencies:
Expand Down Expand Up @@ -11504,11 +11504,11 @@ fsevents@^1.2.7:
"@jest/environment": ^26.3.0
"@jest/fake-timers": ^26.3.0
"@jest/types": ^26.3.0
"@types/jsdom": ^16.2.1
"@types/jsdom": ^16.2.4
"@types/node": "*"
jest-mock: ^26.3.0
jest-util: ^26.3.0
jsdom: ^16.2.2
jsdom: ^16.4.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -12175,7 +12175,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"jsdom@npm:^16.2.2":
"jsdom@npm:^16.4.0":
version: 16.4.0
resolution: "jsdom@npm:16.4.0"
dependencies:
Expand Down

0 comments on commit 97e683b

Please sign in to comment.