Skip to content

Commit

Permalink
feat: upgrade to JSDOM@21
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed May 4, 2023
1 parent bc26cd7 commit e47eb92
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 137 deletions.
4 changes: 2 additions & 2 deletions packages/jest-environment-jsdom/package.json
Expand Up @@ -20,11 +20,11 @@
"@jest/environment": "workspace:^",
"@jest/fake-timers": "workspace:^",
"@jest/types": "workspace:^",
"@types/jsdom": "^20.0.0",
"@types/jsdom": "^21.1.1",
"@types/node": "*",
"jest-mock": "workspace:^",
"jest-util": "workspace:^",
"jsdom": "^20.0.0"
"jsdom": "^22.0.0"
},
"devDependencies": {
"@jest/test-utils": "workspace:^"
Expand Down

0 comments on commit e47eb92

Please sign in to comment.