Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: allow peer dep of typescript v5 #497

Open
osdiab opened this issue Nov 7, 2023 · 2 comments · May be fixed by #498
Open

[Feature]: allow peer dep of typescript v5 #497

osdiab opened this issue Nov 7, 2023 · 2 comments · May be fixed by #498
Labels
✨ Feature Request Something should be added

Comments

@osdiab
Copy link

osdiab commented Nov 7, 2023

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 osdiab added the ✨ Feature Request Something should be added label Nov 7, 2023
@osdiab osdiab linked a pull request Nov 7, 2023 that will close this issue
5 tasks
@AndreLeifert
Copy link

not just @twind/core - presets, too

@kasvith
Copy link

kasvith commented Apr 3, 2024

Hi im facing the same issue with peerDeps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature Request Something should be added
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants