Skip to content

Commit 53c89db

Browse files
committed
chore(deps): update dependency @types/jest to v26
1 parent 67c8b5f commit 53c89db

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"@semantic-release/changelog": "^3.0.5",
101101
"@semantic-release/git": "^7.0.17",
102102
"@types/eslint": "^6.1.3",
103-
"@types/jest": "^25.1.0",
103+
"@types/jest": "^26.0.0",
104104
"@types/node": "^12.6.6",
105105
"@typescript-eslint/eslint-plugin": "^2.5.0",
106106
"@typescript-eslint/parser": "^2.5.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1501,10 +1501,10 @@
15011501
"@types/istanbul-lib-coverage" "*"
15021502
"@types/istanbul-lib-report" "*"
15031503

1504-
"@types/jest@^25.1.0":
1505-
version "25.2.3"
1506-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.3.tgz#33d27e4c4716caae4eced355097a47ad363fdcaf"
1507-
integrity sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==
1504+
"@types/jest@^26.0.0":
1505+
version "26.0.0"
1506+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.0.tgz#a6d7573dffa9c68cbbdf38f2e0de26f159e11134"
1507+
integrity sha512-/yeMsH9HQ1RLORlXAwoLXe8S98xxvhNtUz3yrgrwbaxYjT+6SFPZZRksmRKRA6L5vsUtSHeN71viDOTTyYAD+g==
15081508
dependencies:
15091509
jest-diff "^25.2.1"
15101510
pretty-format "^25.2.1"

0 commit comments

Comments
 (0)