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

Move TypeScript to devDependencies #787

Merged
merged 2 commits into from
May 10, 2024
Merged

Move TypeScript to devDependencies #787

merged 2 commits into from
May 10, 2024

Conversation

julienp
Copy link
Contributor

@julienp julienp commented May 10, 2024

We don't want magic functions to include typescript as a dependency.

In #774 we added TypeScript as an explicit dependency so that new projects use a recent version of TypeScript by default. However listing it in dependencies instead of devDependencies causes magic functions to bundle it. We avoid this by making it a devDependency.

We don't want magic functions to include typescript as a dependency.
@julienp julienp requested a review from a team May 10, 2024 07:14
This fixes a bug when running on non x64 architecture that prevents
installing the binaries jaxxstorm/action-install-gh-release@410ab39
@julienp julienp force-pushed the julienp/ts-dev-dep branch from d7fb8d7 to c93a01c Compare May 10, 2024 13:46
@julienp julienp merged commit b215452 into master May 10, 2024
5 of 7 checks passed
@julienp julienp deleted the julienp/ts-dev-dep branch May 10, 2024 14:43
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.

3 participants