Skip to content

Commit

Permalink
fix: oclif rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 13, 2018
1 parent 4ba82d0 commit 7ae9d8f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
6 changes: 3 additions & 3 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.2.19",
"@oclif/command": "^1.2.21",
"chalk": "^2.3.1",
"cli-ux": "^3.3.19",
"debug": "^3.1.0",
Expand All @@ -27,9 +27,9 @@
},
"devDependencies": {
"@oclif/config": "^1.3.45",
"@oclif/dev-cli": "^0.3.10",
"@oclif/dev-cli": "^0.3.14",
"@oclif/errors": "^1.0.1",
"@oclif/plugin-help": "^0.7.2",
"@oclif/plugin-help": "^0.7.4",
"@oclif/test": "^0.10.15",
"@oclif/tslint": "^0.2.7",
"@types/chai": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/plugins/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Command, flags} from '@oclif/command'
import color from '@heroku-cli/color'
import {Command, flags} from '@oclif/command'

import Plugins from '../../plugins'
import {sortBy} from '../../util'
Expand Down
24 changes: 15 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,30 @@
version "1.0.0"
resolved "https://registry.yarnpkg.com/@heroku/linewrap/-/linewrap-1.0.0.tgz#a9d4e99f0a3e423a899b775f5f3d6747a1ff15c6"

"@oclif/command@^1.2.19", "@oclif/command@^1.2.20":
"@oclif/command@^1.2.20":
version "1.2.20"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.2.20.tgz#1330834cae3147c3319d91fba89f24576e493e5f"
dependencies:
"@oclif/parser" "^3.2.8"

"@oclif/command@^1.2.21":
version "1.2.21"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.2.21.tgz#73bd84fd2207df2ad414dcf91e3eebe7f944a95a"
dependencies:
"@oclif/parser" "^3.2.8"

"@oclif/config@^1.3.45":
version "1.3.47"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.47.tgz#7e7cf7ab0634edd60bd1675260ac588e6f6521fe"

"@oclif/dev-cli@^0.3.10":
version "0.3.13"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-0.3.13.tgz#2ebc33e67dc80ba168172bf6655fa1ec9cbd5e03"
"@oclif/dev-cli@^0.3.14":
version "0.3.14"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-0.3.14.tgz#8c55332d4e673e0e66f5d82e3efebef68a7fec7b"
dependencies:
"@oclif/command" "^1.2.19"
"@oclif/command" "^1.2.21"
"@oclif/config" "^1.3.45"
"@oclif/errors" "^1.0.1"
"@oclif/plugin-help" "^0.7.2"
"@oclif/plugin-help" "^0.7.4"
lodash.template "^4.4.0"
normalize-package-data "^2.4.0"
require-resolve "^0.0.2"
Expand All @@ -51,9 +57,9 @@
version "3.2.8"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.2.8.tgz#2b2e35b5c075d200d70950923acd64e258c5ae1d"

"@oclif/plugin-help@^0.7.2":
version "0.7.3"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-0.7.3.tgz#eb551780c0cc6da5b7e0ae5fd1b298160b20df6d"
"@oclif/plugin-help@^0.7.4":
version "0.7.4"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-0.7.4.tgz#1b7903ad303bc9c2816e1f8a8275da051b2361f7"
dependencies:
"@oclif/command" "^1.2.20"
chalk "^2.3.1"
Expand Down

0 comments on commit 7ae9d8f

Please sign in to comment.