Skip to content

Commit

Permalink
⬆️ Update dependency @types/jest to ^29.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 36b418b commit 560ee9e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/preset-typescript": "^7.25.7",
"@jest/globals": "^29.7.0",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.12",
"@types/react": "^18.3.11",
"@types/supertest": "^6.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@fast-check/worker": "workspace:*",
"@jest/expect": "^29.7.0",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"@types/node": "^20.14.15",
"babel-jest": "^29.7.0",
"fast-check": "workspace:*",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2999,7 +2999,7 @@ __metadata:
"@testing-library/react": "npm:^16.0.1"
"@testing-library/user-event": "npm:^14.5.2"
"@types/express": "npm:^5.0.0"
"@types/jest": "npm:^29.5.13"
"@types/jest": "npm:^29.5.14"
"@types/lodash": "npm:^4.17.12"
"@types/react": "npm:^18.3.11"
"@types/supertest": "npm:^6.0.2"
Expand Down Expand Up @@ -3034,7 +3034,7 @@ __metadata:
"@fast-check/worker": "workspace:*"
"@jest/expect": "npm:^29.7.0"
"@jest/globals": "npm:^29.7.0"
"@types/jest": "npm:^29.5.13"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^20.14.15"
babel-jest: "npm:^29.7.0"
fast-check: "workspace:*"
Expand Down Expand Up @@ -5464,13 +5464,13 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down

0 comments on commit 560ee9e

Please sign in to comment.