Skip to content

Commit

Permalink
Merge pull request #41 from paoloricciuti/update-peer-deps
Browse files Browse the repository at this point in the history
fix: update peer deps
  • Loading branch information
paoloricciuti committed Dec 16, 2023
2 parents 7edd836 + 9a01377 commit d61c1f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/metal-garlics-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"sveltekit-view-transition": patch
---

fix: update peer deps
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"!dist/**/*.spec.*"
],
"peerDependencies": {
"@sveltejs/kit": "^1.20.4",
"svelte": "^4.0.0"
"@sveltejs/kit": "^1.20.4 || ^2.0.0",
"svelte": "^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
Expand Down

0 comments on commit d61c1f6

Please sign in to comment.