twind
twind copied to clipboard
[Feature]: allow peer dep of typescript v5
Describe the problem
@twind/core
right now has a peer dependency requirement of typescript@^4
, but typescript v5 has been out for a while, so adding this package also causes there to be peer dependency errors because i use the newer version of typescript
Describe the proposed solution
more permissive peer dep version for typescript, e.g. >4
or ^4 || ^5
Alternatives considered
No response
Importance
nice to have
Additional Information
No response
not just @twind/core - presets, too
Hi im facing the same issue with peerDeps