Skip to content

Commit

Permalink
chore(deps): update dependency jest to v25.3.0 (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Apr 18, 2020
1 parent 400618c commit e6bedde
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 @@ -59,7 +59,7 @@
"@types/node": "12.12.34",
"@types/yargs": "15.0.4",
"husky": "^4.0.0",
"jest": "25.2.7",
"jest": "25.3.0",
"lint-staged": "^10.0.0",
"prettier": "2.0.2",
"ts-jest": "25.3.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
jest-util "^25.3.0"
slash "^3.0.0"

"@jest/core@^25.2.7", "@jest/core@^25.3.0":
"@jest/core@^25.3.0":
version "25.3.0"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-25.3.0.tgz#80f97a7a8b59dde741a24f30871cc26d0197d426"
integrity sha512-+D5a/tFf6pA/Gqft2DLBp/yeSRgXhlJ+Wpst0X/ZkfTRP54qDR3C61VfHwaex+GzZBiTcE9vQeoZ2v5T10+Mqw==
Expand Down Expand Up @@ -2002,7 +2002,7 @@ jest-changed-files@^25.3.0:
execa "^3.2.0"
throat "^5.0.0"

jest-cli@^25.2.7:
jest-cli@^25.3.0:
version "25.3.0"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-25.3.0.tgz#d9e11f5700cc5946583cf0d01a9bdebceed448d2"
integrity sha512-XpNQPlW1tzpP7RGG8dxpkRegYDuLjzSiENu92+CYM87nEbmEPb3b4+yo8xcsHOnj0AG7DUt9b3uG8LuHI3MDzw==
Expand Down Expand Up @@ -2336,14 +2336,14 @@ jest-worker@^25.2.6:
merge-stream "^2.0.0"
supports-color "^7.0.0"

jest@25.2.7:
version "25.2.7"
resolved "https://registry.yarnpkg.com/jest/-/jest-25.2.7.tgz#3929a5f35cdd496f7756876a206b99a94e1e09ae"
integrity sha512-XV1n/CE2McCikl4tfpCY950RytHYvxdo/wvtgmn/qwA8z1s16fuvgFL/KoPrrmkqJTaPMUlLVE58pwiaTX5TdA==
jest@25.3.0:
version "25.3.0"
resolved "https://registry.yarnpkg.com/jest/-/jest-25.3.0.tgz#7a5e59741d94b8662664c77a9f346246d6bf228b"
integrity sha512-iKd5ShQSHzFT5IL/6h5RZJhApgqXSoPxhp5HEi94v6OAw9QkF8T7X+liEU2eEHJ1eMFYTHmeWLrpBWulsDpaUg==
dependencies:
"@jest/core" "^25.2.7"
"@jest/core" "^25.3.0"
import-local "^3.0.2"
jest-cli "^25.2.7"
jest-cli "^25.3.0"

js-tokens@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit e6bedde

Please sign in to comment.