From 1c1dc657eec57f80a7ae1604d8714f51ae6cbc2a Mon Sep 17 00:00:00 2001 From: iapyang Date: Tue, 20 Sep 2022 14:07:01 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=80=82=E9=85=8D=E4=B8=8Bpeerdep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bea49278e..a8a0753c1 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,10 @@ "@babel/core": "^7.17.4", "@babel/polyfill": "7.6.0", "@fui/babel-preset-fineui": "^2.0.0", - "@fui/eslint-plugin": "^1.0.15", + "@fui/eslint-plugin": "^1.0.19", "@types/node": "15.6.1", + "@typescript-eslint/eslint-plugin": "2.33.0", + "@typescript-eslint/parser": "2.33.0", "autoprefixer": "9.6.1", "babel-loader": "8.0.6", "chai": "4.2.0", @@ -85,4 +87,4 @@ }, "author": "fanruan", "license": "MIT" -} \ No newline at end of file +}