Update jest monorepo to v29

This commit is contained in:
renovate[bot] 2023-01-14 07:12:48 +00:00 committed by GitHub
parent 3195def213
commit 46e0962fea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1240 additions and 2219 deletions

3453
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@
"author": "Sambo Chea <sombochea@cubetiqs.com>",
"license": "ISC",
"devDependencies": {
"@types/jest": "^27.5.0",
"@types/jest": "^29.0.0",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
@ -32,10 +32,10 @@
"eslint-plugin-jsdoc": "^39.6.4",
"eslint-plugin-prefer-arrow": "^1.2.3",
"husky": "^8.0.3",
"jest": "^27.5.1",
"jest": "^29.0.0",
"lint-staged": "^13.1.0",
"prettier": "2.8.3",
"ts-jest": "^27.1.4",
"ts-jest": "^29.0.0",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.1.2",
"typescript": "^4.9.4"