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

Add @babel/preset-typescript dep to app-template-svelte-typescript #765

Merged
merged 1 commit into from
Aug 7, 2020

Conversation

drwpow
Copy link
Collaborator

@drwpow drwpow commented Aug 7, 2020

Changes

If you run npx create-snowpack-app --template app-template-svelte-typescript, then run npm test, you’ll get an error. This PR fixes that.

Since I was touching deps anyway, I just went ahead and updated Jest for everything. All tests should still pass—both for this project as well as all the templates.

Testing

@drwpow drwpow requested a review from a team as a code owner August 7, 2020 20:30
@vercel
Copy link

vercel bot commented Aug 7, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/pikapkg/snowpack/lytdqazn0
✅ Preview: https://snowpack-git-drwpow-fix-svelte-template.pikapkg.vercel.app

@@ -15,9 +15,10 @@
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Main change: just add @babel/preset-typescript to app-scripts-svelte

@drwpow drwpow force-pushed the drwpow/fix-svelte-template branch from c0f14eb to 2b0c632 Compare August 7, 2020 21:44
@drwpow drwpow requested a review from FredKSchott August 7, 2020 21:44
@drwpow drwpow merged commit 04fee0c into master Aug 7, 2020
@drwpow drwpow deleted the drwpow/fix-svelte-template branch August 7, 2020 21:52
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.

None yet

1 participant