Skip to content

Commit

Permalink
Merge pull request #299 from byhow/renovate/eslint-9.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency eslint to v9
  • Loading branch information
byhow authored May 2, 2024
2 parents 030cf1f + d8b3443 commit 77845c3
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 141 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@babel/core": "^7.23.0",
"@types/node": "^20.8.2",
"@types/react": "18.3.1",
"eslint": "8.57.0",
"eslint": "9.1.1",
"eslint-config-custom": "*",
"tsconfig": "*",
"typescript": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"eslint": "^8.50.0",
"eslint": "^9.0.0",
"eslint-config-next": "^14.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "7.34.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"eslint": "^8.50.0",
"eslint": "^9.0.0",
"eslint-config-custom": "*",
"react": "^18.0.0",
"tsconfig": "*",
Expand Down
Loading

0 comments on commit 77845c3

Please sign in to comment.