Skip to content

Commit

Permalink
update kit peerDependency on svelte to ^3.39.0 (#2182)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Aug 13, 2021
1 parent ef2cf5d commit 1d6f670
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/brave-falcons-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

update svelte peerDependency to 3.39.0
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"uvu": "^0.5.1"
},
"peerDependencies": {
"svelte": "^3.34.0"
"svelte": "^3.39.0"
},
"bin": {
"svelte-kit": "svelte-kit.js"
Expand Down

0 comments on commit 1d6f670

Please sign in to comment.