Skip to content

Commit 29a87e8

Browse files
renovate-botHoang Nguyen
authored andcommitted
chore(deps): update dependency @types/jest to v25
1 parent 9adf85b commit 29a87e8

File tree

2 files changed

+7
-21
lines changed

2 files changed

+7
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@semantic-release/release-notes-generator": "7.3.5",
5353
"@storybook/react": "5.3.17",
5454
"@types/bn.js": "4.11.6",
55-
"@types/jest": "24.9.1",
55+
"@types/jest": "25.1.4",
5656
"@types/react": "16.9.23",
5757
"@types/react-dom": "16.9.5",
5858
"@types/react-native": "0.61.23",

yarn.lock

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3432,12 +3432,13 @@
34323432
"@types/istanbul-lib-coverage" "*"
34333433
"@types/istanbul-lib-report" "*"
34343434

3435-
"@types/jest@24.9.1":
3436-
version "24.9.1"
3437-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.9.1.tgz#02baf9573c78f1b9974a5f36778b366aa77bd534"
3438-
integrity sha512-Fb38HkXSVA4L8fGKEZ6le5bB8r6MRWlOCZbVuWZcmOMSCd2wCYOwN1ibj8daIoV9naq7aaOZjrLCoCMptKU/4Q==
3435+
"@types/jest@25.1.4":
3436+
version "25.1.4"
3437+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.4.tgz#9e9f1e59dda86d3fd56afce71d1ea1b331f6f760"
3438+
integrity sha512-QDDY2uNAhCV7TMCITrxz+MRk1EizcsevzfeS6LykIlq2V1E5oO4wXG8V2ZEd9w7Snxeeagk46YbMgZ8ESHx3sw==
34393439
dependencies:
3440-
jest-diff "^24.3.0"
3440+
jest-diff "^25.1.0"
3441+
pretty-format "^25.1.0"
34413442

34423443
"@types/js-cookie@2.2.5":
34433444
version "2.2.5"
@@ -6915,11 +6916,6 @@ didyoumean@^1.2.1:
69156916
resolved "https://registry.yarnpkg.com/didyoumean/-/didyoumean-1.2.1.tgz#e92edfdada6537d484d73c0172fd1eba0c4976ff"
69166917
integrity sha1-6S7f2tplN9SE1zwBcv0eugxJdv8=
69176918

6918-
diff-sequences@^24.9.0:
6919-
version "24.9.0"
6920-
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-24.9.0.tgz#5715d6244e2aa65f48bba0bc972db0b0b11e95b5"
6921-
integrity sha512-Dj6Wk3tWyTE+Fo1rW8v0Xhwk80um6yFYKbuAxc9c3EZxIHFDYwbi34Uk42u1CdnIiVorvt4RmlSDjIPyzGC2ew==
6922-
69236919
diff-sequences@^25.1.0:
69246920
version "25.1.0"
69256921
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-25.1.0.tgz#fd29a46f1c913fd66c22645dc75bffbe43051f32"
@@ -10414,16 +10410,6 @@ jest-config@^25.1.0:
1041410410
pretty-format "^25.1.0"
1041510411
realpath-native "^1.1.0"
1041610412

10417-
jest-diff@^24.3.0:
10418-
version "24.9.0"
10419-
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.9.0.tgz#931b7d0d5778a1baf7452cb816e325e3724055da"
10420-
integrity sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ==
10421-
dependencies:
10422-
chalk "^2.0.1"
10423-
diff-sequences "^24.9.0"
10424-
jest-get-type "^24.9.0"
10425-
pretty-format "^24.9.0"
10426-
1042710413
jest-diff@^25.1.0:
1042810414
version "25.1.0"
1042910415
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-25.1.0.tgz#58b827e63edea1bc80c1de952b80cec9ac50e1ad"

0 commit comments

Comments
 (0)