Skip to content

Commit

Permalink
fix: updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 7, 2018
1 parent 38b3b0b commit 476ec1d
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 35 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"bugs": "https://github.com/anycli/plugin-help/issues",
"dependencies": {
"@anycli/command": "^1.2.13",
"@anycli/command": "^1.2.14",
"chalk": "^2.3.0",
"indent-string": "^3.2.0",
"lodash.template": "^4.4.0",
Expand All @@ -27,12 +27,12 @@
"wrap-ansi": "^3.0.1"
},
"devDependencies": {
"@anycli/config": "^1.3.19",
"@anycli/dev-cli": "^0.2.2",
"@anycli/config": "^1.3.26",
"@anycli/dev-cli": "^0.3.2",
"@anycli/errors": "^0.2.1",
"@anycli/plugin-legacy": "^0.0.3",
"@anycli/plugin-legacy": "^0.0.4",
"@anycli/plugin-plugins": "^0.2.13",
"@anycli/test": "^0.10.11",
"@anycli/test": "^0.10.12",
"@anycli/tslint": "^0.2.7",
"@types/chai": "^4.1.2",
"@types/indent-string": "^3.0.0",
Expand Down
112 changes: 82 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,44 @@
# yarn lockfile v1


"@anycli/command@^1.2.10", "@anycli/command@^1.2.9":
version "1.2.12"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-1.2.12.tgz#9f2dc465414637b0e16fdf6afc7ac17a856d31de"
dependencies:
"@anycli/parser" "^3.2.6"

"@anycli/command@^1.2.13":
version "1.2.13"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-1.2.13.tgz#2c3470a3f3b952aa42dd1b2491de85e116c28ae0"
dependencies:
"@anycli/parser" "^3.2.6"

"@anycli/config@^1.3.10", "@anycli/config@^1.3.19":
version "1.3.19"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.3.19.tgz#e4fe2a21fbb542d329d1be5e5612bc2c21722e5b"
"@anycli/command@^1.2.14":
version "1.2.14"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-1.2.14.tgz#de8e1be33f64143c49242c0deb7bf9a06a826813"
dependencies:
"@anycli/parser" "^3.2.6"

"@anycli/command@^1.2.9":
version "1.2.12"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-1.2.12.tgz#9f2dc465414637b0e16fdf6afc7ac17a856d31de"
dependencies:
"@anycli/parser" "^3.2.6"

"@anycli/dev-cli@^0.2.2":
version "0.2.2"
resolved "https://registry.yarnpkg.com/@anycli/dev-cli/-/dev-cli-0.2.2.tgz#578c1041f3ae8808b0ac90c513045b8015b6bcec"
"@anycli/config@^1.3.23":
version "1.3.25"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.3.25.tgz#659dd6f3eec5b1f69b4518fb8a3c635529482e2a"

"@anycli/config@^1.3.26":
version "1.3.26"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.3.26.tgz#9dbccc6ac72aa9ae6967e944ee63f2f5f83dafa3"

"@anycli/dev-cli@^0.3.2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@anycli/dev-cli/-/dev-cli-0.3.2.tgz#9ed9fe4994fa9ccf8ac1c77a47f6aa9cde2cb1d1"
dependencies:
"@anycli/command" "^1.2.9"
"@anycli/config" "^1.3.10"
"@anycli/errors" "^0.2.0"
"@anycli/plugin-help" "^0.6.4"
"@anycli/command" "^1.2.13"
"@anycli/config" "^1.3.23"
"@anycli/errors" "^0.2.1"
"@anycli/plugin-help" "^0.6.8"
lodash.template "^4.4.0"
normalize-package-data "^2.4.0"

"@anycli/errors@^0.2.0", "@anycli/errors@^0.2.1":
"@anycli/errors@^0.2.1":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@anycli/errors/-/errors-0.2.1.tgz#719a95cd9c23838c65929da5d625a7537dd7d035"
dependencies:
Expand All @@ -41,23 +53,23 @@
version "3.2.6"
resolved "https://registry.yarnpkg.com/@anycli/parser/-/parser-3.2.6.tgz#bbd119a80709099179a9f11af0dc44b68c54575b"

"@anycli/plugin-help@^0.6.4":
version "0.6.7"
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.6.7.tgz#c534a6677cb02d427b2fcb4e8d487c76a92f029a"
"@anycli/plugin-help@^0.6.8":
version "0.6.8"
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.6.8.tgz#1102006c7b8a49d3f6e56d9dad1f7fc5f69a223c"
dependencies:
"@anycli/command" "^1.2.10"
"@anycli/command" "^1.2.13"
chalk "^2.3.0"
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"

"@anycli/plugin-legacy@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@anycli/plugin-legacy/-/plugin-legacy-0.0.3.tgz#c220d06c8b70eb81fbc9d9aa270f3ee196e14872"
"@anycli/plugin-legacy@^0.0.4":
version "0.0.4"
resolved "https://registry.yarnpkg.com/@anycli/plugin-legacy/-/plugin-legacy-0.0.4.tgz#4d75f8aafc2cb221c859748ce54bcbe0db00b6aa"
dependencies:
"@anycli/command" "^1.2.10"
"@anycli/command" "^1.2.13"
"@heroku-cli/color" "^1.1.3"
"@heroku-cli/command" "^8.0.0-anycli.1"
ansi-escapes "^3.0.0"
Expand Down Expand Up @@ -85,9 +97,9 @@
version "0.0.3"
resolved "https://registry.yarnpkg.com/@anycli/screen/-/screen-0.0.3.tgz#f0afd970c3ed725702948a45a874ede1fdd9362e"

"@anycli/test@^0.10.11":
version "0.10.11"
resolved "https://registry.yarnpkg.com/@anycli/test/-/test-0.10.11.tgz#0d1004c8c0b34a8853ee7a3a26c90ed12ce6e42f"
"@anycli/test@^0.10.12":
version "0.10.12"
resolved "https://registry.yarnpkg.com/@anycli/test/-/test-0.10.12.tgz#1a224be9d7c3f6d3504e7655c5aa41d2d03c6b95"
dependencies:
fancy-test "^1.0.1"

Expand Down Expand Up @@ -244,7 +256,7 @@ browser-stdout@1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.0.tgz#f351d32969d32fa5d7a5567154263d928ae3bd1f"

builtin-modules@^1.1.1:
builtin-modules@^1.0.0, builtin-modules@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"

Expand Down Expand Up @@ -546,6 +558,10 @@ homedir-polyfill@^1.0.1:
dependencies:
parse-passwd "^1.0.0"

hosted-git-info@^2.1.4:
version "2.5.0"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.5.0.tgz#6d60e34b3abbc8313062c3b798ef8d901a07af3c"

http-call@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.0.2.tgz#21bec3655f1631de128c0cdaa470777b1fbbc365"
Expand Down Expand Up @@ -580,6 +596,12 @@ is-arrayish@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"

is-builtin-module@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe"
dependencies:
builtin-modules "^1.0.0"

is-fullwidth-code-point@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
Expand Down Expand Up @@ -714,6 +736,15 @@ netrc-parser@^3.0.3:
graceful-fs "^4.1.11"
lex "^1.7.9"

normalize-package-data@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.4.0.tgz#12f95a307d58352075a04907b84ac8be98ac012f"
dependencies:
hosted-git-info "^2.1.4"
is-builtin-module "^1.0.0"
semver "2 || 3 || 4 || 5"
validate-npm-package-license "^3.0.1"

npm-run-path@^2.0.0, npm-run-path@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
Expand Down Expand Up @@ -798,7 +829,7 @@ safe-buffer@^5.0.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853"

semver@^5.3.0, semver@^5.5.0:
"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.5.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"

Expand Down Expand Up @@ -834,6 +865,20 @@ spawn-command@^0.0.2-1:
version "0.0.2-1"
resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2-1.tgz#62f5e9466981c1b796dc5929937e11c9c6921bd0"

spdx-correct@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-1.0.2.tgz#4b3073d933ff51f3912f03ac5519498a4150db40"
dependencies:
spdx-license-ids "^1.0.2"

spdx-expression-parse@~1.0.0:
version "1.0.4"
resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz#9bdf2f20e1f40ed447fbe273266191fced51626c"

spdx-license-ids@^1.0.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz#c9df7a3424594ade6bd11900d596696dc06bac57"

sprintf-js@~1.0.2:
version "1.0.3"
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
Expand Down Expand Up @@ -1025,6 +1070,13 @@ v8flags@^3.0.0:
dependencies:
homedir-polyfill "^1.0.1"

validate-npm-package-license@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz#2804babe712ad3379459acfbe24746ab2c303fbc"
dependencies:
spdx-correct "~1.0.0"
spdx-expression-parse "~1.0.0"

which@^1.2.9:
version "1.3.0"
resolved "https://registry.yarnpkg.com/which/-/which-1.3.0.tgz#ff04bdfc010ee547d780bec38e1ac1c2777d253a"
Expand Down

0 comments on commit 476ec1d

Please sign in to comment.