Skip to content

Commit 9c7c1be

Browse files
Bump @types/jest from 25.2.3 to 26.0.24
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.2.3 to 26.0.24. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent bff7a86 commit 9c7c1be

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"react": "^16.8.0"
3030
},
3131
"devDependencies": {
32-
"@types/jest": "^25.2.3",
32+
"@types/jest": "^26.0.24",
3333
"@types/react": "^16.9.35",
3434
"@typescript-eslint/eslint-plugin": "^3.0.2",
3535
"@typescript-eslint/parser": "^3.0.2",

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -2249,13 +2249,13 @@
22492249
dependencies:
22502250
"@types/istanbul-lib-report" "*"
22512251

2252-
"@types/jest@^25.2.3":
2253-
version "25.2.3"
2254-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.3.tgz#33d27e4c4716caae4eced355097a47ad363fdcaf"
2255-
integrity sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==
2252+
"@types/jest@^26.0.24":
2253+
version "26.0.24"
2254+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a"
2255+
integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==
22562256
dependencies:
2257-
jest-diff "^25.2.1"
2258-
pretty-format "^25.2.1"
2257+
jest-diff "^26.0.0"
2258+
pretty-format "^26.0.0"
22592259

22602260
"@types/json-schema@^7.0.3":
22612261
version "7.0.4"
@@ -9736,7 +9736,7 @@ jest-config@^26.6.3:
97369736
micromatch "^4.0.2"
97379737
pretty-format "^26.6.2"
97389738

9739-
jest-diff@^25.2.1, jest-diff@^25.5.0:
9739+
jest-diff@^25.5.0:
97409740
version "25.5.0"
97419741
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-25.5.0.tgz#1dd26ed64f96667c068cef026b677dfa01afcfa9"
97429742
integrity sha512-z1kygetuPiREYdNIumRpAHY6RXiGmp70YHptjdaxTWGmA085W3iCnXNx0DhflK3vwrKmrRWyY1wUpkPMVxMK7A==
@@ -9746,7 +9746,7 @@ jest-diff@^25.2.1, jest-diff@^25.5.0:
97469746
jest-get-type "^25.2.6"
97479747
pretty-format "^25.5.0"
97489748

9749-
jest-diff@^26.6.2:
9749+
jest-diff@^26.0.0, jest-diff@^26.6.2:
97509750
version "26.6.2"
97519751
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.6.2.tgz#1aa7468b52c3a68d7d5c5fdcdfcd5e49bd164394"
97529752
integrity sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==
@@ -12784,7 +12784,7 @@ pretty-error@^2.1.1:
1278412784
renderkid "^2.0.1"
1278512785
utila "~0.4"
1278612786

12787-
pretty-format@^25.2.1, pretty-format@^25.5.0:
12787+
pretty-format@^25.5.0:
1278812788
version "25.5.0"
1278912789
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a"
1279012790
integrity sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==
@@ -12794,7 +12794,7 @@ pretty-format@^25.2.1, pretty-format@^25.5.0:
1279412794
ansi-styles "^4.0.0"
1279512795
react-is "^16.12.0"
1279612796

12797-
pretty-format@^26.6.2:
12797+
pretty-format@^26.0.0, pretty-format@^26.6.2:
1279812798
version "26.6.2"
1279912799
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93"
1280012800
integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==

0 commit comments

Comments
 (0)