Skip to content

Commit

Permalink
chore(eslint): update eslint deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed Jul 1, 2024
1 parent 579eaef commit b2475d7
Show file tree
Hide file tree
Showing 2 changed files with 337 additions and 130 deletions.
10 changes: 5 additions & 5 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,20 +76,20 @@
"clean": "rimraf ./es ./lib"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-node-import": "^1.0.4",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-vue": "^9.26.0",
"vue-eslint-parser": "^9.4.2"
"vue-eslint-parser": "^9.4.3"
},
"peerDependencies": {
"eslint": "^8.56.0",
Expand Down
Loading

0 comments on commit b2475d7

Please sign in to comment.