Skip to content

Commit

Permalink
Merge pull request #189 from TomKalina/feat/add-typescript-peer
Browse files Browse the repository at this point in the history
fix(deps): add typescript as a peer dependency
  • Loading branch information
kasperpeulen authored Feb 12, 2025
2 parents 7ff295c + cec50ec commit 3e61b84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
"typescript": "^5.4.5"
},
"peerDependencies": {
"eslint": ">=8"
"eslint": ">=8",
"typescript": ">=4.8.4 <5.8.0"
},
"engines": {
"node": ">= 18"
Expand Down

0 comments on commit 3e61b84

Please sign in to comment.