Skip to content

Commit

Permalink
add explicit yargs-parser dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Oct 4, 2017
1 parent c71116b commit dbf8409
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion lighthouse-cli/package.json
Expand Up @@ -18,6 +18,7 @@
},
"dependencies": {
"@types/node": "6.0.66",
"lighthouse-logger": "^1.0.0"
"lighthouse-logger": "^1.0.0",
"yargs-parser": "7.0.0"
}
}
12 changes: 6 additions & 6 deletions lighthouse-cli/yarn.lock
Expand Up @@ -1316,18 +1316,18 @@ yallist@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"

yargs-parser@7.0.0, yargs-parser@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-7.0.0.tgz#8d0ac42f16ea55debd332caf4c4038b3e3f5dfd9"
dependencies:
camelcase "^4.1.0"

yargs-parser@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-5.0.0.tgz#275ecf0d7ffe05c77e64e7c86e4cd94bf0e1228a"
dependencies:
camelcase "^3.0.0"

yargs-parser@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-7.0.0.tgz#8d0ac42f16ea55debd332caf4c4038b3e3f5dfd9"
dependencies:
camelcase "^4.1.0"

yargs@^8.0.1:
version "8.0.2"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-8.0.2.tgz#6299a9055b1cefc969ff7e79c1d918dceb22c360"
Expand Down

0 comments on commit dbf8409

Please sign in to comment.