Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 14, 2018
1 parent 3f0cb9c commit d9f96fd
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 28 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-update/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.3",
"@oclif/command": "^1.4.21",
"@oclif/config": "^1.6.17",
"@oclif/errors": "^1.0.11",
"@heroku-cli/color": "^1.1.5",
"@oclif/command": "^1.4.29",
"@oclif/config": "^1.6.18",
"@oclif/errors": "^1.1.1",
"@types/semver": "^5.5.0",
"cli-ux": "^4.2.0",
"cli-ux": "^4.3.0",
"cross-spawn": "^6.0.5",
"debug": "^3.1.0",
"filesize": "^3.6.1",
Expand All @@ -21,8 +21,8 @@
"tar-fs": "^1.16.2"
},
"devDependencies": {
"@oclif/dev-cli": "^1.13.19",
"@oclif/plugin-help": "^1.2.10",
"@oclif/dev-cli": "^1.13.20",
"@oclif/plugin-help": "^1.2.11",
"@oclif/test": "^1.0.6",
"@oclif/tslint": "^1.1.1",
"@types/chai": "^4.1.3",
Expand All @@ -32,15 +32,15 @@
"@types/glob": "^5.0.35",
"@types/lodash": "^4.14.108",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.6",
"@types/node": "^10.0.8",
"@types/supports-color": "^5.3.0",
"@types/write-json-file": "^2.2.1",
"chai": "^4.1.2",
"globby": "^8.0.1",
"mocha": "^5.1.1",
"qqjs": "^0.3.8",
"qqjs": "^0.3.9",
"ts-node": "6.0.3",
"tslib": "^1.9.0",
"tslib": "^1.9.1",
"tslint": "^5.10.0",
"typescript": "^2.8.3"
},
Expand Down
139 changes: 121 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
reflect-metadata "^0.1.12"
tslib "^1.8.1"

"@heroku-cli/color@^1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@heroku-cli/color/-/color-1.1.3.tgz#f5f3bb043c3c5c78888135a89633227cfca04b2b"
"@heroku-cli/color@^1.1.5":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@heroku-cli/color/-/color-1.1.5.tgz#d98781513f8daebb21aaaf54c9e8d497db3efcfb"
dependencies:
ansi-styles "^3.2.0"
chalk "^2.3.0"
ansi-styles "^3.2.1"
chalk "^2.4.1"
strip-ansi "^4.0.0"
supports-color "^5.1.0"
supports-color "^5.4.0"

"@mrmlnc/readdir-enhanced@^2.2.1":
version "2.2.1"
Expand All @@ -52,23 +52,38 @@
debug "^3.1.0"
semver "^5.5.0"

"@oclif/command@^1.4.29":
version "1.4.29"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.29.tgz#c2608b482e64cc74af386e86c8cb2424e0cd9665"
dependencies:
"@oclif/errors" "^1.1.1"
"@oclif/parser" "^3.4.0"
debug "^3.1.0"
semver "^5.5.0"

"@oclif/config@^1.6.17":
version "1.6.17"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.17.tgz#e9608f56e5acd49fcaf3bbfcc3e8818d81b1ba12"
dependencies:
debug "^3.1.0"

"@oclif/dev-cli@^1.13.19":
version "1.13.19"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.19.tgz#da43d784d5a3a97922533ab4a9bb3f7c2435d6d0"
"@oclif/config@^1.6.18":
version "1.6.18"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.18.tgz#25693cb4badb81489a8c5f846761630dca8c516c"
dependencies:
debug "^3.1.0"

"@oclif/dev-cli@^1.13.20":
version "1.13.20"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.20.tgz#176d78a2b3b7f937f68d418ddf86dddc8c48fb2f"
dependencies:
"@oclif/command" "^1.4.21"
"@oclif/config" "^1.6.17"
"@oclif/errors" "^1.0.9"
"@oclif/errors" "^1.0.11"
"@oclif/plugin-help" "^1.2.10"
cli-ux "^4.0.0"
cli-ux "^4.2.0"
debug "^3.1.0"
fs-extra "^6.0.0"
fs-extra "^6.0.1"
lodash "^4.17.10"
normalize-package-data "^2.4.0"
qqjs "^0.3.8"
Expand All @@ -95,6 +110,16 @@
strip-ansi "^4.0.0"
wrap-ansi "^3.0.1"

"@oclif/errors@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.1.1.tgz#2ff4ea9043491ae548e0c8545b91e260c6c0d64f"
dependencies:
clean-stack "^1.3.0"
fs-extra "^6.0.1"
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 @@ -106,6 +131,13 @@
"@oclif/linewrap" "^1.0.0"
chalk "^2.4.0"

"@oclif/parser@^3.4.0":
version "3.4.0"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.4.0.tgz#bf61399c70f75a96070153df2fcbb7e7115c7fd9"
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^2.4.1"

"@oclif/plugin-help@^1.2.10":
version "1.2.10"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.10.tgz#c2bb2b8f09027bf5a55e96346b8525d4dcff8c3e"
Expand All @@ -118,6 +150,18 @@
widest-line "^2.0.0"
wrap-ansi "^3.0.1"

