Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v26.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 20, 2020
1 parent aba9757 commit 1df3cf1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@types/jest": "26.0.14",
"@types/jest": "26.0.15",
"@types/node": "12.12.20",
"@types/yargs": "15.0.9",
"@typescript-eslint/eslint-plugin": "4.5.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1024,13 +1024,13 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@26.0.14":
version "26.0.14"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.14.tgz#078695f8f65cb55c5a98450d65083b2b73e5a3f3"
integrity sha512-Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg==
"@types/jest@26.0.15":
version "26.0.15"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.15.tgz#12e02c0372ad0548e07b9f4e19132b834cb1effe"
integrity sha512-s2VMReFXRg9XXxV+CW9e5Nz8fH2K1aEhwgjUqPPbQd7g95T0laAcvLv032EhFHIa5GHsZ8W7iJEQVaJq6k3Gog==
dependencies:
jest-diff "^25.2.1"
pretty-format "^25.2.1"
jest-diff "^26.0.0"
pretty-format "^26.0.0"

"@types/jest@26.x":
version "26.0.9"
Expand Down Expand Up @@ -4350,7 +4350,7 @@ jest-diff@^25.2.1:
jest-get-type "^25.2.6"
pretty-format "^25.2.6"

jest-diff@^26.6.0:
jest-diff@^26.0.0, jest-diff@^26.6.0:
version "26.6.0"
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.6.0.tgz#5e5bbbaf93ec5017fae2b3ef12fc895e29988379"
integrity sha512-IH09rKsdWY8YEY7ii2BHlSq59oXyF2pK3GoK+hOK9eD/x6009eNB5Jv1shLMKgxekodPzLlV7eZP1jPFQYds8w==
Expand Down Expand Up @@ -6455,7 +6455,7 @@ pretty-format@^25.2.1, pretty-format@^25.2.6:
ansi-styles "^4.0.0"
react-is "^16.12.0"

pretty-format@^26.6.0:
pretty-format@^26.0.0, pretty-format@^26.6.0:
version "26.6.0"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.0.tgz#1e1030e3c70e3ac1c568a5fd15627671ea159391"
integrity sha512-Uumr9URVB7bm6SbaByXtx+zGlS+0loDkFMHP0kHahMjmfCtmFY03iqd++5v3Ld6iB5TocVXlBN/T+DXMn9d4BA==
Expand Down

0 comments on commit 1df3cf1

Please sign in to comment.