Skip to content

Commit

Permalink
fix: Allow typescript v5+ as a peer dependency
Browse files Browse the repository at this point in the history
This isn't breaking as it is improving backwards compatibilty.
  • Loading branch information
d-goog committed Oct 22, 2024
1 parent 3543ad8 commit cad8ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@
"typescript": "^5.6.3"
},
"peerDependencies": {
"typescript": ">=5.6.3"
"typescript": ">=5"
}
}

0 comments on commit cad8ac3

Please sign in to comment.