Skip to content

Commit c087e1a

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @types/jest to v25.1.5
1 parent b3a62a3 commit c087e1a

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@react-native-community/eslint-config": "1.0.0",
2525
"@testing-library/react-hooks": "3.2.1",
2626
"@testing-library/react-native": "5.0.3",
27-
"@types/jest": "25.1.4",
27+
"@types/jest": "25.1.5",
2828
"@types/react": "16.9.25",
2929
"@types/react-native": "0.61.23",
3030
"all-contributors-cli": "6.14.1",

yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,13 +1483,13 @@
14831483
"@types/istanbul-lib-coverage" "*"
14841484
"@types/istanbul-lib-report" "*"
14851485

1486-
"@types/[email protected].4":
1487-
version "25.1.4"
1488-
resolved "https://registry.npmjs.org/@types/jest/-/jest-25.1.4.tgz#9e9f1e59dda86d3fd56afce71d1ea1b331f6f760"
1489-
integrity sha512-QDDY2uNAhCV7TMCITrxz+MRk1EizcsevzfeS6LykIlq2V1E5oO4wXG8V2ZEd9w7Snxeeagk46YbMgZ8ESHx3sw==
1486+
"@types/[email protected].5":
1487+
version "25.1.5"
1488+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.5.tgz#3c3c078b3cd19c6403e21277f1cfdc0ce5ebf9a9"
1489+
integrity sha512-FBmb9YZHoEOH56Xo/PIYtfuyTL0IzJLM3Hy0Sqc82nn5eqqXgefKcl/eMgChM8eSGVfoDee8cdlj7K74T8a6Yg==
14901490
dependencies:
1491-
jest-diff "^25.1.0"
1492-
pretty-format "^25.1.0"
1491+
jest-diff "25.1.0"
1492+
pretty-format "25.1.0"
14931493

14941494
"@types/json-schema@^7.0.3":
14951495
version "7.0.4"
@@ -4401,9 +4401,9 @@ jest-config@^25.2.6:
44014401
pretty-format "^25.2.6"
44024402
realpath-native "^2.0.0"
44034403

4404-
jest-diff@^25.1.0:
4404+
44054405
version "25.1.0"
4406-
resolved "https://registry.npmjs.org/jest-diff/-/jest-diff-25.1.0.tgz#58b827e63edea1bc80c1de952b80cec9ac50e1ad"
4406+
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-25.1.0.tgz#58b827e63edea1bc80c1de952b80cec9ac50e1ad"
44074407
integrity sha512-nepXgajT+h017APJTreSieh4zCqnSHEJ1iT8HDlewu630lSJ4Kjjr9KNzm+kzGwwcpsDE6Snx1GJGzzsefaEHw==
44084408
dependencies:
44094409
chalk "^3.0.0"
@@ -6160,6 +6160,16 @@ [email protected], prettier@^2.0.2:
61606160
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.2.tgz#1ba8f3eb92231e769b7fcd7cb73ae1b6b74ade08"
61616161
integrity sha512-5xJQIPT8BraI7ZnaDwSbu5zLrB6vvi8hVV58yHQ+QK64qrY40dULy0HSRlQ2/2IdzeBpjhDkqdcFBnFeDEMVdg==
61626162

6163+
[email protected], pretty-format@^25.1.0:
6164+
version "25.1.0"
6165+
resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-25.1.0.tgz#ed869bdaec1356fc5ae45de045e2c8ec7b07b0c8"
6166+
integrity sha512-46zLRSGLd02Rp+Lhad9zzuNZ+swunitn8zIpfD2B4OPCRLXbM87RJT2aBLBWYOznNUML/2l/ReMyWNC80PJBUQ==
6167+
dependencies:
6168+
"@jest/types" "^25.1.0"
6169+
ansi-regex "^5.0.0"
6170+
ansi-styles "^4.0.0"
6171+
react-is "^16.12.0"
6172+
61636173
pretty-format@^24.7.0, pretty-format@^24.9.0:
61646174
version "24.9.0"
61656175
resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-24.9.0.tgz#12fac31b37019a4eea3c11aa9a959eb7628aa7c9"
@@ -6170,16 +6180,6 @@ pretty-format@^24.7.0, pretty-format@^24.9.0:
61706180
ansi-styles "^3.2.0"
61716181
react-is "^16.8.4"
61726182

6173-
pretty-format@^25.1.0:
6174-
version "25.1.0"
6175-
resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-25.1.0.tgz#ed869bdaec1356fc5ae45de045e2c8ec7b07b0c8"
6176-
integrity sha512-46zLRSGLd02Rp+Lhad9zzuNZ+swunitn8zIpfD2B4OPCRLXbM87RJT2aBLBWYOznNUML/2l/ReMyWNC80PJBUQ==
6177-
dependencies:
6178-
"@jest/types" "^25.1.0"
6179-
ansi-regex "^5.0.0"
6180-
ansi-styles "^4.0.0"
6181-
react-is "^16.12.0"
6182-
61836183
pretty-format@^25.2.6:
61846184
version "25.2.6"
61856185
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.2.6.tgz#542a1c418d019bbf1cca2e3620443bc1323cb8d7"

0 commit comments

Comments
 (0)