Skip to content

Commit

Permalink
feat: update to vite 2.6 and esbuild 0.13 (#2522)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Sep 29, 2021
1 parent b61acee commit 7aa374e
Show file tree
Hide file tree
Showing 7 changed files with 262 additions and 60 deletions.
9 changes: 9 additions & 0 deletions .changeset/healthy-mangos-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@sveltejs/adapter-cloudflare-workers': patch
'@sveltejs/adapter-netlify': patch
'@sveltejs/adapter-node': patch
'@sveltejs/adapter-vercel': patch
'@sveltejs/kit': patch
---

update to vite 2.6.0 and esbuild 0.13
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"esbuild": "^0.12.28"
"esbuild": "^0.13.3"
},
"devDependencies": {
"@sveltejs/kit": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"esbuild": "^0.12.28"
"esbuild": "^0.13.3"
},
"devDependencies": {
"@sveltejs/kit": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"esbuild": "^0.12.28",
"esbuild": "^0.13.3",
"tiny-glob": "^0.2.9"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore"
},
"dependencies": {
"esbuild": "^0.12.28"
"esbuild": "^0.13.3"
},
"devDependencies": {
"@sveltejs/kit": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"homepage": "https://kit.svelte.dev",
"type": "module",
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.24",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.26",
"cheap-watch": "^1.0.4",
"sade": "^1.7.4",
"vite": "^2.5.7"
"vite": "^2.6.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^3.0.0",
Expand Down
Loading

0 comments on commit 7aa374e

Please sign in to comment.