Browse Source
Merge pull request #44 from beaussan/renovate/jest-25.x
⬆️ Upgrade dependency @types/jest to v25.1.4
pull/42/head
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
5 deletions
-
package.json
-
yarn.lock
|
|
@ -31,7 +31,7 @@ |
|
|
"@semantic-release/changelog": "5.0.0", |
|
|
"@semantic-release/changelog": "5.0.0", |
|
|
"@semantic-release/exec": "5.0.0", |
|
|
"@semantic-release/exec": "5.0.0", |
|
|
"@semantic-release/git": "9.0.0", |
|
|
"@semantic-release/git": "9.0.0", |
|
|
"@types/jest": "25.1.3", |
|
|
|
|
|
|
|
|
"@types/jest": "25.1.4", |
|
|
"@types/node": "10.17.17", |
|
|
"@types/node": "10.17.17", |
|
|
"@types/nodegit": "0.26.1", |
|
|
"@types/nodegit": "0.26.1", |
|
|
"@types/prompts": "2.0.3", |
|
|
"@types/prompts": "2.0.3", |
|
|
|
|
|
@ -1508,10 +1508,10 @@ |
|
|
"@types/istanbul-lib-coverage" "*" |
|
|
"@types/istanbul-lib-coverage" "*" |
|
|
"@types/istanbul-lib-report" "*" |
|
|
"@types/istanbul-lib-report" "*" |
|
|
|
|
|
|
|
|
"@types/jest@25.1.3": |
|
|
|
|
|
version "25.1.3" |
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.3.tgz#9b0b5addebccfb631175870be8ba62182f1bc35a" |
|
|
|
|
|
integrity sha512-jqargqzyJWgWAJCXX96LBGR/Ei7wQcZBvRv0PLEu9ZByMfcs23keUJrKv9FMR6YZf9YCbfqDqgmY+JUBsnqhrg== |
|
|
|
|
|
|
|
|
"@types/jest@25.1.4": |
|
|
|
|
|
version "25.1.4" |
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.1.4.tgz#9e9f1e59dda86d3fd56afce71d1ea1b331f6f760" |
|
|
|
|
|
integrity sha512-QDDY2uNAhCV7TMCITrxz+MRk1EizcsevzfeS6LykIlq2V1E5oO4wXG8V2ZEd9w7Snxeeagk46YbMgZ8ESHx3sw== |
|
|
dependencies: |
|
|
dependencies: |
|
|
jest-diff "^25.1.0" |
|
|
jest-diff "^25.1.0" |
|
|
pretty-format "^25.1.0" |
|
|
pretty-format "^25.1.0" |
|
|
|