From 3c2d9f63bdf049a09d5325a95e57225c17042c68 Mon Sep 17 00:00:00 2001 From: Andrey Chalkin Date: Wed, 29 Jan 2020 19:09:07 +0700 Subject: [PATCH] chore: update chalk to v3 (#2831) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4898cd704..0a8089a47 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "style" ], "dependencies": { - "chalk": "^2.4.2", + "chalk": "^3.0.0", "chokidar": "^3.3.0", "cross-spawn": "^7.0.1", "get-stdin": "^7.0.0",