-
-
Notifications
You must be signed in to change notification settings - Fork 105
Closed
Labels
✨ Feature RequestSomething should be addedSomething should be added🛑 AbandonedThe issue or Pull Request will not be worked onThe issue or Pull Request will not be worked on
Description
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
PatrickJS-kunaico, deadcoder0904, roelentless, MalachiteMiller, elianparedes and 3 more
Metadata
Metadata
Assignees
Labels
✨ Feature RequestSomething should be addedSomething should be added🛑 AbandonedThe issue or Pull Request will not be worked onThe issue or Pull Request will not be worked on