Skip to content

Commit

Permalink
fix(package): Update jest-validate to version 23.0.0 (#458)
Browse files Browse the repository at this point in the history
* fix(package): update jest-validate to version 23.0.0
* chore(package): update lockfile
  • Loading branch information
greenkeeper[bot] authored and sudo-suhas committed Jun 1, 2018
1 parent a8816f5 commit 3d0ccb2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"find-parent-dir": "^0.3.0",
"is-glob": "^4.0.0",
"is-windows": "^1.0.2",
"jest-validate": "^22.4.0",
"jest-validate": "^23.0.0",
"listr": "^0.14.1",
"lodash": "^4.17.5",
"log-symbols": "^2.2.0",
Expand Down
16 changes: 16 additions & 0 deletions yarn.lock
Expand Up @@ -2933,6 +2933,15 @@ jest-validate@^22.4.0:
leven "^2.1.0"
pretty-format "^22.4.0"

jest-validate@^23.0.0:
version "23.0.0"
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-23.0.0.tgz#f88bc897b6cc376979aff0262d1025df1302d520"
dependencies:
chalk "^2.0.1"
jest-get-type "^22.1.0"
leven "^2.1.0"
pretty-format "^23.0.0"

jest-worker@^22.2.2:
version "22.2.2"
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-22.2.2.tgz#c1f5dc39976884b81f68ec50cb8532b2cbab3390"
Expand Down Expand Up @@ -3801,6 +3810,13 @@ pretty-format@^22.4.0:
ansi-regex "^3.0.0"
ansi-styles "^3.2.0"

pretty-format@^23.0.0:
version "23.0.0"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-23.0.0.tgz#b66dc584a0907b1969783c4c20e4d1180b18ac75"
dependencies:
ansi-regex "^3.0.0"
ansi-styles "^3.2.0"

private@^0.1.6, private@^0.1.7:
version "0.1.8"
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
Expand Down

0 comments on commit 3d0ccb2

Please sign in to comment.