Skip to content

Commit

Permalink
fix(deps): update jest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 18, 2022
1 parent 57b625a commit 66c45e2
Show file tree
Hide file tree
Showing 3 changed files with 631 additions and 556 deletions.
8 changes: 4 additions & 4 deletions config/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
"@swc/core": "1.2.183",
"@swc/jest": "0.2.15",
"@types/jest": "27.4.1",
"babel-jest": "27.5.1",
"babel-jest": "28.1.0",
"find-up": "5.0.0",
"jest-watch-typeahead": "1.0.0",
"merge-deep": "3.0.3",
"react-test-renderer": "17.0.2",
"ts-jest": "27.1.4"
"ts-jest": "28.0.2"
},
"peerDependencies": {
"jest": "27.x",
"jest": "27.x || 28.x",
"react": "17.0.2",
"typescript": "4.6.3"
},
"devDependencies": {
"jest": "27.5.1",
"jest": "28.1.0",
"react": "17.0.2",
"typescript": "4.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dotenv": "16.0.0",
"eslint": "8.12.0",
"husky": "8.0.1",
"jest": "27.5.1",
"jest": "28.1.0",
"prettier": "2.6.2",
"pretty-quick": "3.1.3",
"react": "17.0.2",
Expand Down
Loading

0 comments on commit 66c45e2

Please sign in to comment.