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

Update typescript version #108

Merged
merged 3 commits into from
Sep 28, 2023
Merged

Conversation

dariusk
Copy link
Contributor

@dariusk dariusk commented Sep 27, 2023

The previous ^-based typescript version string in package.json installed 5.2.x automatically, but some changes in 5.2 break the build. I have updated this to explicitly install the latest 5.1 version, one that I have confirmed to work

I believe this fixes #107

dariusk and others added 3 commits September 27, 2023 09:43
The previous ^-based version installed 5.2.x automatically, but some changes in 5.2 break the build. I have updated this to explicitly install the latest 5.1 version, one that I have confirmed to work
@lowercasename
Copy link
Owner

The PNPM lockfile needed updating, which was causing CI to fail. All looks good now, thanks for identifying and fixing this!

Typescript's version numbering continues to be one of the great unsolved mysteries of our time...

@lowercasename lowercasename merged commit d3f92b7 into lowercasename:main Sep 28, 2023
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.

pnpm build fails
2 participants