Skip to content

Commit

Permalink
fix(deps): update dependency @types/jest to ~29.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2023
1 parent 854796e commit 6a408c5
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 72 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.32.0",
"lerna": "~6.4.0",
"@types/jest": "~29.2.0",
"@types/jest": "~29.4.0",
"@types/node": "~18.11.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.2.0",
"@types/jest": "~29.4.0",
"@types/node": "~18.11.0",
"jest": "~29.4.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.4.0"
},
"devDependencies": {
"@types/jest": "~29.2.0",
"@types/jest": "~29.4.0",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"jest": "~29.4.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.1",
"@types/chai": "~4.3.0",
"@types/fs-extra": "~11.0.0",
"@types/jest": "~29.2.0",
"@types/jest": "~29.4.0",
"chai": "~4.3.0",
"execa": "~6.1.0",
"fs-extra": "~11.1.0",
Expand Down
85 changes: 17 additions & 68 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 6a408c5

Please sign in to comment.