Skip to content

Commit 2f2dd99

Browse files
Bump @types/jest from 25.1.0 to 25.1.1
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.1.0 to 25.1.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 34ef057 commit 2f2dd99

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@testing-library/jest-dom": "^5.0.2",
5555
"@testing-library/react": "^9.4.0",
5656
"@types/enzyme": "^3.10.4",
57-
"@types/jest": "^25.1.0",
57+
"@types/jest": "^25.1.1",
5858
"@types/node": "^13.5.1",
5959
"@types/react-test-renderer": "^16.9.2",
6060
"@typescript-eslint/eslint-plugin": "^2.18.0",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2922,12 +2922,13 @@
29222922
"@types/istanbul-lib-coverage" "*"
29232923
"@types/istanbul-lib-report" "*"
29242924

2925-
"@types/jest@*", "@types/jest@^25.1.0":
2926-
version "25.1.0"
2927-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.0.tgz#b3955aa0be6057c65c0bfb11ac2ef1e078598d76"
2928-
integrity sha512-MYX8LpNQboef1NDZQTchM5poL8WITRVG/4/1XLK/Xsamjptsvgb8ELTRoXixBARi+a81mMT4n2hooqaydEOE9A==
2925+
"@types/jest@*", "@types/jest@^25.1.1":
2926+
version "25.1.1"
2927+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.1.tgz#dcf65a8ee315b91ad39c0d358ae0ddc5602ab0e9"
2928+
integrity sha512-bKSZJYZJLzwaoVYNN4W3A0RvKNYsrLm5tsuXaMlfYDxKf4gY2sFrMYneCugNQWGg1gjPW+FHBwNrwPzEi4sIsw==
29292929
dependencies:
29302930
jest-diff "^25.1.0"
2931+
pretty-format "^25.1.0"
29312932

29322933
"@types/json-schema@^7.0.3":
29332934
version "7.0.3"

0 commit comments

Comments
 (0)