Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v29.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 29, 2024
1 parent ac48966 commit ccdc17b
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 19 deletions.
23 changes: 12 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.24.1",
"@babel/preset-typescript": "7.24.1",
"@types/aws-lambda": "8.10.145",
"@types/jest": "29.5.12",
"@types/jest": "29.5.14",
"@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.24.1",
"@babel/preset-typescript": "7.24.1",
"@types/aws-lambda": "8.10.145",
"@types/jest": "29.5.12",
"@types/jest": "29.5.14",
"@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.24.1",
"@babel/preset-typescript": "7.24.1",
"@types/jest": "29.5.12",
"@types/jest": "29.5.14",
"@types/natural": "5.1.5",
"@types/node": "18.19.26",
"@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.24.1",
"@babel/preset-typescript": "7.24.1",
"@types/aws-lambda": "8.10.145",
"@types/jest": "29.5.12",
"@types/jest": "29.5.14",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.57.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.24.1",
"@babel/preset-typescript": "7.24.1",
"@types/aws-lambda": "8.10.145",
"@types/jest": "29.5.12",
"@types/jest": "29.5.14",
"@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.24.1",
"@babel/preset-typescript": "7.24.1",
"@types/aws-lambda": "8.10.145",
"@types/jest": "29.5.12",
"@types/jest": "29.5.14",
"@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.24.1",
"@babel/preset-typescript": "7.24.1",
"@types/aws-lambda": "8.10.145",
"@types/jest": "29.5.12",
"@types/jest": "29.5.14",
"@types/node": "18.19.26",
"@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.12",
"@types/jest": "29.5.14",
"jest": "29.7.0",
"typescript": "5.4.2"
}
Expand Down

0 comments on commit ccdc17b

Please sign in to comment.