Skip to content

Commit

Permalink
fix(eslint-config-custom): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 24, 2024
1 parent 6d4dd7b commit 3efb555
Show file tree
Hide file tree
Showing 4 changed files with 243 additions and 150 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vercel/analytics": "1.1.2",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"eslint": "8.56.0",
"eslint": "9.3.0",
"eslint-config-next": "14.1.0",
"framer-motion": "11.0.3",
"lucide-react": "0.321.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@next/eslint-plugin-next": "14.1.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"eslint": "9.3.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-next": "14.1.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 @@ -10,7 +10,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"eslint": "9.3.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
Expand Down
Loading

0 comments on commit 3efb555

Please sign in to comment.