Skip to content

Commit

Permalink
fix: bump command
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 21, 2018
1 parent e35604d commit 5d37a07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/oclif/plugin-plugins/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.3",
"@oclif/command": "^1.4.13",
"@oclif/command": "^1.4.14",
"chalk": "^2.4.0",
"cli-ux": "^3.3.31",
"debug": "^3.1.0",
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@
debug "^3.1.0"
semver "^5.5.0"

"@oclif/command@^1.4.14":
version "1.4.14"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.14.tgz#b9a65945566711dba1d180af05e427da9a673166"
dependencies:
"@oclif/errors" "^1.0.4"
"@oclif/parser" "^3.3.2"
debug "^3.1.0"
semver "^5.5.0"

"@oclif/config@^1.6.6", "@oclif/config@^1.6.7":
version "1.6.7"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.7.tgz#0b924a4c99b08c19d40ec4661511ea5ce55c7a0b"
Expand Down

0 comments on commit 5d37a07

Please sign in to comment.