Skip to content

Commit

Permalink
chore(deps): update jest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent c813be6 commit 5fba3a4
Show file tree
Hide file tree
Showing 4 changed files with 835 additions and 345 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "yarn workspaces foreach --parallel run test"
},
"devDependencies": {
"@types/jest": "29.5.1",
"@types/jest": "29.5.14",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"eslint": "8.40.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@redwoodjs/api": "5.0.6",
"@types/aws-lambda": "8.10.115",
"@types/node": "20.1.0",
"babel-jest": "29.5.0",
"babel-jest": "29.7.0",
"esbuild": "0.17.18",
"jest": "29.5.0",
"jest": "29.7.0",
"ts-node": "10.9.1",
"typescript": "5.0.4"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"@clerk/types": "3.36.0",
"@testing-library/react": "14.0.0",
"@types/react": "18.2.6",
"babel-jest": "29.5.0",
"babel-jest": "29.7.0",
"browserslist": "4.21.5",
"esbuild": "0.17.18",
"esbuild-plugin-browserslist": "0.7.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.0.4"
Expand Down
Loading

0 comments on commit 5fba3a4

Please sign in to comment.