Skip to content

Commit

Permalink
update jsdom to v26.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Bereczki committed Jan 21, 2025
1 parent 7ea9a40 commit 2cea328
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 182 deletions.
4 changes: 2 additions & 2 deletions packages/jest-environment-jsdom-abstract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"@jest/environment": "workspace:*",
"@jest/fake-timers": "workspace:*",
"@jest/types": "workspace:*",
"@types/jsdom": "^21.1.1",
"@types/jsdom": "21.1.7",
"@types/node": "*",
"jest-mock": "workspace:*",
"jest-util": "workspace:*"
},
"devDependencies": {
"jsdom": "^22.0.0"
"jsdom": "^26.0.0"
},
"peerDependencies": {
"canvas": "^2.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-environment-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"dependencies": {
"@jest/environment": "workspace:*",
"@jest/environment-jsdom-abstract": "workspace:*",
"@types/jsdom": "^21.1.1",
"@types/jsdom": "21.1.7",
"@types/node": "*",
"jsdom": "^22.0.0"
"jsdom": "^26.0.0"
},
"devDependencies": {
"@jest/test-utils": "workspace:*"
Expand Down
Loading

0 comments on commit 2cea328

Please sign in to comment.