Skip to content

Commit 76e214b

Browse files
dependabot-preview[bot]fjmorant
authored andcommitted
Bump @types/jest from 24.0.22 to 24.0.23 (#185)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.0.22 to 24.0.23. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 4c826d9 commit 76e214b

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@babel/core": "7.7.2",
3131
"@babel/runtime": "7.7.2",
32-
"@types/jest": "24.0.22",
32+
"@types/jest": "24.0.23",
3333
"@types/react": "16.9.11",
3434
"@types/react-native": "0.60.22",
3535
"@types/react-test-renderer": "16.9.1",

yarn.lock

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,17 +1107,12 @@
11071107
"@types/istanbul-lib-coverage" "*"
11081108
"@types/istanbul-lib-report" "*"
11091109

1110-
"@types/jest-diff@*":
1111-
version "20.0.1"
1112-
resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
1113-
integrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA==
1114-
1115-
"@types/jest@24.0.22":
1116-
version "24.0.22"
1117-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.22.tgz#08a50be08e78aba850a1185626e71d31e2336145"
1118-
integrity sha512-t2OvhNZnrNjlzi2i0/cxbLVM59WN15I2r1Qtb7wDv28PnV9IzrPtagFRey/S9ezdLD0zyh1XGMQIEQND2YEfrw==
1110+
"@types/jest@24.0.23":
1111+
version "24.0.23"
1112+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.23.tgz#046f8e2ade026fe831623e361a36b6fb9a4463e4"
1113+
integrity sha512-L7MBvwfNpe7yVPTXLn32df/EK+AMBFAFvZrRuArGs7npEWnlziUXK+5GMIUTI4NIuwok3XibsjXCs5HxviYXjg==
11191114
dependencies:
1120-
"@types/jest-diff" "*"
1115+
jest-diff "^24.3.0"
11211116

11221117
"@types/json-schema@^7.0.3":
11231118
version "7.0.3"
@@ -3722,7 +3717,7 @@ jest-config@^24.9.0:
37223717
pretty-format "^24.9.0"
37233718
realpath-native "^1.1.0"
37243719

3725-
jest-diff@^24.9.0:
3720+
jest-diff@^24.3.0, jest-diff@^24.9.0:
37263721
version "24.9.0"
37273722
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.9.0.tgz#931b7d0d5778a1baf7452cb816e325e3724055da"
37283723
integrity sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ==

0 commit comments

Comments
 (0)