twind icon indicating copy to clipboard operation
twind copied to clipboard

[Feature]: allow peer dep of typescript v5

Open osdiab opened this issue 1 year ago • 2 comments

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

osdiab avatar Nov 07 '23 07:11 osdiab

not just @twind/core - presets, too

AndreLeifert avatar Nov 26 '23 08:11 AndreLeifert

Hi im facing the same issue with peerDeps

kasvith avatar Apr 03 '24 07:04 kasvith