From 2932b39c88ee32716defc3926bc049c547076795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Fri, 22 May 2020 16:41:26 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=86=99=20upgrade=20@typescript-e?= =?UTF-8?q?slint/eslint-plugin=20(#24398)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * :up: upgrade @typescript-eslint/eslint-plugin * Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e8681dc293..b1137c233f 100644 --- a/package.json +++ b/package.json @@ -168,8 +168,8 @@ "@types/react-color": "^3.0.1", "@types/react-dom": "^16.9.5", "@types/warning": "^3.0.0", - "@typescript-eslint/eslint-plugin": "^2.19.0", - "@typescript-eslint/parser": "^2.19.0", + "@typescript-eslint/eslint-plugin": "^3.0.0", + "@typescript-eslint/parser": "^3.0.0", "antd-img-crop": "^3.1.1", "antd-pro-merge-less": "^3.0.3", "antd-theme-generator": "1.2.2",