You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
The text was updated successfully, but these errors were encountered:
Hey folks. This issue hasn't received any traction for 90 days, so we're going to close this for housekeeping. If this is still an ongoing issue, please do consider contributing a Pull Request to resolve it. Further discussion is always welcome even with the issue closed. If anything actionable is posted in the comments, we'll consider reopening it. ⓘ
Describe the problem
@twind/core
right now has a peer dependency requirement oftypescript@^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 typescriptDescribe 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
The text was updated successfully, but these errors were encountered: