Skip to content

Commit d6e6334

Browse files
chore(deps-dev): bump @types/jest from 26.0.0 to 26.0.3 (#305)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.0 to 26.0.3. - [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 0b4f6ae commit d6e6334

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@storybook/react": "5.3.19",
5353
"@testing-library/jest-dom": "5.10.1",
5454
"@testing-library/react": "10.2.1",
55-
"@types/jest": "26.0.0",
55+
"@types/jest": "26.0.3",
5656
"@types/storybook__react": "5.2.1",
5757
"autoprefixer": "9.8.4",
5858
"awesome-typescript-loader": "5.2.1",

yarn.lock

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2003,10 +2003,10 @@
20032003
"@types/istanbul-lib-coverage" "*"
20042004
"@types/istanbul-lib-report" "*"
20052005

2006-
"@types/jest@*", "@types/jest@26.0.0":
2007-
version "26.0.0"
2008-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.0.tgz#a6d7573dffa9c68cbbdf38f2e0de26f159e11134"
2009-
integrity sha512-/yeMsH9HQ1RLORlXAwoLXe8S98xxvhNtUz3yrgrwbaxYjT+6SFPZZRksmRKRA6L5vsUtSHeN71viDOTTyYAD+g==
2006+
"@types/jest@*", "@types/jest@26.0.3":
2007+
version "26.0.3"
2008+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.3.tgz#79534e0e94857171c0edc596db0ebe7cb7863251"
2009+
integrity sha512-v89ga1clpVL/Y1+YI0eIu1VMW+KU7Xl8PhylVtDKVWaSUHBHYPLXMQGBdrpHewaKoTvlXkksbYqPgz8b4cmRZg==
20102010
dependencies:
20112011
jest-diff "^25.2.1"
20122012
pretty-format "^25.2.1"
@@ -7311,7 +7311,7 @@ jest-diff@^24.3.0, jest-diff@^24.9.0:
73117311
jest-get-type "^24.9.0"
73127312
pretty-format "^24.9.0"
73137313

7314-
jest-diff@^25.1.0, jest-diff@^25.5.0:
7314+
jest-diff@^25.1.0, jest-diff@^25.2.1, jest-diff@^25.5.0:
73157315
version "25.5.0"
73167316
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-25.5.0.tgz#1dd26ed64f96667c068cef026b677dfa01afcfa9"
73177317
integrity sha512-z1kygetuPiREYdNIumRpAHY6RXiGmp70YHptjdaxTWGmA085W3iCnXNx0DhflK3vwrKmrRWyY1wUpkPMVxMK7A==
@@ -7321,16 +7321,6 @@ jest-diff@^25.1.0, jest-diff@^25.5.0:
73217321
jest-get-type "^25.2.6"
73227322
pretty-format "^25.5.0"
73237323

7324-
jest-diff@^25.2.1:
7325-
version "25.4.0"
7326-
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-25.4.0.tgz#260b70f19a46c283adcad7f081cae71eb784a634"
7327-
integrity sha512-kklLbJVXW0y8UKOWOdYhI6TH5MG6QAxrWiBMgQaPIuhj3dNFGirKCd+/xfplBXICQ7fI+3QcqHm9p9lWu1N6ug==
7328-
dependencies:
7329-
chalk "^3.0.0"
7330-
diff-sequences "^25.2.6"
7331-
jest-get-type "^25.2.6"
7332-
pretty-format "^25.4.0"
7333-
73347324
jest-docblock@^24.3.0:
73357325
version "24.9.0"
73367326
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-24.9.0.tgz#7970201802ba560e1c4092cc25cbedf5af5a8ce2"
@@ -9886,7 +9876,7 @@ pretty-format@^24.9.0:
98869876
ansi-styles "^3.2.0"
98879877
react-is "^16.8.4"
98889878

9889-
pretty-format@^25.2.1, pretty-format@^25.4.0, pretty-format@^25.5.0:
9879+
pretty-format@^25.2.1, pretty-format@^25.5.0:
98909880
version "25.5.0"
98919881
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a"
98929882
integrity sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==

0 commit comments

Comments
 (0)