Skip to content

Commit 1db230e

Browse files
Bump @types/jest from 23.3.2 to 24.0.15
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 23.3.2 to 24.0.15. - [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 972e999 commit 1db230e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"publish:beta": "yarn build && yarn publish --tag beta"
2626
},
2727
"devDependencies": {
28-
"@types/jest": "^23.3.2",
28+
"@types/jest": "^24.0.15",
2929
"codecov": "3.1.0",
3030
"husky": "1.0.0-rc.13",
3131
"jest": "^23.5.0",

yarn.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,15 @@
2222
dependencies:
2323
any-observable "^0.3.0"
2424

25-
"@types/jest@^23.3.2":
26-
version "23.3.2"
27-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.2.tgz#07b90f6adf75d42c34230c026a2529e56c249dbb"
25+
"@types/jest-diff@*":
26+
version "20.0.1"
27+
resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
28+
29+
"@types/jest@^24.0.15":
30+
version "24.0.15"
31+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.15.tgz#6c42d5af7fe3b44ffff7cc65de7bf741e8fa427f"
32+
dependencies:
33+
"@types/jest-diff" "*"
2834

2935
abab@^1.0.4:
3036
version "1.0.4"

0 commit comments

Comments
 (0)