From 528c432954c52d7c993a8d45fa80c8a5a6bf6a3a Mon Sep 17 00:00:00 2001 From: Retsam Date: Fri, 12 Jul 2019 13:06:07 -0400 Subject: [PATCH] feat(eslint-plugin): bump tsutils to v3.14 Bummping in order to use the isBooleanLiteralType utility --- packages/eslint-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index d530f86a12bc..95ebf6b86dff 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -45,7 +45,7 @@ "eslint-utils": "^1.3.1", "functional-red-black-tree": "^1.0.1", "regexpp": "^2.0.1", - "tsutils": "^3.7.0" + "tsutils": "^3.14.0" }, "devDependencies": { "@types/marked": "^0.6.5",