Skip to content

Commit

Permalink
Upgrade eslint to 9.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmaim committed Dec 6, 2024
1 parent d8cd86e commit d28d062
Show file tree
Hide file tree
Showing 8 changed files with 359 additions and 51 deletions.
2 changes: 1 addition & 1 deletion apps/legacy-importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@gw2treasures/eslint-config": "workspace:*",
"@gw2treasures/tsconfig": "workspace:*",
"@types/node": "22.10.1",
"eslint": "8.57.1",
"eslint": "9.16.0",
"prisma": "6.0.1",
"typescript": "5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/react-dom": "19.0.1",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"csstype": "3.1.3",
"eslint": "8.57.1",
"eslint": "9.16.0",
"eslint-config-next": "15.0.4",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"gw2-api-types": "0.0.8",
Expand Down
2 changes: 1 addition & 1 deletion apps/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/node": "22.10.1",
"@typescript-eslint/parser": "8.17.0",
"@vercel/ncc": "0.38.3",
"eslint": "8.57.1",
"eslint": "9.16.0",
"jest": "29.7.0",
"ts-jest": "29.2.5",
"typescript": "5.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"devDependencies": {
"@gw2treasures/eslint-config": "workspace:*",
"@gw2treasures/tsconfig": "workspace:*",
"eslint": "8.57.1",
"eslint": "9.16.0",
"tsup": "8.3.5",
"typescript": "5.7.2"
},
"peerDependencies": {
"eslint": "^8.56.0"
"eslint": "^8.56.0 || ^9.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@gw2treasures/eslint-config": "workspace:*",
"@gw2treasures/tsconfig": "workspace:*",
"eslint": "8.57.1",
"eslint": "9.16.0",
"typescript": "5.7.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/publish-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@gw2treasures/eslint-config": "workspace:*",
"@gw2treasures/tsconfig": "workspace:*",
"@types/node": "22.10.1",
"eslint": "8.57.1",
"eslint": "9.16.0",
"typescript": "5.7.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"csstype": "3.1.3",
"eslint": "8.57.1",
"eslint": "9.16.0",
"eslint-config-next": "15.0.4",
"typescript": "5.7.2"
},
Expand Down
Loading

0 comments on commit d28d062

Please sign in to comment.