From 5584f1e2da1595e39109c0c90107ef9aa8a94440 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Thu, 1 Feb 2018 21:08:33 -0800 Subject: [PATCH] fix: use @heroku-cli/color --- package.json | 2 +- test/hooks/not_found.test.ts | 2 +- yarn.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 62203d86..c88ec788 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@anycli/config": "^0.2.11", "@anycli/engine": "^0.1.46", "@anycli/plugin-version": "^0.1.19", - "@anycli/test": "^0.10.2", + "@anycli/test": "^0.10.3", "@anycli/tslint": "^0.2.2", "@anycli/version-plugin": "^0.1.18", "@types/chai": "^4.1.2", diff --git a/test/hooks/not_found.test.ts b/test/hooks/not_found.test.ts index 4adf57ae..46b49ef1 100644 --- a/test/hooks/not_found.test.ts +++ b/test/hooks/not_found.test.ts @@ -1,5 +1,5 @@ import {test} from '@anycli/test' -import chalk from 'chalk' +import chalk from '@heroku-cli/color' chalk.enabled = false diff --git a/yarn.lock b/yarn.lock index bf461f84..22e13b32 100644 --- a/yarn.lock +++ b/yarn.lock @@ -64,9 +64,9 @@ version "0.0.3" resolved "https://registry.yarnpkg.com/@anycli/screen/-/screen-0.0.3.tgz#f0afd970c3ed725702948a45a874ede1fdd9362e" -"@anycli/test@^0.10.2": - version "0.10.2" - resolved "https://registry.yarnpkg.com/@anycli/test/-/test-0.10.2.tgz#59019ff864dcb431e07bfa16659fa4d64fc8be4b" +"@anycli/test@^0.10.3": + version "0.10.3" + resolved "https://registry.yarnpkg.com/@anycli/test/-/test-0.10.3.tgz#f0179c6407f7a4a71893bd1ded95a0669b20ea31" dependencies: fancy-test "^0.6.6" lodash "^4.17.4"