Skip to content

Commit 05ff2d6

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 d0298e7 commit 05ff2d6

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
@@ -2255,13 +2255,13 @@
22552255
dependencies:
22562256
"@types/istanbul-lib-report" "*"
22572257

2258-
"@types/jest@^25.2.3":
2259-
version "25.2.3"
2260-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.3.tgz#33d27e4c4716caae4eced355097a47ad363fdcaf"
2261-
integrity sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==
2258+
"@types/jest@^26.0.24":
2259+
version "26.0.24"
2260+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a"
2261+
integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==
22622262
dependencies:
2263-
jest-diff "^25.2.1"
2264-
pretty-format "^25.2.1"
2263+
jest-diff "^26.0.0"
2264+
pretty-format "^26.0.0"
22652265

22662266
"@types/json-schema@^7.0.3":
22672267
version "7.0.4"
@@ -9755,7 +9755,7 @@ jest-config@^26.6.3:
97559755
micromatch "^4.0.2"
97569756
pretty-format "^26.6.2"
97579757

9758-
jest-diff@^25.2.1, jest-diff@^25.5.0:
9758+
jest-diff@^25.5.0:
97599759
version "25.5.0"
97609760
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-25.5.0.tgz#1dd26ed64f96667c068cef026b677dfa01afcfa9"
97619761
integrity sha512-z1kygetuPiREYdNIumRpAHY6RXiGmp70YHptjdaxTWGmA085W3iCnXNx0DhflK3vwrKmrRWyY1wUpkPMVxMK7A==
@@ -9765,7 +9765,7 @@ jest-diff@^25.2.1, jest-diff@^25.5.0:
97659765
jest-get-type "^25.2.6"
97669766
pretty-format "^25.5.0"
97679767

9768-
jest-diff@^26.6.2:
9768+
jest-diff@^26.0.0, jest-diff@^26.6.2:
97699769
version "26.6.2"
97709770
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.6.2.tgz#1aa7468b52c3a68d7d5c5fdcdfcd5e49bd164394"
97719771
integrity sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==
@@ -12803,7 +12803,7 @@ pretty-error@^2.1.1:
1280312803
renderkid "^2.0.1"
1280412804
utila "~0.4"
1280512805

12806-
pretty-format@^25.2.1, pretty-format@^25.5.0:
12806+
pretty-format@^25.5.0:
1280712807
version "25.5.0"
1280812808
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a"
1280912809
integrity sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==
@@ -12813,7 +12813,7 @@ pretty-format@^25.2.1, pretty-format@^25.5.0:
1281312813
ansi-styles "^4.0.0"
1281412814
react-is "^16.12.0"
1281512815

12816-
pretty-format@^26.6.2:
12816+
pretty-format@^26.0.0, pretty-format@^26.6.2:
1281712817
version "26.6.2"
1281812818
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93"
1281912819
integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==

0 commit comments

Comments
 (0)