Skip to content

Commit

Permalink
bump @types/jsdom
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 11, 2021
1 parent 7af0542 commit fe11967
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/jest-environment-jsdom/package.json
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@jest/test-utils": "^27.2.5",
"@types/jsdom": "^16.2.4"
"@types/jsdom": "^16.2.13"
},
"engines": {
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -4637,14 +4637,14 @@ __metadata:
languageName: node
linkType: hard

"@types/jsdom@npm:^16.2.4":
version: 16.2.7
resolution: "@types/jsdom@npm:16.2.7"
"@types/jsdom@npm:^16.2.13":
version: 16.2.13
resolution: "@types/jsdom@npm:16.2.13"
dependencies:
"@types/node": "*"
"@types/parse5": "*"
"@types/tough-cookie": "*"
checksum: 2acc361cf2aea5a13d78c3d9e63f4101f19ed02d202d6c870279dc51aa06c1f4e060a52322f9dcd660653334f890ccb3c594c23fc714cb3edf3b8641c7c66565
checksum: ddfbdce9b9707a1a3cc9b247c4cc7e99be6d456484011c4aef41b1647b460834c12cbaecdae3ffad43be6971ca8be11b1f8dbfd0f02812e0f7dd3fe38a3dc96e
languageName: node
linkType: hard

Expand Down Expand Up @@ -12753,7 +12753,7 @@ fsevents@^1.2.7:
"@jest/fake-timers": ^27.2.5
"@jest/test-utils": ^27.2.5
"@jest/types": ^27.2.5
"@types/jsdom": ^16.2.4
"@types/jsdom": ^16.2.13
"@types/node": "*"
jest-mock: ^27.2.5
jest-util: ^27.2.5
Expand Down

0 comments on commit fe11967

Please sign in to comment.