Skip to content

Commit 2ecbaf4

Browse files
committed
Upgrade Vite
1 parent b6326c4 commit 2ecbaf4

File tree

5 files changed

+20
-19
lines changed

5 files changed

+20
-19
lines changed

.changeset/long-bulldogs-invent.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'create-svelte': patch
3+
'@sveltejs/kit': patch
4+
---
5+
6+
Upgrade Vite

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# READ THIS FIRST!
22

3-
We're getting ready to open up the SvelteKit public beta, which means that things will be in a stable enough state to start experimenting, and documentation will be available. Right now, even though [this repo is open](https://www.reddit.com/r/sveltejs/comments/m337r7/sveltekit_repository_is_now_public_on_github/gqmvj9k), there are still some major known issues to resolve...
4-
5-
- [#460](https://github.com./sveltejs/kit/issues/460): It doesn't work on Windows
6-
- [#424](https://github.com./sveltejs/kit/issues/424): It doesn't work with TypeScript
7-
8-
...and there are aspects of the design that _will_ change over the next few days. We're close. Please bear with us!
3+
We're getting ready to open up the SvelteKit public beta, which means that things will be in a stable enough state to start experimenting, and documentation will be available. Right now, even though [this repo is open](https://www.reddit.com/r/sveltejs/comments/m337r7/sveltekit_repository_is_now_public_on_github/gqmvj9k), there are still some known issues to resolve and there are aspects of the design that _will_ change over the next few days. We're close. Please bear with us!
94

105
---
116

packages/create-svelte/template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@sveltejs/adapter-node": "workspace:*",
1111
"@sveltejs/kit": "workspace:*",
1212
"svelte": "^3.29.0",
13-
"vite": "^2.0.4"
13+
"vite": "^2.1.0"
1414
},
1515
"type": "module",
1616
"engines": {

packages/kit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"tiny-glob": "^0.2.8",
2929
"typescript": "^4.2.3",
3030
"uvu": "^0.5.1",
31-
"vite": "^2.0.5"
31+
"vite": "^2.1.0"
3232
},
3333
"peerDependencies": {
3434
"svelte": "^3.32.1",
35-
"vite": "^2.0.4"
35+
"vite": "^2.1.0"
3636
},
3737
"bin": {
3838
"svelte-kit": "svelte-kit.js"

pnpm-lock.yaml

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)