Skip to content

Commit

Permalink
fix(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent 78c34df commit fa02372
Show file tree
Hide file tree
Showing 9 changed files with 270 additions and 284 deletions.
2 changes: 1 addition & 1 deletion packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@technifit/eslint-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@vitest/coverage-v8": "2.1.8",
"eslint": "8.57.1",
"eslint": "9.17.0",
"typescript": "5.7.2",
"vitest": "2.1.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@technifit/eslint-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@vitest/coverage-v8": "2.1.8",
"eslint": "8.57.1",
"eslint": "9.17.0",
"typescript": "5.7.2",
"vitest": "2.1.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/id/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@technifit/eslint-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@vitest/coverage-v8": "2.1.8",
"eslint": "8.57.1",
"eslint": "9.17.0",
"typescript": "5.7.2",
"vitest": "2.1.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@technifit/eslint-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@vitest/coverage-v8": "2.1.8",
"eslint": "8.57.1",
"eslint": "9.17.0",
"typescript": "5.7.2",
"vitest": "2.1.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@technifit/eslint-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@vitest/coverage-v8": "2.1.8",
"eslint": "8.57.1",
"eslint": "9.17.0",
"typescript": "5.7.2",
"vitest": "2.1.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"date-fns": "4.1.0",
"eslint": "8.57.1",
"eslint": "9.17.0",
"postcss": "8.4.49",
"react": "18.3.1",
"react-day-picker": "9.4.1",
Expand Down
538 changes: 262 additions & 276 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tooling/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/eslint": "9.6.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "2.3.3",
"eslint-plugin-import": "2.31.0",
Expand Down
2 changes: 1 addition & 1 deletion tooling/tailwind-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@technifit/eslint-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint": "9.17.0",
"postcss": "8.4.49",
"tailwindcss": "3.4.16",
"typescript": "5.7.2"
Expand Down

0 comments on commit fa02372

Please sign in to comment.