Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v8.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 24, 2024
1 parent 4538e4d commit ae46757
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 106 deletions.
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"yaml-eslint-parser": "^1.0.0"
},
"devDependencies": {
"eslint": "8.51.0"
"eslint": "8.57.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 @@ -26,7 +26,7 @@
"eslint-plugin-react-hooks": "^4.2.0"
},
"devDependencies": {
"eslint": "8.51.0",
"eslint": "8.57.0",
"react": "18.2.0",
"typescript": "4.9.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint-plugin-typescript-sort-keys": "^2.1.0"
},
"devDependencies": {
"eslint": "8.51.0"
"eslint": "8.57.0"
},
"peerDependencies": {
"typescript": "^4.4.3"
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 @@ -24,6 +24,6 @@
"eslint-plugin-vue": "^9.0.0"
},
"devDependencies": {
"eslint": "8.51.0"
"eslint": "8.57.0"
}
}
Loading

0 comments on commit ae46757

Please sign in to comment.