Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v29.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 18, 2024
1 parent fabb0eb commit d815d3e
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/booster-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@babel/preset-env": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@types/aws-lambda": "8.10.136",
"@types/jest": "29.5.6",
"@types/jest": "29.5.12",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"aws-sdk-client-mock": "2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/generate-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@babel/preset-env": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@types/aws-lambda": "8.10.136",
"@types/jest": "29.5.6",
"@types/jest": "29.5.12",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"aws-sdk-client-mock": "2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/generate-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@babel/preset-env": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@types/jest": "29.5.6",
"@types/jest": "29.5.12",
"@types/natural": "5.1.4",
"@types/node": "18.18.7",
"@typescript-eslint/eslint-plugin": "5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/generate-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/preset-env": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@types/aws-lambda": "8.10.136",
"@types/jest": "29.5.6",
"@types/jest": "29.5.12",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.52.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/generate-title/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/preset-env": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@types/aws-lambda": "8.10.136",
"@types/jest": "29.5.6",
"@types/jest": "29.5.12",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"copy-webpack-plugin": "11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/randomise-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/preset-env": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@types/aws-lambda": "8.10.136",
"@types/jest": "29.5.6",
"@types/jest": "29.5.12",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"aws-sdk-client-mock": "2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/upload-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/preset-env": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@types/aws-lambda": "8.10.136",
"@types/jest": "29.5.6",
"@types/jest": "29.5.12",
"@types/node": "18.18.7",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "29.5.6",
"@types/jest": "29.5.12",
"jest": "29.7.0",
"typescript": "5.2.2"
}
Expand Down

0 comments on commit d815d3e

Please sign in to comment.