Skip to content

Commit 6a09962

Browse files
committed
build: update dependency @types/jest to v25.1.1
1 parent 96cd97e commit 6a09962

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
@@ -5,7 +5,7 @@
55
],
66
"devDependencies": {
77
"@types/fetch-mock": "7.3.2",
8-
"@types/jest": "25.1.0",
8+
"@types/jest": "25.1.1",
99
"@types/node": "9.6.18",
1010
"@types/prop-types": "15.7.3",
1111
"@types/react": "16.4.7",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,12 +1351,13 @@
13511351
"@types/istanbul-lib-coverage" "*"
13521352
"@types/istanbul-lib-report" "*"
13531353

1354-
"@types/jest@25.1.0":
1355-
version "25.1.0"
1356-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.0.tgz#b3955aa0be6057c65c0bfb11ac2ef1e078598d76"
1357-
integrity sha512-MYX8LpNQboef1NDZQTchM5poL8WITRVG/4/1XLK/Xsamjptsvgb8ELTRoXixBARi+a81mMT4n2hooqaydEOE9A==
1354+
"@types/jest@25.1.1":
1355+
version "25.1.1"
1356+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.1.tgz#dcf65a8ee315b91ad39c0d358ae0ddc5602ab0e9"
1357+
integrity sha512-bKSZJYZJLzwaoVYNN4W3A0RvKNYsrLm5tsuXaMlfYDxKf4gY2sFrMYneCugNQWGg1gjPW+FHBwNrwPzEi4sIsw==
13581358
dependencies:
13591359
jest-diff "^25.1.0"
1360+
pretty-format "^25.1.0"
13601361

13611362
"@types/minimatch@*":
13621363
version "3.0.3"

0 commit comments

Comments
 (0)