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

[ST-1798] Allow TypeScript 5 as a peer dependency. #162

Merged
merged 1 commit into from
Apr 19, 2023
Merged

Conversation

angel3cu
Copy link

Currently, Backpack React Scripts has TypeScript as a peer dependency, but only allows TypeScript 3 and 4. The latest TypeScript 5 has been released and it would be good to update to this.

This change will not force any of the existing consumers to update, but will allow those who would like to do so at their own risk. This is a very low risk change, since:

TypeScript 5 is backwards compatible.
Any changes or issues will be caught at compile time.

@angel3cu angel3cu force-pushed the ST-1798--typescript branch from 9f658a6 to 5177dad Compare April 19, 2023 12:50
@angel3cu angel3cu force-pushed the ST-1798--typescript branch from 5177dad to 6a19600 Compare April 19, 2023 12:52
@Sybsw Sybsw merged commit 8c05b0d into fork Apr 19, 2023
@olliecurtis olliecurtis deleted the ST-1798--typescript branch October 10, 2023 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants