Skip to content

Commit

Permalink
build(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent 91c6287 commit d7a029d
Show file tree
Hide file tree
Showing 10 changed files with 193 additions and 186 deletions.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"eslint": "~8.57.1",
"eslint": "~9.17.0",
"postcss-load-config": "^6.0.1",
"typescript": "~5.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"eslint": "~8.57.1",
"eslint": "~9.17.0",
"typescript": "~5.7.2"
},
"homepage": "https://shinju.date/",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"eslint": "~8.57.1",
"eslint": "~9.17.0",
"jest": "^29.7.0",
"postcss": "^8.4.49",
"postcss-load-config": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@shinju-date/eslint-config": "workspace:*",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"eslint": "^8.57.1",
"eslint": "^9.17.0",
"next": "^15.1.0",
"supabase": "^2.0.0",
"tsup": "^8.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"description": "",
"devDependencies": {
"eslint": "^8.57.1"
"eslint": "^9.17.0"
},
"homepage": "https://shinju.date/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@shinju-date/eslint-config": "workspace:*",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"eslint": "^8.57.1",
"eslint": "^9.17.0",
"next": "^15.1.0",
"tsup": "^8.3.5",
"typescript": "~5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@shinju-date/eslint-config": "workspace:*",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"eslint": "^8.57.1",
"eslint": "^9.17.0",
"tsup": "^8.3.5",
"typescript": "~5.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/retryable-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@shinju-date/eslint-config": "workspace:*",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"eslint": "^8.57.1",
"eslint": "^9.17.0",
"tsup": "^8.3.5",
"typescript": "~5.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/temporal-fns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@shinju-date/eslint-config": "workspace:*",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"eslint": "^8.57.1",
"eslint": "^9.17.0",
"tsup": "^8.3.5",
"typescript": "~5.7.2"
},
Expand Down
Loading

0 comments on commit d7a029d

Please sign in to comment.