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 6c5bbf3 commit 0534c32
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 22 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -11,17 +11,17 @@
},
"bugs": "https://github.com/jdxcode/not-found/issues",
"dependencies": {
"@anycli/command": "^0.2.19",
"@anycli/config": "^0.2.3",
"@anycli/command": "^0.2.22",
"@heroku-cli/color": "^1.1.1",
"cli-ux": "^3.3.10",
"string-similarity": "^1.2.0"
},
"devDependencies": {
"@anycli/engine": "^0.1.35",
"@anycli/test": "^0.10.0",
"@anycli/tslint": "^0.2.0",
"@anycli/version": "^0.1.18",
"@anycli/config": "^0.2.6",
"@anycli/engine": "^0.1.38",
"@anycli/test": "^0.10.1",
"@anycli/tslint": "^0.2.1",
"@anycli/version": "^0.1.19",
"@commitlint/cli": "^6.0.5",
"@commitlint/config-conventional": "^6.0.4",
"@types/chai": "^4.1.2",
Expand Down
59 changes: 43 additions & 16 deletions yarn.lock
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


"@anycli/command@^0.2.18", "@anycli/command@^0.2.19":
"@anycli/command@^0.2.19":
version "0.2.19"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.2.19.tgz#2f634869ae271ea17c22819021946697282e3aaa"
dependencies:
Expand All @@ -13,6 +13,16 @@
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"
dependencies:
"@anycli/parser" "^3.0.2"
cli-ux "^3.3.10"
debug "^3.1.0"
lodash "^4.17.4"
tslib "^1.9.0"

"@anycli/config@^0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.3.tgz#2fc399d2d609c0efdf3108d240f0b557abad51dc"
Expand All @@ -24,12 +34,21 @@
lodash "^4.17.4"
read-pkg "^3.0.0"

"@anycli/engine@^0.1.35":
version "0.1.35"
resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.1.35.tgz#40185e6e9ef56e2864a2f381d5786d76ff1f5de0"
"@anycli/config@^0.2.6":
version "0.2.6"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.6.tgz#d40709a61704907d4d6e7dcab6bbf124ab74e9ad"
dependencies:
cli-ux "^3.3.10"
debug "^3.1.0"
fs-extra "^5.0.0"
load-json-file "^4.0.0"
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"
dependencies:
"@anycli/command" "^0.2.18"
"@anycli/config" "^0.2.3"
"@anycli/manifest-file" "^0.2.0"
cli-ux "^3.3.10"
debug "^3.1.0"
Expand All @@ -55,29 +74,37 @@
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"
dependencies:
"@anycli/screen" "^0.0.3"
chalk "^2.3.0"
lodash "^4.17.4"

"@anycli/screen@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@anycli/screen/-/screen-0.0.3.tgz#f0afd970c3ed725702948a45a874ede1fdd9362e"

"@anycli/test@^0.10.0":
version "0.10.0"
resolved "https://registry.yarnpkg.com/@anycli/test/-/test-0.10.0.tgz#0861a7bf0cb063a42adb0f086cf984c14024ce46"
"@anycli/test@^0.10.1":
version "0.10.1"
resolved "https://registry.yarnpkg.com/@anycli/test/-/test-0.10.1.tgz#84c9ade6eac283b94e87175bf4b021766af26ab6"
dependencies:
fancy-test "^0.6.4"
lodash "^4.17.4"

"@anycli/tslint@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@anycli/tslint/-/tslint-0.2.0.tgz#192a612e3664f7a18fe6ed693de94de6d4563882"
"@anycli/tslint@^0.2.1":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@anycli/tslint/-/tslint-0.2.1.tgz#17295a3a4c579884cd3aea7ed1d8c07d11ecc624"
dependencies:
tslint "^5.9.1"
tslint-xo "^0.6.0"

"@anycli/version@^0.1.18":
version "0.1.18"
resolved "https://registry.yarnpkg.com/@anycli/version/-/version-0.1.18.tgz#a377ec46e1b625fd8d2b2aa27d3a7577ce595107"
"@anycli/version@^0.1.19":
version "0.1.19"
resolved "https://registry.yarnpkg.com/@anycli/version/-/version-0.1.19.tgz#4464c3c831e0dc1d0ef92375167ec9af923b66c3"
dependencies:
"@anycli/command" "^0.2.18"
"@anycli/command" "^0.2.19"
"@anycli/config" "^0.2.3"
cli-ux "^3.3.10"

Expand Down

0 comments on commit 0534c32

Please sign in to comment.