Skip to content

Commit

Permalink
Upgrade Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Mar 15, 2021
1 parent b6326c4 commit 2ecbaf4
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 19 deletions.
6 changes: 6 additions & 0 deletions .changeset/long-bulldogs-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'create-svelte': patch
'@sveltejs/kit': patch
---

Upgrade Vite
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# READ THIS FIRST!

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...

- [#460](https://github.com/sveltejs/kit/issues/460): It doesn't work on Windows
- [#424](https://github.com/sveltejs/kit/issues/424): It doesn't work with TypeScript

...and there are aspects of the design that _will_ change over the next few days. We're close. Please bear with us!
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!

---

Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@sveltejs/adapter-node": "workspace:*",
"@sveltejs/kit": "workspace:*",
"svelte": "^3.29.0",
"vite": "^2.0.4"
"vite": "^2.1.0"
},
"type": "module",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"tiny-glob": "^0.2.8",
"typescript": "^4.2.3",
"uvu": "^0.5.1",
"vite": "^2.0.5"
"vite": "^2.1.0"
},
"peerDependencies": {
"svelte": "^3.32.1",
"vite": "^2.0.4"
"vite": "^2.1.0"
},
"bin": {
"svelte-kit": "svelte-kit.js"
Expand Down
20 changes: 10 additions & 10 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 2ecbaf4

Please sign in to comment.