Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 1, 2018
1 parent 99eecdb commit 963fc49
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 30 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -8,21 +8,21 @@
},
"bugs": "https://github.com/oclif/dev-cli/issues",
"dependencies": {
"@oclif/command": "^1.4.17",
"@oclif/command": "^1.4.18",
"@oclif/config": "^1.6.16",
"@oclif/errors": "^1.0.6",
"@oclif/plugin-help": "^1.2.6",
"@oclif/errors": "^1.0.7",
"@oclif/plugin-help": "^1.2.7",
"cli-ux": "^3.4.1",
"debug": "^3.1.0",
"fs-extra": "^5.0.0",
"fs-extra": "^6.0.0",
"lodash": "^4.17.10",
"normalize-package-data": "^2.4.0",
"qqjs": "^0.3.8",
"require-resolve": "^0.0.2",
"tslib": "^1.9.0"
},
"devDependencies": {
"@oclif/plugin-legacy": "^1.0.11",
"@oclif/plugin-legacy": "^1.0.13",
"@oclif/test": "^1.0.5",
"@oclif/tslint": "^1.1.0",
"@types/chai": "^4.1.3",
Expand All @@ -32,7 +32,7 @@
"@types/lodash": "^4.14.108",
"@types/lodash.template": "^4.4.3",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.1",
"@types/node": "^10.0.2",
"@types/supports-color": "^5.3.0",
"@types/write-json-file": "^2.2.1",
"aws-sdk": "^2.230.1",
Expand Down
66 changes: 42 additions & 24 deletions yarn.lock
Expand Up @@ -27,15 +27,15 @@
strip-ansi "^4.0.0"
supports-color "^5.1.0"

"@heroku-cli/command@^8.0.5":
version "8.0.5"
resolved "https://registry.yarnpkg.com/@heroku-cli/command/-/command-8.0.5.tgz#eb7e596c5a17557339f227e058fa700d4c0821e6"
"@heroku-cli/command@^8.0.6":
version "8.0.6"
resolved "https://registry.yarnpkg.com/@heroku-cli/command/-/command-8.0.6.tgz#ad17fd53250da2a31a6775879af6ea18a673801d"
dependencies:
"@oclif/errors" "^1.0.4"
cli-ux "^3.3.30"
"@oclif/errors" "^1.0.6"
cli-ux "^3.4.1"
debug "^3.1.0"
heroku-client "3.0.6"
http-call "^5.1.0"
http-call "^5.1.1"
netrc-parser "^3.1.4"

"@mrmlnc/readdir-enhanced@^2.2.1":
Expand All @@ -45,9 +45,9 @@
call-me-maybe "^1.0.1"
glob-to-regexp "^0.3.0"

"@oclif/command@^1.4.13", "@oclif/command@^1.4.17":
version "1.4.17"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.17.tgz#1c4173d258b174fd2f965edcefc53afb1d06797d"
"@oclif/command@^1.4.18":
version "1.4.18"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.18.tgz#1095bab6917287a5e87eb7529d4d39d7fc53d362"
dependencies:
"@oclif/errors" "^1.0.6"
"@oclif/parser" "^3.3.3"
Expand All @@ -60,7 +60,7 @@
dependencies:
debug "^3.1.0"

"@oclif/errors@^1.0.4", "@oclif/errors@^1.0.6":
"@oclif/errors@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.6.tgz#76b17906ac1beea252add52e8e8ed78229c33a7b"
dependencies:
Expand All @@ -70,6 +70,16 @@
strip-ansi "^4.0.0"
wrap-ansi "^3.0.1"

"@oclif/errors@^1.0.7":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.7.tgz#13d7205801944c341534370e65140d21ab929e24"
dependencies:
clean-stack "^1.3.0"
fs-extra "^6.0.0"
indent-string "^3.2.0"
strip-ansi "^4.0.0"
wrap-ansi "^3.0.1"

"@oclif/linewrap@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
Expand All @@ -81,25 +91,25 @@
"@oclif/linewrap" "^1.0.0"
chalk "^2.4.0"

"@oclif/plugin-help@^1.2.6":
version "1.2.6"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.6.tgz#b5613b854711cce2f784dbb8c10072dd0bdeb2a9"
"@oclif/plugin-help@^1.2.7":
version "1.2.7"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.7.tgz#4fdfa9cfe53b8bc68b6fabba1126e13debebc87b"
dependencies:
"@oclif/command" "^1.4.17"
"@oclif/command" "^1.4.18"
chalk "^2.4.1"
indent-string "^3.2.0"
lodash.template "^4.4.0"
string-width "^2.1.1"
widest-line "^2.0.0"
wrap-ansi "^3.0.1"

"@oclif/plugin-legacy@^1.0.11":
version "1.0.11"
resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.0.11.tgz#023d00e8c0bcfcd4b838221b097a7659b4a6ecc8"
"@oclif/plugin-legacy@^1.0.13":
version "1.0.13"
resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.0.13.tgz#c06e51f2fa3fe55c65da00a3038748418917e379"
dependencies:
"@heroku-cli/color" "^1.1.3"
"@heroku-cli/command" "^8.0.5"
"@oclif/command" "^1.4.13"
"@heroku-cli/command" "^8.0.6"
"@oclif/command" "^1.4.18"
ansi-escapes "^3.1.0"
debug "^3.1.0"
semver "^5.5.0"
Expand Down Expand Up @@ -176,9 +186,9 @@
version "8.10.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.11.tgz#971ea8cb91adbe0b74e3fbd867dec192d5893a5f"

"@types/node@^10.0.1":
version "10.0.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.1.tgz#9095e8b9b10d1de6d49a939b2f65c2872a47afd9"
"@types/node@^10.0.2":
version "10.0.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.2.tgz#180046ebbc37de8b64777765c2486ebecb59448e"

"@types/supports-color@^5.3.0":
version "5.3.0"
Expand Down Expand Up @@ -444,7 +454,7 @@ clean-stack@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-1.3.0.tgz#9e821501ae979986c46b1d66d2d432db2fd4ae31"

cli-ux@^3.3.30, cli-ux@^3.4.1:
cli-ux@^3.4.1:
version "3.4.1"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.4.1.tgz#bfa17e75cd1a60547a11c515166117b05ea89cdd"
dependencies:
Expand Down Expand Up @@ -733,6 +743,14 @@ fs-extra@^5.0.0:
jsonfile "^4.0.0"
universalify "^0.1.0"

fs-extra@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.0.tgz#0f0afb290bb3deb87978da816fcd3c7797f3a817"
dependencies:
graceful-fs "^4.1.2"
jsonfile "^4.0.0"
universalify "^0.1.0"

fs.realpath@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
Expand Down Expand Up @@ -851,7 +869,7 @@ hosted-git-info@^2.1.4:
version "2.6.0"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.6.0.tgz#23235b29ab230c576aab0d4f13fc046b0b038222"

http-call@^5.1.0, http-call@^5.1.1:
http-call@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.1.1.tgz#0110095d455b876c64cc9fe820b3f836cc552ea7"
dependencies:
Expand Down

0 comments on commit 963fc49

Please sign in to comment.