Merge pull request #51 from dangeredwolf/renovate/major-jest-monorepo

Update jest monorepo to v29 (major)
This commit is contained in:
dangered wolf 2022-09-09 20:51:57 -04:00 committed by GitHub
commit 0fad1f7337
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 743 additions and 719 deletions

1456
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -18,7 +18,7 @@
"@cloudflare/workers-types": "^3.16.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@sentry/webpack-plugin": "^1.19.0",
"@types/jest": "^28.1.8",
"@types/jest": "^29.0.0",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"dotenv": "^16.0.2",
@ -27,10 +27,10 @@
"eslint-config-typescript": "^3.0.0",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-sonarjs": "^0.15.0",
"jest": "^28.1.3",
"jest": "^29.0.2",
"jest-environment-miniflare": "^2.8.1",
"prettier": "^2.7.1",
"ts-jest": "^28.0.8",
"ts-jest": "^29.0.0",
"ts-loader": "^9.3.1",
"typescript": "^4.8.3",
"webpack": "^5.74.0",