Skip to content

Commit

Permalink
build(deps-dev): Bump @types/jest from 29.5.5 to 29.5.12 (#1013)
Browse files Browse the repository at this point in the history
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.5 to 29.5.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 8, 2024
1 parent eb8bc34 commit be136ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/examples/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^29.5.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.2.5",
"@types/react": "^17",
"@types/react-dom": "^17",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^29.5.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.2.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10524,13 +10524,13 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:^29.5.5":
version: 29.5.5
resolution: "@types/jest@npm:29.5.5"
"@types/jest@npm:^29.5.12":
version: 29.5.12
resolution: "@types/jest@npm:29.5.12"
dependencies:
expect: ^29.0.0
pretty-format: ^29.0.0
checksum: 56e55cde9949bcc0ee2fa34ce5b7c32c2bfb20e53424aa4ff3a210859eeaaa3fdf6f42f81a3f655238039cdaaaf108b054b7a8602f394e6c52b903659338d8c6
checksum: 19b1efdeed9d9a60a81edc8226cdeae5af7479e493eaed273e01243891c9651f7b8b4c08fc633a7d0d1d379b091c4179bbaa0807af62542325fd72f2dd17ce1c
languageName: node
linkType: hard

Expand Down Expand Up @@ -12865,7 +12865,7 @@ __metadata:
"@testing-library/jest-dom": ^5.16.5
"@testing-library/react": ^13.4.0
"@testing-library/user-event": ^13.5.0
"@types/jest": ^29.5.5
"@types/jest": ^29.5.12
"@types/node": ^20.2.5
"@types/react": ^17
"@types/react-dom": ^17
Expand All @@ -12892,7 +12892,7 @@ __metadata:
"@testing-library/jest-dom": ^5.16.5
"@testing-library/react": ^13.4.0
"@testing-library/user-event": ^13.5.0
"@types/jest": ^29.5.5
"@types/jest": ^29.5.12
"@types/node": ^20.2.5
"@types/react": ^18.0.28
"@types/react-dom": ^18.0.11
Expand Down

0 comments on commit be136ab

Please sign in to comment.