Skip to content

Commit

Permalink
fix: pin jest-environment-jsdom due to jestjs/jest#12098
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Nov 29, 2021
1 parent 2d58c12 commit 2bd0d80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -38,6 +38,9 @@
"prepare-release": "tools/prepare-release.sh",
"release": "standard-version"
},
"resolutions": {
"jest-environment-jsdom": "~27.3.1"
},
"workspaces": {
"packages": [
"packages/*",
Expand Down
17 changes: 2 additions & 15 deletions yarn.lock
Expand Up @@ -6605,20 +6605,7 @@ jest-each@^27.3.1:
jest-util "^27.3.1"
pretty-format "^27.3.1"

jest-environment-jsdom@^26.6.2:
version "26.6.2"
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-26.6.2.tgz#78d09fe9cf019a357009b9b7e1f101d23bd1da3e"
integrity sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q==
dependencies:
"@jest/environment" "^26.6.2"
"@jest/fake-timers" "^26.6.2"
"@jest/types" "^26.6.2"
"@types/node" "*"
jest-mock "^26.6.2"
jest-util "^26.6.2"
jsdom "^16.4.0"

jest-environment-jsdom@^27.3.1:
jest-environment-jsdom@^26.6.2, jest-environment-jsdom@^27.3.1, jest-environment-jsdom@~27.3.1:
version "27.3.1"
resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.3.1.tgz#63ac36d68f7a9303494df783494856222b57f73e"
integrity sha512-3MOy8qMzIkQlfb3W1TfrD7uZHj+xx8Olix5vMENkj5djPmRqndMaXtpnaZkxmxM+Qc3lo+yVzJjzuXbCcZjAlg==
Expand Down Expand Up @@ -7219,7 +7206,7 @@ jsbn@~0.1.0:
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=

jsdom@^16.4.0, jsdom@^16.6.0:
jsdom@^16.6.0:
version "16.7.0"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.7.0.tgz#918ae71965424b197c819f8183a754e18977b710"
integrity sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==
Expand Down

0 comments on commit 2bd0d80

Please sign in to comment.