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 6a59e50 commit 0a5eb04
Show file tree
Hide file tree
Showing 9 changed files with 276 additions and 290 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
Loading

0 comments on commit 0a5eb04

Please sign in to comment.