From 732215e36ccbff42e0d3fead8fbffafd4c674fe7 Mon Sep 17 00:00:00 2001 From: Toru Nagashima Date: Thu, 14 May 2020 18:01:20 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20revert=20espree=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit That was a breaking change that drops Node.js 8 support. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2195ace8..cd43aff1 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "debug": "^4.1.1", "eslint-scope": "^5.0.0", "eslint-visitor-keys": "^1.1.0", - "espree": "^7.0.0", + "espree": "^6.2.1", "esquery": "^1.0.1", "lodash": "^4.17.15" },