Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Vite #544

Merged
merged 1 commit into from
Mar 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.