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 7, 2018
1 parent 4c1a116 commit 05d0bf0
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 31 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"bugs": "https://github.com/anycli/cli/issues",
"dependencies": {
"@anycli/command": "^1.2.14",
"@anycli/config": "^1.3.36",
"@anycli/errors": "^0.2.1",
"@anycli/plugin-help": "^0.7.0",
"@anycli/plugin-not-found": "^0.1.18",
"@anycli/command": "^1.2.19",
"@anycli/config": "^1.3.44",
"@anycli/errors": "^0.2.2",
"@anycli/plugin-help": "^0.7.2",
"@anycli/plugin-not-found": "^0.1.20",
"debug": "^3.1.0",
"fixpack": "^2.3.1",
"lodash": "^4.17.5",
Expand All @@ -30,7 +30,7 @@
"yosay": "^2.0.1"
},
"devDependencies": {
"@anycli/dev-cli": "^0.3.7",
"@anycli/dev-cli": "^0.3.8",
"@anycli/tslint": "^0.2.7",
"@types/lodash": "^4.14.101",
"@types/read-pkg": "^3.0.0",
Expand Down
61 changes: 36 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,26 @@
dependencies:
"@anycli/parser" "^3.2.6"

"@anycli/config@^1.3.36":
version "1.3.36"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.3.36.tgz#ea69dd7b708c6d2543e3f13481bd2f6bca69fa83"
"@anycli/command@^1.2.16", "@anycli/command@^1.2.18", "@anycli/command@^1.2.19":
version "1.2.19"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-1.2.19.tgz#11a2f35a2438c4ae96026d28d4974ea8947d59b3"
dependencies:
"@anycli/parser" "^3.2.6"

"@anycli/config@^1.3.40", "@anycli/config@^1.3.44":
version "1.3.44"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.3.44.tgz#096d280b50b1237c238e362b24ede2224f1b0c34"

"@anycli/dev-cli@^0.3.7":
version "0.3.7"
resolved "https://registry.yarnpkg.com/@anycli/dev-cli/-/dev-cli-0.3.7.tgz#b03996f6f4973649b520a2ffe41c772035d68c59"
"@anycli/dev-cli@^0.3.8":
version "0.3.8"
resolved "https://registry.yarnpkg.com/@anycli/dev-cli/-/dev-cli-0.3.8.tgz#88ff28a78eed2b44a14343bb69a4fd2d4c9959eb"
dependencies:
"@anycli/command" "^1.2.14"
"@anycli/config" "^1.3.36"
"@anycli/command" "^1.2.16"
"@anycli/config" "^1.3.40"
"@anycli/errors" "^0.2.1"
"@anycli/plugin-help" "^0.6.9"
"@anycli/plugin-help" "^0.7.0"
lodash.template "^4.4.0"
normalize-package-data "^2.4.0"
require-relative "^0.8.7"
require-resolve "^0.0.2"

"@anycli/errors@^0.2.1":
Expand All @@ -35,13 +40,23 @@
strip-ansi "^4.0.0"
wrap-ansi "^3.0.1"

"@anycli/errors@^0.2.2":
version "0.2.2"
resolved "https://registry.yarnpkg.com/@anycli/errors/-/errors-0.2.2.tgz#1e9c8716a2164a52053dae23d7659b23dcb5e143"
dependencies:
clean-stack "^1.3.0"
fs-extra "^5.0.0"
indent-string "^3.2.0"
strip-ansi "^4.0.0"
wrap-ansi "^3.0.1"

"@anycli/parser@^3.2.6":
version "3.2.6"
resolved "https://registry.yarnpkg.com/@anycli/parser/-/parser-3.2.6.tgz#bbd119a80709099179a9f11af0dc44b68c54575b"

"@anycli/plugin-help@^0.6.9":
version "0.6.9"
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.6.9.tgz#1ff4a4aac9f8e56f3d36ffc1270e50fb1c453b4d"
"@anycli/plugin-help@^0.7.0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.7.0.tgz#dda7324ab6f5d8bf16deb4f7017301196ea1b22e"
dependencies:
"@anycli/command" "^1.2.14"
chalk "^2.3.0"
Expand All @@ -51,23 +66,23 @@
widest-line "^2.0.0"
wrap-ansi "^3.0.1"

"@anycli/plugin-help@^0.7.0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.7.0.tgz#dda7324ab6f5d8bf16deb4f7017301196ea1b22e"
"@anycli/plugin-help@^0.7.2":
version "0.7.2"
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.7.2.tgz#8bf8aad477c358c0a13f29301d9cee062c7602e2"
dependencies:
"@anycli/command" "^1.2.14"
"@anycli/command" "^1.2.18"
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-not-found@^0.1.18":
version "0.1.18"
resolved "https://registry.yarnpkg.com/@anycli/plugin-not-found/-/plugin-not-found-0.1.18.tgz#2dcf08cb80f03d81a262b7f36eb722a47be269b5"
"@anycli/plugin-not-found@^0.1.20":
version "0.1.20"
resolved "https://registry.yarnpkg.com/@anycli/plugin-not-found/-/plugin-not-found-0.1.20.tgz#5eec502ea95516268a42dfd47e79fd219f2333fc"
dependencies:
"@anycli/command" "^1.2.14"
"@anycli/command" "^1.2.18"
"@heroku-cli/color" "^1.1.3"
string-similarity "^1.2.0"

Expand Down Expand Up @@ -2124,10 +2139,6 @@ require-main-filename@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"

require-relative@^0.8.7:
version "0.8.7"
resolved "https://registry.yarnpkg.com/require-relative/-/require-relative-0.8.7.tgz#7999539fc9e047a37928fa196f8e1563dabd36de"

require-resolve@^0.0.2:
version "0.0.2"
resolved "https://registry.yarnpkg.com/require-resolve/-/require-resolve-0.0.2.tgz#bab410ab1aee2f3f55b79317451dd3428764e6f3"
Expand Down

0 comments on commit 05d0bf0

Please sign in to comment.