Skip to content

Commit

Permalink
Upgrade to Vite 2.3.3 (#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored May 29, 2021
1 parent c3d36a3 commit 2172469
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .changeset/slow-buses-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

Upgrade to Vite 2.3.4
3 changes: 1 addition & 2 deletions packages/create-svelte/templates/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"@sveltejs/kit": "next",
"svelte": "^3.38.2",
"svelte-preprocess": "^4.7.3",
"typescript": "^4.2.4",
"vite": "^2.3.1"
"typescript": "^4.2.4"
},
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.10",
"cheap-watch": "^1.0.3",
"sade": "^1.7.4",
"vite": "^2.3.1"
"vite": "2.3.3"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.4.2",
Expand Down
28 changes: 16 additions & 12 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 2172469

Please sign in to comment.