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 7, 2022
1 parent 96ea0d8 commit ef704bf
Show file tree
Hide file tree
Showing 4 changed files with 166 additions and 153 deletions.
8 changes: 4 additions & 4 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@
"jest": "^29.0.0"
},
"dependencies": {
"@jest/transform": "~29.2.0",
"@jest/transform": "~29.3.0",
"@jest/types": "~29.2.0",
"@types/fs-extra": "~9.0.0",
"fs-extra": "~10.1.0",
"jest-environment-jsdom": "~29.2.0",
"jest-runtime": "~29.2.0",
"jest-environment-jsdom": "~29.3.0",
"jest-runtime": "~29.3.0",
"ts-jest": "~29.0.0",
"typescript": "~4.8.0",
"whatwg-fetch": "~3.6.0"
},
"devDependencies": {
"@types/jest": "~29.2.0",
"@types/node": "~18.11.0",
"jest": "~29.2.0"
"jest": "~29.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/jest": "~29.2.0",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"jest": "~29.2.0",
"jest": "~29.3.0",
"jest-react-mock": "~3.1.2",
"react": "~18.2.0",
"react-dom": "~18.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 @@ -38,7 +38,7 @@
"chai": "~4.3.0",
"execa": "~6.1.0",
"fs-extra": "~10.1.0",
"jest": "~29.2.0",
"jest": "~29.3.0",
"meow": "~9.0.0",
"puppeteer": "~19.2.2",
"typescript": "~4.8.0"
Expand Down
Loading

0 comments on commit ef704bf

Please sign in to comment.