Skip to content

Commit

Permalink
fix(eslint-plugin): update peer dep for parser (#8441)
Browse files Browse the repository at this point in the history
* fix(eslint-plugin): Update peer dep for parser

* yarn format --write

* yarn

---------

Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
  • Loading branch information
timdorr and JoshuaKGoldberg committed Feb 12, 2024
1 parent b27de99 commit 422791c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"typescript": "*"
},
"peerDependencies": {
"@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.56.0"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5482,7 +5482,7 @@ __metadata:
tsx: "*"
typescript: "*"
peerDependencies:
"@typescript-eslint/parser": ^6.0.0 || ^6.0.0-alpha
"@typescript-eslint/parser": ^7.0.0
eslint: ^8.56.0
peerDependenciesMeta:
typescript:
Expand Down

0 comments on commit 422791c

Please sign in to comment.