Skip to content

Commit

Permalink
fix(deps): update dependency @types/jest to ~29.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent 1d88be6 commit 5d7219f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 87 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@nighttrax/eslint-config-tsx": "~11.0.0",
"eslint": "~8.36.0",
"lerna": "~6.5.0",
"@types/jest": "~29.4.0",
"@types/jest": "~29.5.0",
"@types/node": "~18.15.0",
"ts-node": "~10.9.0",
"typescript": "~4.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"whatwg-fetch": "~3.6.0"
},
"devDependencies": {
"@types/jest": "~29.4.0",
"@types/jest": "~29.5.0",
"@types/node": "~18.15.0",
"jest": "~29.5.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 @@ -42,7 +42,7 @@
"pretty-format": "~29.5.0"
},
"devDependencies": {
"@types/jest": "~29.4.0",
"@types/jest": "~29.5.0",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"jest": "~29.5.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 @@ -34,7 +34,7 @@
"@tdd-buffet/jest-config": "^5.0.2",
"@types/chai": "~4.3.0",
"@types/fs-extra": "~11.0.0",
"@types/jest": "~29.4.0",
"@types/jest": "~29.5.0",
"chai": "~4.3.0",
"execa": "~7.1.0",
"fs-extra": "~11.1.0",
Expand Down
98 changes: 15 additions & 83 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d7219f

Please sign in to comment.