Skip to content

Commit

Permalink
fix: updated command
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 17, 2018
1 parent 5344e45 commit 2f85029
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 25 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bugs": "https://github.com/oclif/plugin-plugins/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.3",
"@oclif/command": "^1.3.1",
"@oclif/command": "^1.3.3",
"chalk": "^2.3.1",
"cli-ux": "^3.3.23",
"debug": "^3.1.0",
Expand All @@ -26,10 +26,10 @@
"yarn": "^1.3.2"
},
"devDependencies": {
"@oclif/config": "^1.3.55",
"@oclif/dev-cli": "^1.2.12",
"@oclif/config": "^1.3.57",
"@oclif/dev-cli": "^1.2.17",
"@oclif/errors": "^1.0.2",
"@oclif/plugin-help": "^1.0.4",
"@oclif/plugin-help": "^1.1.4",
"@oclif/test": "^1.0.0",
"@oclif/tslint": "^1.0.2",
"@types/chai": "^4.1.2",
Expand All @@ -42,7 +42,7 @@
"chai": "^4.1.2",
"concurrently": "^3.5.1",
"fancy-test": "^1.0.1",
"globby": "^8.0.0",
"globby": "^8.0.1",
"mocha": "^5.0.1",
"ts-node": "^4.1.0",
"tslint": "^5.9.1",
Expand Down
43 changes: 23 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,32 @@
call-me-maybe "^1.0.1"
glob-to-regexp "^0.3.0"

"@oclif/command@^1.3.0", "@oclif/command@^1.3.1":
"@oclif/command@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.3.1.tgz#b2e063034f2fd39d89729bb2fe8f9cb070c4b4e1"
dependencies:
"@oclif/parser" "^3.2.9"
semver "^5.5.0"

"@oclif/config@^1.3.52":
version "1.3.52"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.52.tgz#505711fdaecee880131c2fcec4d2b54d7c0b93c8"
"@oclif/command@^1.3.3":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.3.3.tgz#7b73869d43db1d12d90a973d4eff90735e882160"
dependencies:
"@oclif/parser" "^3.2.9"
semver "^5.5.0"

"@oclif/config@^1.3.55":
version "1.3.55"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.55.tgz#f7417eb5c0eaea7c738c4fa65361b7c12935b615"
"@oclif/config@^1.3.57":
version "1.3.57"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.57.tgz#845ed86c01911860d49853aaab28f76c7f7a5f43"

"@oclif/dev-cli@^1.2.12":
version "1.2.12"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.2.12.tgz#20accc2784b1ea0fad842b0639cdf6b260c59148"
"@oclif/dev-cli@^1.2.17":
version "1.2.17"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.2.17.tgz#1ef25368bf4d126be6fb0658c6f70bf40c161766"
dependencies:
"@oclif/command" "^1.3.0"
"@oclif/config" "^1.3.52"
"@oclif/command" "^1.3.1"
"@oclif/config" "^1.3.57"
"@oclif/errors" "^1.0.2"
"@oclif/plugin-help" "^1.0.3"
"@oclif/plugin-help" "^1.1.2"
lodash "^4.17.5"
lodash.template "^4.4.0"
normalize-package-data "^2.4.0"
Expand All @@ -66,11 +69,11 @@
dependencies:
"@heroku/linewrap" "^1.0.0"

"@oclif/plugin-help@^1.0.3", "@oclif/plugin-help@^1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.0.4.tgz#cdfae67c36c7088e263dd67b47eb7d28daaa9ff8"
"@oclif/plugin-help@^1.1.2", "@oclif/plugin-help@^1.1.4":
version "1.1.4"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.1.4.tgz#41106f91a0ca3e4ded444e6db53eeda27927bd9e"
dependencies:
"@oclif/command" "^1.3.0"
"@oclif/command" "^1.3.1"
chalk "^2.3.1"
indent-string "^3.2.0"
lodash.template "^4.4.0"
Expand Down Expand Up @@ -644,9 +647,9 @@ glob@7.1.2, glob@^7.1.1, glob@^7.1.2:
once "^1.3.0"
path-is-absolute "^1.0.0"

globby@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/globby/-/globby-8.0.0.tgz#e6f8340ead9a52fa417ec0e75ae664ae0026f5c6"
globby@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/globby/-/globby-8.0.1.tgz#b5ad48b8aa80b35b814fc1281ecc851f1d2b5b50"
dependencies:
array-union "^1.0.1"
dir-glob "^2.0.0"
Expand Down

0 comments on commit 2f85029

Please sign in to comment.