Skip to content

Commit

Permalink
chore: add missing transitive peerDependencies (#102)
Browse files Browse the repository at this point in the history
Co-authored-by: JounQin <[email protected]>
  • Loading branch information
matwilko and JounQin authored Dec 27, 2023
1 parent 3694b4f commit 23a43b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/thick-lions-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'eslint-plugin-sonar': patch
---

chore: add missing transitive peer dependencies
2 changes: 2 additions & 0 deletions eslint-plugin-sonar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"eslint-sonarjs"
],
"peerDependencies": {
"@babel/core": "^7.11.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^7.0.0 || ^8.0.0",
"typescript": "^4.0.0 || ^5.0.0"
},
Expand Down

0 comments on commit 23a43b3

Please sign in to comment.