Skip to content
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Commit 192cec4

Browse files
Bump @types/jest from 24.9.1 to 26.0.20 (#9)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.9.1 to 26.0.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0af62b9 commit 192cec4

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"tar": "^6.1.0"
3232
},
3333
"devDependencies": {
34-
"@types/jest": "^24.0.13",
34+
"@types/jest": "^26.0.20",
3535
"@types/node": "^14.14.33",
3636
"@zeit/ncc": "^0.22.3",
3737
"jest": "^24.8.0",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -848,12 +848,13 @@
848848
dependencies:
849849
"@types/istanbul-lib-report" "*"
850850

851-
"@types/jest@^24.0.13":
852-
version "24.9.1"
853-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.9.1.tgz#02baf9573c78f1b9974a5f36778b366aa77bd534"
854-
integrity sha512-Fb38HkXSVA4L8fGKEZ6le5bB8r6MRWlOCZbVuWZcmOMSCd2wCYOwN1ibj8daIoV9naq7aaOZjrLCoCMptKU/4Q==
851+
"@types/jest@^26.0.20":
852+
version "26.0.20"
853+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.20.tgz#cd2f2702ecf69e86b586e1f5223a60e454056307"
854+
integrity sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==
855855
dependencies:
856-
jest-diff "^24.3.0"
856+
jest-diff "^26.0.0"
857+
pretty-format "^26.0.0"
857858

858859
"@types/minipass@*":
859860
version "2.2.0"
@@ -2659,7 +2660,7 @@ jest-config@^26.6.3:
26592660
micromatch "^4.0.2"
26602661
pretty-format "^26.6.2"
26612662

2662-
jest-diff@^24.3.0, jest-diff@^24.9.0:
2663+
jest-diff@^24.9.0:
26632664
version "24.9.0"
26642665
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.9.0.tgz#931b7d0d5778a1baf7452cb816e325e3724055da"
26652666
integrity sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ==
@@ -2669,7 +2670,7 @@ jest-diff@^24.3.0, jest-diff@^24.9.0:
26692670
jest-get-type "^24.9.0"
26702671
pretty-format "^24.9.0"
26712672

2672-
jest-diff@^26.6.2:
2673+
jest-diff@^26.0.0, jest-diff@^26.6.2:
26732674
version "26.6.2"
26742675
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.6.2.tgz#1aa7468b52c3a68d7d5c5fdcdfcd5e49bd164394"
26752676
integrity sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==
@@ -4026,7 +4027,7 @@ pretty-format@^24.9.0:
40264027
ansi-styles "^3.2.0"
40274028
react-is "^16.8.4"
40284029

4029-
pretty-format@^26.6.2:
4030+
pretty-format@^26.0.0, pretty-format@^26.6.2:
40304031
version "26.6.2"
40314032
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93"
40324033
integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==

0 commit comments

Comments
 (0)