Skip to content

Commit

Permalink
Merge pull request #1876 from GW2Treasures/renovate/typescript-eslint…
Browse files Browse the repository at this point in the history
…-monorepo

Update typescript-eslint monorepo to v8.18.2
  • Loading branch information
darthmaim authored Dec 23, 2024
2 parents 4e55c24 + c013fcf commit c15f3a6
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
"ts-node": "10.9.2",
"tslib": "2.8.1",
"typescript": "5.7.2",
"typescript-eslint": "8.18.1"
"typescript-eslint": "8.18.2"
}
}
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 @@
"@gw2treasures/tsconfig": "workspace:*",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@typescript-eslint/parser": "8.18.1",
"@typescript-eslint/parser": "8.18.2",
"@vercel/ncc": "0.38.3",
"eslint": "9.17.0",
"jest": "29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"homepage": "https://github.com/GW2Treasures/gw2treasures.com#readme",
"dependencies": {
"@stylistic/eslint-plugin": "2.12.1",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-react": "7.37.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/GW2Treasures/gw2treasures.com#readme",
"dependencies": {
"@typescript-eslint/utils": "8.18.1"
"@typescript-eslint/utils": "8.18.2"
},
"devDependencies": {
"@eslint/eslintrc": "3.2.0",
Expand Down
148 changes: 74 additions & 74 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c15f3a6

Please sign in to comment.