Skip to content

Commit

Permalink
fix(eslint-plugin): include alpha pre-releases in parser peer depende…
Browse files Browse the repository at this point in the history
  • Loading branch information
bachmacintosh committed May 15, 2024
1 parent 94bd289 commit 5753fe5
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 @@ -102,7 +102,7 @@
"unist-util-visit": "^5.0.0"
},
"peerDependencies": {
"@typescript-eslint/parser": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
"eslint": "^8.57.0 || ^9.0.0"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5526,7 +5526,7 @@ __metadata:
typescript: "*"
unist-util-visit: ^5.0.0
peerDependencies:
"@typescript-eslint/parser": ^8.0.0
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
eslint: ^8.57.0 || ^9.0.0
peerDependenciesMeta:
typescript:
Expand Down

0 comments on commit 5753fe5

Please sign in to comment.