Skip to content

Commit

Permalink
fix(lint): 对齐模板 eslint 依赖版本 fix #14904
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode committed Feb 21, 2024
1 parent 4b4abd1 commit 465ef23
Show file tree
Hide file tree
Showing 3 changed files with 1,571 additions and 2,708 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
"@types/tapable": "^1",
"@types/webpack": "^4.41.26",
"@types/webpack-dev-server": "^3.11.3",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-preset-power-assert": "3.0.0",
"babel-preset-taro": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-taro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
],
"dependencies": {
"@babel/eslint-parser": "^7.17.0",
"@typescript-eslint/parser": "^5.20.0"
"@typescript-eslint/parser": "^6.2.0"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"eslint": "^8.12.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.4.0",
Expand Down
Loading

0 comments on commit 465ef23

Please sign in to comment.