Skip to content

Commit

Permalink
Bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.2.0
Browse files Browse the repository at this point in the history
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.2.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.2.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent a383c34 commit 2eb9f42
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/faucet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/node": "^20",
"@types/react": "^18.1",
"@types/react-dom": "^18.1",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^7",
"autoprefixer": "^10",
"eslint": "^9",
Expand Down
2 changes: 1 addition & 1 deletion apps/groups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/node": "^20",
"@types/react": "^18.1",
"@types/react-dom": "^18.1",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^7",
"autoprefixer": "^10",
"eslint": "^9",
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/node": "^20",
"@types/react": "^18.1",
"@types/react-dom": "^18.1",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^7",
"autoprefixer": "^10",
"eslint": "^9",
Expand Down
2 changes: 1 addition & 1 deletion apps/ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/node": "^20",
"@types/react": "^18.1",
"@types/react-dom": "^18.1",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^7",
"autoprefixer": "^10",
"eslint": "^9",
Expand Down
2 changes: 1 addition & 1 deletion apps/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/node": "^20",
"@types/react": "^18.1",
"@types/react-dom": "^18.1",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^7",
"autoprefixer": "^10",
"eslint": "^9",
Expand Down
2 changes: 1 addition & 1 deletion packages/chora/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/node": "^20",
"@types/react": "^18.1",
"@types/react-dom": "^18.1",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^7",
"autoprefixer": "^10",
"copyfiles": "^2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"clean": "rm -rf .turbo api dist node_modules"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^7",
"eslint": "^9",
"prettier": "^3",
Expand Down

0 comments on commit 2eb9f42

Please sign in to comment.