Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @types/jsdom to v21 #14244

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/jest-environment-jsdom/package.json
Expand Up @@ -20,7 +20,7 @@
"@jest/environment": "workspace:^",
"@jest/fake-timers": "workspace:^",
"@jest/types": "workspace:^",
"@types/jsdom": "^20.0.0",
"@types/jsdom": "^21.0.0",
"@types/node": "*",
"jest-mock": "workspace:^",
"jest-util": "workspace:^",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -4766,14 +4766,14 @@ __metadata:
languageName: node
linkType: hard

"@types/jsdom@npm:^20.0.0":
version: 20.0.1
resolution: "@types/jsdom@npm:20.0.1"
"@types/jsdom@npm:^21.0.0":
version: 21.1.1
resolution: "@types/jsdom@npm:21.1.1"
dependencies:
"@types/node": "*"
"@types/tough-cookie": "*"
parse5: ^7.0.0
checksum: d55402c5256ef451f93a6e3d3881f98339fe73a5ac2030588df056d6835df8367b5a857b48d27528289057e26dcdd3f502edc00cb877c79174cb3a4c7f2198c1
checksum: 7450d6e23aa31b837a1682f0e59b06838aacca85c9d030035f40e21d559169c773aee5cee9244f23c3004b78f7064f0c540ceb808d2f187deb3140f2b0449dee
languageName: node
linkType: hard

Expand Down Expand Up @@ -12540,7 +12540,7 @@ __metadata:
"@jest/fake-timers": "workspace:^"
"@jest/test-utils": "workspace:^"
"@jest/types": "workspace:^"
"@types/jsdom": ^20.0.0
"@types/jsdom": ^21.0.0
"@types/node": "*"
jest-mock: "workspace:^"
jest-util: "workspace:^"
Expand Down