fix(jsdom): cumulative Jest updates with support for TextEncoder/TextDecoder (#8111)

This commit is contained in:
Tim Lai
2022-07-20 13:15:06 -07:00
committed by GitHub
parent 516ea6a7d4
commit b89e88579c
4 changed files with 6471 additions and 1588 deletions

View File

@@ -144,8 +144,9 @@
"html-webpack-skip-assets-plugin": "^1.0.3",
"husky": "=7.0.4",
"inspectpack": "=4.7.1",
"jest": "=27.5.1",
"jsdom": "=16.6.0",
"jest": "=28.1.3",
"jest-environment-jsdom": "=28.1.3",
"jsdom": "=20.0.0",
"json-loader": "^0.5.7",
"json-merger": "^1.1.6",
"json-server": "=0.17.0",
@@ -176,6 +177,7 @@
"stream-browserify": "^3.0.0",
"tachyons-sass": "^4.9.5",
"terser-webpack-plugin": "^5.3.1",
"util": "=0.12.4",
"webpack": "^5.65.0",
"webpack-bundle-size-analyzer": "^3.1.0",
"webpack-cli": "^4.9.2",