From 46abe8c3269a8e8c556e91fc02a330e3e31abdbe Mon Sep 17 00:00:00 2001 From: himynameisdave Date: Fri, 15 May 2020 10:33:25 -0700 Subject: [PATCH] =?UTF-8?q?=E2=98=9D=EF=B8=8F=20Bump=20eslint-template-vis?= =?UTF-8?q?itor=20to=202.x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not actually a major change, it just bumps the peerDep version of ESLint to ^7 to avoid the install warning. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6f054eead..dea370eded 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "ci-info": "^2.0.0", "clean-regexp": "^1.0.0", "eslint-ast-utils": "^1.1.0", - "eslint-template-visitor": "^1.1.0", + "eslint-template-visitor": "^2.0.0", "eslint-utils": "^2.0.0", "import-modules": "^2.0.0", "lodash": "^4.17.15",