Skip to content

Commit 0d2a2b9

Browse files
Bump @types/jest from 25.2.3 to 26.0.0 (#50)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.2.3 to 26.0.0. - [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]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 6050273 commit 0d2a2b9

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
@@ -26,7 +26,7 @@
2626
"preset": "ts-jest"
2727
},
2828
"devDependencies": {
29-
"@types/jest": "^25.2.3",
29+
"@types/jest": "^26.0.0",
3030
"@types/node": "^14.0.13",
3131
"@types/sinon": "^9.0.4",
3232
"@typescript-eslint/eslint-plugin": "^3.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -597,10 +597,10 @@
597597
"@types/istanbul-lib-coverage" "*"
598598
"@types/istanbul-lib-report" "*"
599599

600-
"@types/jest@^25.2.3":
601-
version "25.2.3"
602-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.3.tgz#33d27e4c4716caae4eced355097a47ad363fdcaf"
603-
integrity sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==
600+
"@types/jest@^26.0.0":
601+
version "26.0.0"
602+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.0.tgz#a6d7573dffa9c68cbbdf38f2e0de26f159e11134"
603+
integrity sha512-/yeMsH9HQ1RLORlXAwoLXe8S98xxvhNtUz3yrgrwbaxYjT+6SFPZZRksmRKRA6L5vsUtSHeN71viDOTTyYAD+g==
604604
dependencies:
605605
jest-diff "^25.2.1"
606606
pretty-format "^25.2.1"

0 commit comments

Comments
 (0)