Skip to content

Commit

Permalink
chore: revert update to ts 4.5, this can be done afterwards
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Feb 9, 2022
1 parent 2f9125d commit db54109
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 34 deletions.
3 changes: 1 addition & 2 deletions .changeset/rotten-rocks-mate.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
'@sveltejs/adapter-netlify': patch
'@sveltejs/adapter-vercel': patch
'@sveltejs/kit': patch
'create-svelte': patch
---

update to esbuild 0.14 and typescript 4.5
update to esbuild 0.14
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"playwright-chromium": "^1.17.0",
"prettier": "^2.5.0",
"rollup": "^2.60.2",
"typescript": "^4.5.5"
"typescript": "~4.4.4"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/create-svelte/templates/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@sveltejs/kit": "workspace:*",
"svelte": "^3.44.0",
"svelte-preprocess": "^4.9.8",
"typescript": "^4.5.5"
"typescript": "^4.4.3"
},
"type": "module",
"dependencies": {
Expand Down
117 changes: 87 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db54109

Please sign in to comment.