Skip to content

Commit

Permalink
Merge 3fc0a86 into 9651d4c
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Apr 8, 2019
2 parents 9651d4c + 3fc0a86 commit 7e0f96b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"@types/ora": "^3.0.0",
"@types/rimraf": "^2.0.2",
"@types/strip-json-comments": "^0.0.30",
"@types/yargs": "^12.0.0",
"@types/yargs": "^13.0.0",
"axios-mock-adapter": "^1.15.0",
"husky": "^1.0.0",
"jest": "^23.4.1",
Expand Down
14 changes: 11 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,17 @@
dependencies:
"@types/node" "*"

"@types/yargs@^12.0.0":
version "12.0.0"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.0.tgz#cfadf4ca78505a074d9ffcb84f203e97c3ed4347"
"@types/yargs-parser@*":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-13.0.0.tgz#453743c5bbf9f1bed61d959baab5b06be029b2d0"
integrity sha512-wBlsw+8n21e6eTd4yVv8YD/E3xq0O6nNnJIquutAsFGE7EyMKz7W6RNT6BRu1SmdgmlCZ9tb0X+j+D6HGr8pZw==

"@types/yargs@^13.0.0":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-13.0.0.tgz#d2acb3bec0047d8f648ebacdab6b928a900c42c4"
integrity sha512-hY0o+kcz9M6kH32NUeb6VURghqMuCVkiUx+8Btsqhj4Hhov/hVGUx9DmBJeIkzlp1uAQK4wngQBCjqWdUUkFyA==
dependencies:
"@types/yargs-parser" "*"

abab@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 7e0f96b

Please sign in to comment.