Skip to content

Commit

Permalink
build: update devdependency jest to ~25.5.0 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2020
1 parent dcf52e5 commit ad0e4ed
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 @@ -27,7 +27,7 @@
"conventional-changelog-angular-all-2": "~5.0.1",
"eslint": "~6.8.0",
"eslint-find-rules": "~3.4.0",
"jest": "~25.4.0",
"jest": "~25.5.0",
"lerna": "~3.20.0",
"yarn-run-all": "~3.1.1"
},
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
jest-util "^25.5.0"
slash "^3.0.0"

"@jest/core@^25.4.0", "@jest/core@^25.5.3":
"@jest/core@^25.5.3":
version "25.5.3"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-25.5.3.tgz#0cfd7ad602e587d5adebfbc47f983c0b360c5269"
integrity sha512-/wY1JCmY61wMjGsix0ccNmiHsl7+l1nGMvdXnWbceezWyf8gFoqA7kRN6e2CTcF2K1GVYhsUdLdyKpz7hVMegQ==
Expand Down Expand Up @@ -4360,7 +4360,7 @@ jest-changed-files@^25.5.0:
execa "^3.2.0"
throat "^5.0.0"

jest-cli@^25.4.0:
jest-cli@^25.5.3:
version "25.5.3"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-25.5.3.tgz#8f33f2aae33a085a7394db8b6f60c2ef47b8a72d"
integrity sha512-epjgZ0WeBECVXOQ11pn7Pc3n8SeGAqdWb+X2eSLoyCGieFEBAatB7bVI+UmyH/vsiOxpIb0qwby0QrrGMZMfcQ==
Expand Down Expand Up @@ -4706,14 +4706,14 @@ jest-worker@^25.5.0:
merge-stream "^2.0.0"
supports-color "^7.0.0"

jest@~25.4.0:
version "25.4.0"
resolved "https://registry.yarnpkg.com/jest/-/jest-25.4.0.tgz#fb96892c5c4e4a6b9bcb12068849cddf4c5f8cc7"
integrity sha512-XWipOheGB4wai5JfCYXd6vwsWNwM/dirjRoZgAa7H2wd8ODWbli2AiKjqG8AYhyx+8+5FBEdpO92VhGlBydzbw==
jest@~25.5.0:
version "25.5.3"
resolved "https://registry.yarnpkg.com/jest/-/jest-25.5.3.tgz#2b1aeca5c7818fb75c6406430267f058b202b9d8"
integrity sha512-YImNJIOcQ5pguFpzZ14FQ+v2rannjrFP3R+SU/Wi2TyLQE5hZXcAbg9+WVl+lnEZHAZ99Jyh+tjhW59iMiI0pg==
dependencies:
"@jest/core" "^25.4.0"
"@jest/core" "^25.5.3"
import-local "^3.0.2"
jest-cli "^25.4.0"
jest-cli "^25.5.3"

"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit ad0e4ed

Please sign in to comment.