Skip to content

Commit

Permalink
chore: update dependencies (#9761)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Apr 27, 2023
1 parent ee898a9 commit 336c4ab
Show file tree
Hide file tree
Showing 9 changed files with 136 additions and 356 deletions.
9 changes: 9 additions & 0 deletions .changeset/quiet-turkeys-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@sveltejs/adapter-cloudflare': patch
'@sveltejs/adapter-cloudflare-workers': patch
'@sveltejs/adapter-netlify': patch
'@sveltejs/adapter-node': patch
'@sveltejs/adapter-vercel': patch
---

chore: update all dependencies with minor version bumps
4 changes: 2 additions & 2 deletions packages/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"check": "tsc"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20221111.1",
"@cloudflare/workers-types": "^4.20230404.0",
"@iarna/toml": "^2.2.5",
"esbuild": "^0.16.3"
"esbuild": "^0.17.18"
},
"devDependencies": {
"@cloudflare/kv-asset-handler": "^0.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20221111.1",
"esbuild": "^0.16.3",
"@cloudflare/workers-types": "^4.20230404.0",
"esbuild": "^0.17.18",
"worktop": "0.8.0-next.15"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"esbuild": "^0.16.3",
"set-cookie-parser": "^2.5.1"
"esbuild": "^0.17.18",
"set-cookie-parser": "^2.6.0"
},
"devDependencies": {
"@netlify/functions": "^1.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@polka/url": "^1.0.0-next.21",
"@sveltejs/kit": "workspace:^",
"@types/node": "^16.18.6",
"c8": "^7.12.0",
"c8": "^7.13.0",
"polka": "^1.0.0-next.22",
"rimraf": "^5.0.0",
"sirv": "^2.0.2",
"sirv": "^2.0.3",
"typescript": "^4.9.4",
"uvu": "^0.5.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@sveltejs/kit": "workspace:^",
"@types/node": "^16.18.6",
"sirv": "^2.0.2",
"sirv": "^2.0.3",
"svelte": "^3.56.0",
"typescript": "^4.9.4",
"uvu": "^0.5.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"test": "uvu test .spec.js"
},
"dependencies": {
"@vercel/nft": "^0.22.1",
"esbuild": "^0.16.3"
"@vercel/nft": "^0.22.6",
"esbuild": "^0.17.18"
},
"devDependencies": {
"@sveltejs/kit": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"magic-string": "^0.30.0",
"mime": "^3.0.0",
"sade": "^1.8.1",
"set-cookie-parser": "^2.5.1",
"set-cookie-parser": "^2.6.0",
"sirv": "^2.0.2",
"tiny-glob": "^0.2.9",
"undici": "~5.22.0"
Expand Down
Loading

0 comments on commit 336c4ab

Please sign in to comment.