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 Jan 11, 2025
1 parent d386b26 commit 1727ac3
Show file tree
Hide file tree
Showing 5 changed files with 208 additions and 259 deletions.
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"yaml-eslint-parser": "^1.2.2"
},
"devDependencies": {
"eslint": "8.57.1"
"eslint": "9.18.0"
},
"peerDependencies": {
"eslint": ">=7.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"eslint-plugin-react-hooks": "^4.6.0"
},
"devDependencies": {
"eslint": "8.57.1",
"eslint": "9.18.0",
"react": "18.3.1",
"typescript": "5.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-plugin-typescript-sort-keys": "^3.1.0"
},
"devDependencies": {
"eslint": "8.57.1"
"eslint": "9.18.0"
},
"peerDependencies": {
"typescript": "^4.4.3 || ^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint-plugin-vue": "^9.22.0"
},
"devDependencies": {
"eslint": "8.57.1"
"eslint": "9.18.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 1727ac3

Please sign in to comment.