Skip to content

Commit

Permalink
[chore] update dependency sirv to v2 (#3263)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Ben McCann <[email protected]>
  • Loading branch information
3 people authored Jan 9, 2022
1 parent d5b912f commit 1c30945
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 69 deletions.
8 changes: 8 additions & 0 deletions .changeset/tiny-humans-yawn.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
---

[chore] update dependency sirv to v2
2 changes: 1 addition & 1 deletion packages/adapter-begin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@sveltejs/kit": "workspace:*",
"rollup": "^2.58.0",
"sirv": "^1.0.17"
"sirv": "^2.0.0"
},
"exports": {
".": {
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 @@ -43,7 +43,7 @@
"polka": "^1.0.0-next.22",
"rimraf": "^3.0.2",
"rollup": "^2.60.2",
"sirv": "^1.0.19",
"sirv": "^2.0.0",
"uvu": "^0.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/adapter-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@sveltejs/kit": "workspace:*",
"playwright-chromium": "^1.17.0",
"port-authority": "^1.1.2",
"sirv": "^1.0.19",
"sirv": "^2.0.0",
"svelte": "^3.44.2",
"uvu": "^0.5.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"port-authority": "^1.1.2",
"rollup": "^2.60.2",
"selfsigned": "^1.10.11",
"sirv": "^1.0.19",
"sirv": "^2.0.0",
"svelte": "^3.44.2",
"svelte-check": "^2.2.10",
"svelte-preprocess": "^4.9.8",
Expand Down
Loading

0 comments on commit 1c30945

Please sign in to comment.