Skip to content

Commit

Permalink
fix: extend peer dep to sveltekit 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloricciuti committed Dec 15, 2023
1 parent 57d74f9 commit ac0a8c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tough-radios-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sveltekit-search-params': patch
---

extend peer dep sveltekit to 2.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"type": "module",
"peerDependencies": {
"@sveltejs/kit": "^1.0.0",
"@sveltejs/kit": "^1.0.0 || ^2.0.0",
"svelte": "^3.55.0 || ^4.0.0"
},
"exports": {
Expand Down

0 comments on commit ac0a8c3

Please sign in to comment.