rickstaa / wordeq-2-latexeq

Small Javascript Regex app that converts Word equations to Latex equations.
https://wordeq-2-latexeq.rickstaa.dev
MIT License
2 stars 0 forks source link

[BUG] Dependency updates blocked due to CRA deprication #97

Open rickstaa opened 1 year ago

rickstaa commented 1 year ago

Describe the bug

Problem

The deprecation of the create-react-app framework (as discussed here) has created a roadblock in updating TypeScript to version 5 (refer to this GitHub issue). Consequently, several dependencies are stuck without updates, as they mandate a minimum TypeScript version of v5.

Solution

Consider transitioning to Next.js as an alternative.

Reproduction steps

Checkout https://github.com/rickstaa/github-emoji-picker/pull/149 to see that the update to typescript V5 fails.

Expected behaviour

We should be able to update to v5 without the build step failing.

Screenshots / Live demo link

No response

System information

No response

Additional context

No response

rickstaa commented 1 year ago

I assigned myself so that I remember. If anybody else wants to take this on, please comment below 👍🏻.