Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v29.5.13 (#7677)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent 53b692d commit 6bab4d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/graphql-file-upload-example/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/apollo-upload-client": "18.0.0",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/node": "20.16.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@theguild/prettier-config": "2.0.7",
"@tsconfig/node16": "^16.1.3",
"@tsconfig/recommended": "^1.0.5",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/node": "20.16.5",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4735,7 +4735,7 @@ __metadata:
"@testing-library/react": "npm:16.0.1"
"@testing-library/user-event": "npm:14.5.2"
"@types/apollo-upload-client": "npm:18.0.0"
"@types/jest": "npm:29.5.12"
"@types/jest": "npm:29.5.13"
"@types/node": "npm:20.16.5"
"@types/react": "npm:18.3.5"
"@types/react-dom": "npm:18.3.0"
Expand Down Expand Up @@ -13472,13 +13472,13 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:29.5.12":
version: 29.5.12
resolution: "@types/jest@npm:29.5.12"
"@types/jest@npm:29.5.13":
version: 29.5.13
resolution: "@types/jest@npm:29.5.13"
dependencies:
expect: "npm:^29.0.0"
pretty-format: "npm:^29.0.0"
checksum: 10c0/25fc8e4c611fa6c4421e631432e9f0a6865a8cb07c9815ec9ac90d630271cad773b2ee5fe08066f7b95bebd18bb967f8ce05d018ee9ab0430f9dfd1d84665b6f
checksum: 10c0/9c31af0b155387b9860908830de63c6b79011d7c87c8b61b39da124e26e55423dd51b006749aafe4f0ef3a065016619a1f93ef4b055157d43727f448e67824b7
languageName: node
linkType: hard

Expand Down Expand Up @@ -22611,7 +22611,7 @@ __metadata:
"@theguild/prettier-config": "npm:2.0.7"
"@tsconfig/node16": "npm:^16.1.3"
"@tsconfig/recommended": "npm:^1.0.5"
"@types/jest": "npm:29.5.12"
"@types/jest": "npm:29.5.13"
"@types/node": "npm:20.16.5"
"@typescript-eslint/eslint-plugin": "npm:8.5.0"
"@typescript-eslint/parser": "npm:8.5.0"
Expand Down

0 comments on commit 6bab4d1

Please sign in to comment.