From 17777514cc4446b2a99d8cdb2fdff8758fef1751 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Fri, 7 Jul 2017 16:29:57 -0400 Subject: [PATCH] Updated chalk deps to version 2.0.1 --- cli/package.json | 2 +- package.json | 1 + packages/server/package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cli/package.json b/cli/package.json index a4a4349f2f..1d23178eb5 100644 --- a/cli/package.json +++ b/cli/package.json @@ -22,7 +22,7 @@ "dependencies": { "@cypress/xvfb": "1.0.3", "bluebird": "3.5.0", - "chalk": "1.1.3", + "chalk": "2.0.1", "commander": "2.9.0", "common-tags": "1.4.0", "debug": "2.6.8", diff --git a/package.json b/package.json index 5e2c907822..e7b772ec6e 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,7 @@ "babel-eslint": "^6.0.4", "bluebird": "^3.4.5", "chai": "^4.0.2", + "chalk": "^2.0.1", "check-more-types": "^2.24.0", "cloudflare-cli": "^2.1.0", "coffeelint": "^1.16.0", diff --git a/packages/server/package.json b/packages/server/package.json index 553773e6ad..c6f226b554 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -75,7 +75,7 @@ "browserify": "^13.1.1", "bytes": "^2.4.0", "chai": "^1.9.2", - "chalk": "1.1.1", + "chalk": "^2.0.1", "chokidar": "1.6.0", "cjsxify": "^0.3.0", "compression": "1.1.0",