Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 4bec41d

Browse files
Bump @types/jest from 29.5.12 to 29.5.13
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.12 to 29.5.13. - [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>
1 parent 6b9a880 commit 4bec41d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@testing-library/jest-native": "^5.4.3",
2222
"@testing-library/react-native": "^12.6.1",
2323
"@tsconfig/react-native": "^3.0.5",
24-
"@types/jest": "^29.5.12",
24+
"@types/jest": "^29.5.13",
2525
"@types/react": "^18.2.40",
2626
"@types/react-test-renderer": "^18.0.7",
2727
"babel-jest": "^29.7.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2212,10 +2212,10 @@
22122212
dependencies:
22132213
"@types/istanbul-lib-report" "*"
22142214

2215-
"@types/jest@^29.5.12":
2216-
version "29.5.12"
2217-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
2218-
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
2215+
"@types/jest@^29.5.13":
2216+
version "29.5.13"
2217+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.13.tgz#8bc571659f401e6a719a7bf0dbcb8b78c71a8adc"
2218+
integrity sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==
22192219
dependencies:
22202220
expect "^29.0.0"
22212221
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)