Skip to content

Commit 09a28a6

Browse files
committed
build: update dependency @types/jest to v25.1.4
1 parent c4c069c commit 09a28a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-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.3",
8+
"@types/jest": "25.1.4",
99
"@types/node": "9.6.18",
1010
"@types/prop-types": "15.7.3",
1111
"@types/react": "16.4.7",

yarn.lock

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

1354-
"@types/jest@25.1.3":
1355-
version "25.1.3"
1356-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.3.tgz#9b0b5addebccfb631175870be8ba62182f1bc35a"
1357-
integrity sha512-jqargqzyJWgWAJCXX96LBGR/Ei7wQcZBvRv0PLEu9ZByMfcs23keUJrKv9FMR6YZf9YCbfqDqgmY+JUBsnqhrg==
1354+
"@types/jest@25.1.4":
1355+
version "25.1.4"
1356+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.4.tgz#9e9f1e59dda86d3fd56afce71d1ea1b331f6f760"
1357+
integrity sha512-QDDY2uNAhCV7TMCITrxz+MRk1EizcsevzfeS6LykIlq2V1E5oO4wXG8V2ZEd9w7Snxeeagk46YbMgZ8ESHx3sw==
13581358
dependencies:
13591359
jest-diff "^25.1.0"
13601360
pretty-format "^25.1.0"

0 commit comments

Comments
 (0)