diff --git a/package.json b/package.json index 9878baa17..8e0656a43 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 +}