Skip to content

Commit

Permalink
fix: switch to @oclif/color
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 29, 2018
1 parent 1c916ad commit 4c2bfa6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-plugins/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.5",
"@oclif/color": "^0.0.0",
"@oclif/command": "^1.4.33",
"chalk": "^2.4.1",
"cli-ux": "^4.6.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,4 +1,4 @@
import color from '@heroku-cli/color'
import color from '@oclif/color'
import {Command, flags} from '@oclif/command'

import Plugins from '../../plugins'
Expand Down
21 changes: 12 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@
reflect-metadata "^0.1.12"
tslib "^1.8.1"

"@heroku-cli/color@^1.1.5":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@heroku-cli/color/-/color-1.1.5.tgz#d98781513f8daebb21aaaf54c9e8d497db3efcfb"
dependencies:
ansi-styles "^3.2.1"
chalk "^2.4.1"
strip-ansi "^4.0.0"
supports-color "^5.4.0"

"@mrmlnc/readdir-enhanced@^2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
Expand All @@ -38,6 +29,14 @@
version "1.1.0"
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.0.tgz#50c1e2260ac0ed9439a181de3725a0168d59c48a"

"@oclif/color@^0.0.0":
version "0.0.0"
resolved "https://registry.yarnpkg.com/@oclif/color/-/color-0.0.0.tgz#54939bbd16d1387511bf1a48ccda1a417248e6a9"
dependencies:
ansi-styles "^3.2.1"
supports-color "^5.4.0"
tslib "^1"

"@oclif/command@^1.4.30":
version "1.4.30"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.30.tgz#631eb423182517dc38711d6270aecb621bfa24a9"
Expand Down Expand Up @@ -1776,6 +1775,10 @@ [email protected]:
version "1.9.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"

tslib@^1:
version "1.9.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"

tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1:
version "1.9.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.1.tgz#a5d1f0532a49221c87755cfcc89ca37197242ba7"
Expand Down

0 comments on commit 4c2bfa6

Please sign in to comment.