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 Apr 9, 2024
1 parent 49ff794 commit 5bb8b53
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 135 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.2.75",
"eslint": "8.57.0",
"eslint": "9.0.0",
"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 5bb8b53

Please sign in to comment.