Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 1, 2018
1 parent 4048d23 commit 130e18e
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 27 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"bugs": "https://github.com/jdxcode/plugins/issues",
"dependencies": {
"@anycli/command": "^0.2.22",
"@anycli/manifest-file": "^0.2.0",
"@anycli/command": "^0.3.2",
"@anycli/manifest-file": "^0.3.0",
"@heroku-cli/color": "^1.1.1",
"cli-ux": "^3.3.10",
"cli-ux": "^3.3.12",
"debug": "^3.1.0",
"fs-extra": "^5.0.0",
"http-call": "^5.0.2",
Expand All @@ -26,8 +26,8 @@
"yarn": "^1.3.2"
},
"devDependencies": {
"@anycli/config": "^0.2.6",
"@anycli/engine": "^0.1.38",
"@anycli/config": "^0.2.10",
"@anycli/engine": "^0.1.39",
"@anycli/test": "^0.10.1",
"@anycli/tslint": "^0.2.1",
"@anycli/version": "^0.1.19",
Expand Down
64 changes: 42 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
lodash "^4.17.4"
tslib "^1.9.0"

"@anycli/command@^0.2.22":
version "0.2.22"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.2.22.tgz#486b36d2916b28f08b9aedb129a758a4da2f542a"
"@anycli/command@^0.3.2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.3.2.tgz#2dde4dafd3bc1bb2c2cb90a765821dc85053c401"
dependencies:
"@anycli/parser" "^3.0.2"
cli-ux "^3.3.10"
"@anycli/parser" "^3.0.4"
cli-ux "^3.3.12"
debug "^3.1.0"
lodash "^4.17.4"
tslib "^1.9.0"

"@anycli/config@^0.2.3":
version "0.2.4"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.4.tgz#957e4f174cadd397d9bdd81d3552544a8214273e"
"@anycli/config@^0.2.10":
version "0.2.10"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.10.tgz#17ec0e6f0ffff1f0d49e63dad6d3d09e625fe734"
dependencies:
cli-ux "^3.3.10"
debug "^3.1.0"
Expand All @@ -33,9 +33,9 @@
lodash "^4.17.4"
read-pkg "^3.0.0"

"@anycli/config@^0.2.6":
version "0.2.6"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.6.tgz#d40709a61704907d4d6e7dcab6bbf124ab74e9ad"
"@anycli/config@^0.2.3":
version "0.2.4"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.4.tgz#957e4f174cadd397d9bdd81d3552544a8214273e"
dependencies:
cli-ux "^3.3.10"
debug "^3.1.0"
Expand All @@ -44,20 +44,20 @@
lodash "^4.17.4"
read-pkg "^3.0.0"

"@anycli/engine@^0.1.38":
version "0.1.38"
resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.1.38.tgz#47b74330709eeadb95798f047c22436f0613cbab"
"@anycli/engine@^0.1.39":
version "0.1.39"
resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.1.39.tgz#0d2bc14de3f339b3cc5c6f042ca09ee2f0e4f253"
dependencies:
"@anycli/manifest-file" "^0.2.0"
cli-ux "^3.3.10"
"@anycli/manifest-file" "^0.3.0"
cli-ux "^3.3.12"
debug "^3.1.0"
fs-extra "^5.0.0"
globby "^7.1.1"
lodash "^4.17.4"

"@anycli/manifest-file@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@anycli/manifest-file/-/manifest-file-0.2.0.tgz#f9f70fd2afb44178fe907f2a35ad8746eeb1ee97"
"@anycli/manifest-file@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@anycli/manifest-file/-/manifest-file-0.3.0.tgz#544fa71b797106e1471c290fc6a6c99d25254a40"
dependencies:
debug "^3.1.0"
fs-extra "^5.0.0"
Expand All @@ -73,9 +73,9 @@
chalk "^2.3.0"
lodash "^4.17.4"

"@anycli/parser@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@anycli/parser/-/parser-3.0.2.tgz#69af00b6b6f0cc6da4405cf44dc29b2d14d30c6e"
"@anycli/parser@^3.0.4":
version "3.0.4"
resolved "https://registry.yarnpkg.com/@anycli/parser/-/parser-3.0.4.tgz#8714c4f73134625fe3781b9e2b5aa0ebb5685a82"
dependencies:
"@anycli/screen" "^0.0.3"
chalk "^2.3.0"
Expand Down Expand Up @@ -557,6 +557,26 @@ cli-ux@^3.3.10:
strip-ansi "^4.0.0"
supports-color "^5.1.0"

cli-ux@^3.3.12:
version "3.3.12"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.3.12.tgz#9bd5a2ed5c682fc22027bd32c5eb20bbe6aa2571"
dependencies:
"@anycli/screen" "^0.0.3"
"@heroku/linewrap" "^1.0.0"
ansi-styles "^3.2.0"
cardinal "^1.0.0"
chalk "^2.3.0"
clean-stack "^1.3.0"
extract-stack "^1.0.0"
fs-extra "^5.0.0"
indent-string "^3.2.0"
lodash "^4.17.4"
node-notifier "^5.2.1"
password-prompt "^1.0.4"
semver "^5.5.0"
strip-ansi "^4.0.0"
supports-color "^5.1.0"

cli-width@^2.0.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639"
Expand Down

0 comments on commit 130e18e

Please sign in to comment.