From 0228762c65e40ce92a162e76a5c82e78d5212185 Mon Sep 17 00:00:00 2001 From: Paul Falgout Date: Thu, 1 Nov 2018 01:20:34 +0900 Subject: [PATCH] Update common-tags to 1.8.0 (#2415) Previous versions had a surprisingly expensive dependency tree, loading particular versions of babel and other libs. 1.8.0 is supposed to be nonbreaking, but is dependency free --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9baa11ac987c..eab1d91f23da 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "cloudflare-cli": "^2.1.0", "coffeelint": "^1.16.0", "commit-message-install": "^1.10.0", - "common-tags": "^1.4.0", + "common-tags": "^1.8.0", "console.table": "^0.9.1", "debug": "3.1.0", "del": "^3.0.0",