Skip to content

Commit

Permalink
add support for Svelte 5 (#3634)
Browse files Browse the repository at this point in the history
Co-authored-by: Jovi De Croock <[email protected]>
  • Loading branch information
itssumitrai and JoviDeCroock authored Jul 18, 2024
1 parent 6406fd5 commit 88f20c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/mighty-parents-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@urql/svelte": patch
---

add support for Svelte 5 in the `peerDependencies`
2 changes: 1 addition & 1 deletion packages/svelte-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"peerDependencies": {
"@urql/core": "^5.0.0",
"svelte": "^3.0.0 || ^4.0.0"
"svelte": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"@urql/core": "^5.0.0",
Expand Down

0 comments on commit 88f20c7

Please sign in to comment.