Skip to content

Commit

Permalink
unpin vite and use ^2.3.1 to skip 2.3.0 (#1429)
Browse files Browse the repository at this point in the history
* unpin vite and use ^2.3.1 to skip 2.3.0

* chore: only use one changeset for vite update
  • Loading branch information
dominikg authored May 12, 2021
1 parent 4d3e380 commit ad83d40
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-ravens-do.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/rare-mice-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

update vite to ^2.3.1
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 @@ -14,7 +14,7 @@
"svelte": "^3.38.2",
"svelte-preprocess": "^4.7.3",
"typescript": "^4.2.4",
"vite": "2.2.4"
"vite": "^2.3.1"
},
"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.2.4"
"vite": "^2.3.1"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.4.2",
Expand Down
24 changes: 12 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 ad83d40

Please sign in to comment.