Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 28, 2024
1 parent 50f7889 commit 0ddaac1
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 110 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@vant/cli": "workspace:*",
"@vant/eslint-config": "workspace:*",
"eslint": "^8.57.0",
"eslint": "^9.6.0",
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"prettier": "^3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"commander": "^12.1.0",
"rslog": "^1.2.2",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"eslint": "^9.6.0",
"enquirer": "2.4.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vant-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint-plugin-vue": "^9.26.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint": "^9.6.0",
"typescript": "^5.4.5"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 0ddaac1

Please sign in to comment.