Skip to content

Commit

Permalink
fix(typescript-eslint): declare peer dependency on utils to ensure …
Browse files Browse the repository at this point in the history
…npm correctly installs dependencies (typescript-eslint#8738)
  • Loading branch information
bradzacher authored and peanutenthusiast committed Mar 27, 2024
1 parent 58bbee3 commit d4b6327
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/typescript-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1"
"@typescript-eslint/parser": "7.3.1",
"@typescript-eslint/utils": "7.3.1"
},
"devDependencies": {
"downlevel-dts": "*",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19331,6 +19331,7 @@ __metadata:
dependencies:
"@typescript-eslint/eslint-plugin": 7.3.1
"@typescript-eslint/parser": 7.3.1
"@typescript-eslint/utils": 7.3.1
downlevel-dts: "*"
jest: 29.7.0
prettier: ^3.0.3
Expand Down

0 comments on commit d4b6327

Please sign in to comment.