Browse Source
⬆️ Upgrade dependency @types/jest to v26.0.14
pull/150/head
Renovate Bot
6 years ago
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with
5 additions and
5 deletions
-
package.json
-
yarn.lock
|
|
|
@ -31,7 +31,7 @@ |
|
|
|
"@semantic-release/changelog": "5.0.1", |
|
|
|
"@semantic-release/exec": "5.0.0", |
|
|
|
"@semantic-release/git": "9.0.0", |
|
|
|
"@types/jest": "26.0.3", |
|
|
|
"@types/jest": "26.0.14", |
|
|
|
"@types/node": "10.17.26", |
|
|
|
"@types/prompts": "2.0.8", |
|
|
|
"babel-jest": "26.1.0", |
|
|
|
|
|
|
|
@ -1830,10 +1830,10 @@ |
|
|
|
"@types/istanbul-lib-coverage" "*" |
|
|
|
"@types/istanbul-lib-report" "*" |
|
|
|
|
|
|
|
"@types/jest@26.0.3": |
|
|
|
version "26.0.3" |
|
|
|
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.3.tgz#79534e0e94857171c0edc596db0ebe7cb7863251" |
|
|
|
integrity sha512-v89ga1clpVL/Y1+YI0eIu1VMW+KU7Xl8PhylVtDKVWaSUHBHYPLXMQGBdrpHewaKoTvlXkksbYqPgz8b4cmRZg== |
|
|
|
"@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== |
|
|
|
dependencies: |
|
|
|
jest-diff "^25.2.1" |
|
|
|
pretty-format "^25.2.1" |
|
|
|
|