From d1bb7bbb0a42e1d02c67204658f680c946f70166 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Wed, 13 May 2020 22:23:46 +0800 Subject: [PATCH] - Bump eslint peerDep to 7+ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0a38a1..6b7ef40 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "pr-log": "^4.0.0" }, "peerDependencies": { - "eslint": ">= 4.0.0" + "eslint": ">=7.0.0" }, "repository": { "type": "git",