Skip to content

Commit

Permalink
Update jest monorepo to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2022
1 parent ed0c6af commit d71e026
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"url": "https://github.com/ksxnodemodules/nodemonorepo/issues"
},
"devDependencies": {
"jest": "^24.9.0",
"ts-jest": "^24.3.0",
"babel-jest": "^24.9.0",
"jest": "^29.0.0",
"ts-jest": "^29.0.0",
"babel-jest": "^29.0.0",
"yaml-jest": "^1.0.5",
"jest-runner-standard": "^0.0.13",
"js-yaml": "^3.13.1",
Expand All @@ -31,7 +31,7 @@
"ignore-file.private": "*",
"nested-workspace-helper.private": "*",
"clean-typescript-build.private": "*",
"@types/jest": "^24.0.25",
"@types/jest": "^29.0.0",
"@types/js-yaml": "^3.12.1",
"@types/glob": "^7.1.1",
"@types/node": "^13.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/extra-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/node": "^13.1.6"
},
"peerDependencies": {
"jest": "^24.9.0"
"jest": "^29.0.0"
},
"engines": {
"node": ">= 8.9.0"
Expand Down

0 comments on commit d71e026

Please sign in to comment.