Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

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 14, 2024
1 parent b0ff946 commit 62e4f21
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 235 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.2",
"bumpp": "^9.4.1",
"eslint": "^8.57.0",
"eslint": "^9.5.0",
"husky": "^9.0.11",
"nano-staged": "^0.8.0",
"npm-run-all2": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
}
],
"devDependencies": {
"eslint": "^8.57.0"
"eslint": "^9.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
],
"devDependencies": {
"eslint": "^8.57.0",
"eslint": "^9.5.0",
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
}
],
"devDependencies": {
"eslint": "^8.57.0"
"eslint": "^9.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
],
"devDependencies": {
"eslint": "^8.57.0",
"eslint": "^9.5.0",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 62e4f21

Please sign in to comment.