Skip to content

Commit

Permalink
fix: 0.1.1 eslint-config-react-app 依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohongyang1 committed Aug 6, 2020
1 parent e00839c commit b8ac9fe
Show file tree
Hide file tree
Showing 2 changed files with 6,690 additions and 1,275 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jdcfe/yep-tools",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"scripts": {
"pub": "./publish.sh"
Expand All @@ -15,18 +15,25 @@
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@typescript-eslint/parser": "^3.8.0",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"autoprefixer": "^9.3.1",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.1.0",
"babel-plugin-named-asset-import": "^0.3.6",
"babel-preset-react-app": "^9.1.2",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"colorful": "^2.1.0",
"commander": "^2.19.0",
"css-loader": "^4.2.0",
"eslint": "^7.6.0",
"eslint-config-react-app": "^5.2.1",
"eslint": "^7.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"file-loader": "^6.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
Expand Down
Loading

0 comments on commit b8ac9fe

Please sign in to comment.