Skip to content

Commit

Permalink
fix(deps): update jest monorepo to ~29.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2022
1 parent ef704bf commit 0aa5b51
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 52 deletions.
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@jest/transform": "~29.3.0",
"@jest/types": "~29.2.0",
"@jest/types": "~29.3.0",
"@types/fs-extra": "~9.0.0",
"fs-extra": "~10.1.0",
"jest-environment-jsdom": "~29.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@testing-library/react": "~13.4.0",
"@types/jquery": "~3.5.0",
"jquery": "~3.6.0",
"pretty-format": "~29.2.0"
"pretty-format": "~29.3.0"
},
"devDependencies": {
"@types/jest": "~29.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tdd-buffet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prepublishOnly": "pnpm run build && pnpm run package"
},
"dependencies": {
"@jest/types": "~29.2.0",
"@jest/types": "~29.3.0",
"@tdd-buffet/jest-config": "^5.0.1",
"@types/chai": "~4.3.0",
"@types/fs-extra": "~9.0.0",
Expand Down
Loading

0 comments on commit 0aa5b51

Please sign in to comment.