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

Commit 21bdcf8

Browse files
Bump @types/jest from 29.5.13 to 29.5.14
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.13 to 29.5.14. - [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 ae7c5df commit 21bdcf8

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.7.2",
2323
"@tsconfig/react-native": "^3.0.5",
24-
"@types/jest": "^29.5.13",
24+
"@types/jest": "^29.5.14",
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
@@ -2217,10 +2217,10 @@
22172217
dependencies:
22182218
"@types/istanbul-lib-report" "*"
22192219

2220-
"@types/jest@^29.5.13":
2221-
version "29.5.13"
2222-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.13.tgz#8bc571659f401e6a719a7bf0dbcb8b78c71a8adc"
2223-
integrity sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==
2220+
"@types/jest@^29.5.14":
2221+
version "29.5.14"
2222+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.14.tgz#2b910912fa1d6856cadcd0c1f95af7df1d6049e5"
2223+
integrity sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==
22242224
dependencies:
22252225
expect "^29.0.0"
22262226
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)