Skip to content

Commit

Permalink
fix(deps): update jest monorepo to ~29.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2023
1 parent c483284 commit c4c3d28
Show file tree
Hide file tree
Showing 4 changed files with 375 additions and 318 deletions.
10 changes: 5 additions & 5 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.3.0",
"@jest/types": "~29.3.0",
"@jest/transform": "~29.4.0",
"@jest/types": "~29.4.0",
"@types/fs-extra": "~11.0.0",
"fs-extra": "~11.1.0",
"jest-environment-jsdom": "~29.3.0",
"jest-runtime": "~29.3.0",
"jest-environment-jsdom": "~29.4.0",
"jest-runtime": "~29.4.0",
"ts-jest": "~29.0.0",
"typescript": "~4.9.0",
"whatwg-fetch": "~3.6.0"
},
"devDependencies": {
"@types/jest": "~29.2.0",
"@types/node": "~18.11.0",
"jest": "~29.3.0"
"jest": "~29.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"@testing-library/react": "~13.4.0",
"@types/jquery": "~3.5.0",
"jquery": "~3.6.0",
"pretty-format": "~29.3.0"
"pretty-format": "~29.4.0"
},
"devDependencies": {
"@types/jest": "~29.2.0",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"jest": "~29.3.0",
"jest": "~29.4.0",
"jest-react-mock": "~3.1.2",
"react": "~18.2.0",
"react-dom": "~18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/tdd-buffet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"prepublishOnly": "pnpm run build && pnpm run package"
},
"dependencies": {
"@jest/types": "~29.3.0",
"@jest/types": "~29.4.0",
"@tdd-buffet/jest-config": "^5.0.1",
"@types/chai": "~4.3.0",
"@types/fs-extra": "~11.0.0",
"@types/jest": "~29.2.0",
"chai": "~4.3.0",
"execa": "~6.1.0",
"fs-extra": "~11.1.0",
"jest": "~29.3.0",
"jest": "~29.4.0",
"meow": "~9.0.0",
"puppeteer": "~19.6.0",
"typescript": "~4.9.0"
Expand Down
Loading

0 comments on commit c4c3d28

Please sign in to comment.