Skip to content

Commit 367d8f5

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 5247866 commit 367d8f5

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": "3.0.1",
3131
"jest": "^23.5.0",

yarn.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,15 @@
5252
"@types/minimatch" "*"
5353
"@types/node" "*"
5454

55-
"@types/jest@^23.3.2":
56-
version "23.3.2"
57-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.2.tgz#07b90f6adf75d42c34230c026a2529e56c249dbb"
55+
"@types/jest-diff@*":
56+
version "20.0.1"
57+
resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
58+
59+
"@types/jest@^24.0.15":
60+
version "24.0.15"
61+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.15.tgz#6c42d5af7fe3b44ffff7cc65de7bf741e8fa427f"
62+
dependencies:
63+
"@types/jest-diff" "*"
5864

5965
"@types/minimatch@*":
6066
version "3.0.3"

0 commit comments

Comments
 (0)