Skip to content

Commit 314d0d9

Browse files
chore(deps-dev): bump @types/jest from 25.2.3 to 26.0.0 (#294)
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] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent d9a30e6 commit 314d0d9

File tree

2 files changed

+6
-26
lines changed

2 files changed

+6
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@storybook/addons": "5.3.19",
5252
"@storybook/react": "5.3.19",
5353
"@testing-library/react": "10.2.1",
54-
"@types/jest": "25.2.3",
54+
"@types/jest": "26.0.0",
5555
"@types/storybook__react": "5.2.1",
5656
"autoprefixer": "9.8.0",
5757
"awesome-typescript-loader": "5.2.1",

yarn.lock

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,16 +1263,6 @@
12631263
"@types/istanbul-reports" "^1.1.1"
12641264
"@types/yargs" "^13.0.0"
12651265

1266-
"@jest/types@^25.4.0":
1267-
version "25.4.0"
1268-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.4.0.tgz#5afeb8f7e1cba153a28e5ac3c9fe3eede7206d59"
1269-
integrity sha512-XBeaWNzw2PPnGW5aXvZt3+VO60M+34RY3XDsCK5tW7kyj3RK0XClRutCfjqcBuaR2aBQTbluEDME9b5MB9UAPw==
1270-
dependencies:
1271-
"@types/istanbul-lib-coverage" "^2.0.0"
1272-
"@types/istanbul-reports" "^1.1.1"
1273-
"@types/yargs" "^15.0.0"
1274-
chalk "^3.0.0"
1275-
12761266
"@jest/types@^25.5.0":
12771267
version "25.5.0"
12781268
resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.5.0.tgz#4d6a4793f7b9599fc3680877b856a97dbccf2a9d"
@@ -1998,10 +1988,10 @@
19981988
"@types/istanbul-lib-coverage" "*"
19991989
"@types/istanbul-lib-report" "*"
20001990

2001-
"@types/jest@25.2.3":
2002-
version "25.2.3"
2003-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.3.tgz#33d27e4c4716caae4eced355097a47ad363fdcaf"
2004-
integrity sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==
1991+
"@types/jest@26.0.0":
1992+
version "26.0.0"
1993+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.0.tgz#a6d7573dffa9c68cbbdf38f2e0de26f159e11134"
1994+
integrity sha512-/yeMsH9HQ1RLORlXAwoLXe8S98xxvhNtUz3yrgrwbaxYjT+6SFPZZRksmRKRA6L5vsUtSHeN71viDOTTyYAD+g==
20051995
dependencies:
20061996
jest-diff "^25.2.1"
20071997
pretty-format "^25.2.1"
@@ -9839,17 +9829,7 @@ pretty-format@^24.9.0:
98399829
ansi-styles "^3.2.0"
98409830
react-is "^16.8.4"
98419831

9842-
pretty-format@^25.2.1, pretty-format@^25.4.0:
9843-
version "25.4.0"
9844-
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.4.0.tgz#c58801bb5c4926ff4a677fe43f9b8b99812c7830"
9845-
integrity sha512-PI/2dpGjXK5HyXexLPZU/jw5T9Q6S1YVXxxVxco+LIqzUFHXIbKZKdUVt7GcX7QUCr31+3fzhi4gN4/wUYPVxQ==
9846-
dependencies:
9847-
"@jest/types" "^25.4.0"
9848-
ansi-regex "^5.0.0"
9849-
ansi-styles "^4.0.0"
9850-
react-is "^16.12.0"
9851-
9852-
pretty-format@^25.5.0:
9832+
pretty-format@^25.2.1, pretty-format@^25.4.0, pretty-format@^25.5.0:
98539833
version "25.5.0"
98549834
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a"
98559835
integrity sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==

0 commit comments

Comments
 (0)