Skip to content

Commit

Permalink
chore(deps): update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 5c337b2 commit b7dba85
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"dotenv-cli": "7.4.2",
"eslint": "9.9.1",
"eslint": "9.14.0",
"framer-motion": "11.3.31",
"jiti": "1.21.6",
"prettier": "3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@tatsutakeinjp/eslint-config": "workspace:*",
"@tatsutakeinjp/prettier-config": "workspace:*",
"@tatsutakeinjp/tsconfig": "workspace:*",
"eslint": "9.9.1",
"eslint": "9.14.0",
"prettier": "3.3.3",
"typescript": "5.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@tatsutakeinjp/eslint-config": "workspace:*",
"@tatsutakeinjp/prettier-config": "workspace:*",
"@tatsutakeinjp/tsconfig": "workspace:*",
"eslint": "9.9.1",
"eslint": "9.14.0",
"prettier": "3.3.3",
"typescript": "5.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@tatsutakeinjp/tsconfig": "workspace:*",
"dotenv-cli": "7.4.2",
"drizzle-kit": "0.24.2",
"eslint": "9.9.1",
"eslint": "9.14.0",
"prettier": "3.3.3",
"typescript": "5.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@tatsutakeinjp/tailwind-config": "workspace:*",
"@tatsutakeinjp/tsconfig": "workspace:*",
"@types/react": "18.3.5",
"eslint": "9.9.1",
"eslint": "9.14.0",
"prettier": "3.3.3",
"react": "18.3.1",
"tailwindcss": "3.4.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/validators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@tatsutakeinjp/eslint-config": "workspace:*",
"@tatsutakeinjp/prettier-config": "workspace:*",
"@tatsutakeinjp/tsconfig": "workspace:*",
"eslint": "9.9.1",
"eslint": "9.14.0",
"prettier": "3.3.3",
"typescript": "5.5.4"
},
Expand Down
10 changes: 5 additions & 5 deletions tooling/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"@next/eslint-plugin-next": "14.2.7",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint-config-turbo": "2.1.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.35.0",
"eslint-config-turbo": "2.2.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2"
},
"devDependencies": {
"@tatsutakeinjp/prettier-config": "workspace:*",
"@tatsutakeinjp/tsconfig": "workspace:*",
"@types/eslint": "9.6.1",
"eslint": "9.9.1",
"eslint": "9.14.0",
"prettier": "3.3.3",
"typescript": "5.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion tooling/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@tatsutakeinjp/eslint-config": "workspace:*",
"@tatsutakeinjp/prettier-config": "workspace:*",
"@tatsutakeinjp/tsconfig": "workspace:*",
"eslint": "9.9.1",
"eslint": "9.14.0",
"prettier": "3.3.3",
"typescript": "5.5.4"
},
Expand Down

0 comments on commit b7dba85

Please sign in to comment.