"@oclif/plugin-help@^1.2.11":
version "1.2.11"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.11.tgz#e6413a6009519230bc4c7e7fe45d8e139939e657"
dependencies:
"@oclif/command" "^1.4.29"
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/screen@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.2.tgz#c9d7c84b0ea60ecec8dd7a9b22c012ba9967aed8"
Expand Down Expand Up @@ -184,9 +228,9 @@
version "9.6.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.6.tgz#439b91f9caf3983cad2eef1e11f6bedcbf9431d2"

"@types/node@^10.0.6":
version "10.0.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.6.tgz#c0bce8e539bf34c1b850c13ff46bead2fecc2e58"
"@types/node@^10.0.8":
version "10.0.8"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.8.tgz#37b4d91d4e958e4c2ba0be2b86e7ed4ff19b0858"

"@types/semver@^5.5.0":
version "5.5.0"
Expand Down Expand Up @@ -216,7 +260,7 @@ ansi-styles@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"

ansi-styles@^3.2.0, ansi-styles@^3.2.1:
ansi-styles@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
dependencies:
Expand Down Expand Up @@ -422,7 +466,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@^4.0.0, cli-ux@^4.2.0:
cli-ux@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-4.2.0.tgz#b25bb5a646cad9bb99494e189c9cf052d0732065"
dependencies:
Expand All @@ -443,6 +487,27 @@ cli-ux@^4.0.0, cli-ux@^4.2.0:
supports-color "^5.4.0"
supports-hyperlinks "^1.0.1"

cli-ux@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-4.3.0.tgz#048f6334ef50cc5ab7cc0d51725c3888c75cbc41"
dependencies:
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^1.0.2"
ansi-styles "^3.2.1"
cardinal "^2.0.0"
chalk "^2.4.1"
clean-stack "^1.3.0"
extract-stack "^1.0.0"
fs-extra "^6.0.1"
hyperlinker "^1.0.0"
indent-string "^3.2.0"
lodash "^4.17.10"
password-prompt "^1.0.6"
semver "^5.5.0"
strip-ansi "^4.0.0"
supports-color "^5.4.0"
supports-hyperlinks "^1.0.1"

collection-visit@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"
Expand Down Expand Up @@ -1069,6 +1134,15 @@ load-json-file@^4.0.0:
pify "^3.0.0"
strip-bom "^3.0.0"

load-json-file@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-5.0.0.tgz#5b5ef7cb6e1e337408e02fe01fe679ccc0cd18d5"
dependencies:
graceful-fs "^4.1.2"
parse-json "^4.0.0"
pify "^3.0.0"
strip-bom "^3.0.0"

locate-path@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
Expand Down Expand Up @@ -1296,6 +1370,13 @@ password-prompt@^1.0.5:
ansi-escapes "^3.1.0"
cross-spawn "^6.0.5"

password-prompt@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.0.6.tgz#d657a16c80ae3932f55f38a51fee9f872a8e9b17"
dependencies:
ansi-escapes "^3.1.0"
cross-spawn "^6.0.5"

path-dirname@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0"
Expand Down Expand Up @@ -1373,6 +1454,24 @@ qqjs@^0.3.8:
tmp "^0.0.33"
write-json-file "^2.3.0"

qqjs@^0.3.9:
version "0.3.9"
resolved "https://registry.yarnpkg.com/qqjs/-/qqjs-0.3.9.tgz#8993e0be58aaf2e5b842a732b33de991d7edb625"
dependencies:
chalk "^2.4.1"
debug "^3.1.0"
execa "^0.10.0"
fs-extra "^6.0.1"
get-stream "^3.0.0"
glob "^7.1.2"
globby "^8.0.1"
http-call "^5.1.2"
load-json-file "^5.0.0"
pkg-dir "^2.0.0"
tar-fs "^1.16.2"
tmp "^0.0.33"
write-json-file "^2.3.0"

readable-stream@^2.0.0, readable-stream@^2.3.5:
version "2.3.6"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf"
Expand Down Expand Up @@ -1630,7 +1729,7 @@ supports-color@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"

supports-color@^5.0.0, supports-color@^5.1.0, supports-color@^5.3.0, supports-color@^5.4.0:
supports-color@^5.0.0, supports-color@^5.3.0, supports-color@^5.4.0:
version "5.4.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.4.0.tgz#1c6b337402c2137605efe19f10fec390f6faab54"
dependencies:
Expand Down Expand Up @@ -1715,6 +1814,10 @@ [email protected], tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"

tslib@^1.9.1:
version "1.9.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.1.tgz#a5d1f0532a49221c87755cfcc89ca37197242ba7"

tslint-consistent-codestyle@^1.11.0:
version "1.13.0"
resolved "https://registry.yarnpkg.com/tslint-consistent-codestyle/-/tslint-consistent-codestyle-1.13.0.tgz#82abf230bf39e01159b4e9af721d489dd5ae0e6c"
Expand Down

0 comments on commit d9f96fd

Please sign in to comment.