Skip to content

Commit

Permalink
bump: polka and sirv versions (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed authored May 25, 2021
1 parent 6372690 commit bf77940
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 24 deletions.
8 changes: 8 additions & 0 deletions .changeset/rich-clocks-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@sveltejs/adapter-begin': patch
'@sveltejs/adapter-node': patch
'@sveltejs/adapter-static': patch
'@sveltejs/kit': patch
---

bump `polka` and `sirv` dependency versions
2 changes: 1 addition & 1 deletion packages/adapter-begin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@sveltejs/kit": "workspace:*",
"rollup": "^2.47.0",
"sirv": "^1.0.11",
"sirv": "^1.0.12",
"typescript": "^4.2.4"
},
"exports": {
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 @@ -26,9 +26,9 @@
"c8": "^7.7.2",
"compression": "^1.7.4",
"node-fetch": "^3.0.0-beta.9",
"polka": "^1.0.0-next.14",
"polka": "^1.0.0-next.15",
"rollup": "^2.47.0",
"sirv": "^1.0.11",
"sirv": "^1.0.12",
"typescript": "^4.2.4",
"uvu": "^0.5.1"
},
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 @@ -21,7 +21,7 @@
"@sveltejs/kit": "workspace:*",
"playwright-chromium": "^1.10.0",
"port-authority": "^1.1.2",
"sirv": "^1.0.11",
"sirv": "^1.0.12",
"typescript": "^4.2.4"
}
}
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"rimraf": "^3.0.2",
"rollup": "^2.47.0",
"selfsigned": "^1.10.11",
"sirv": "^1.0.11",
"sirv": "^1.0.12",
"svelte": "^3.38.2",
"svelte-check": "^1.5.2",
"tiny-glob": "^0.2.8",
Expand Down
38 changes: 19 additions & 19 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 bf77940

Please sign in to comment.