Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add support for Svelte 5 (#3634)

Co-authored-by: Jovi De Croock <decroockjovi@gmail.com>

authored by

Sumit Rai
Jovi De Croock
and committed by
GitHub
88f20c75 6406fd5f

+6 -1
+5
.changeset/mighty-parents-fetch.md
··· 1 + --- 2 + "@urql/svelte": patch 3 + --- 4 + 5 + add support for Svelte 5 in the `peerDependencies`
+1 -1
packages/svelte-urql/package.json
··· 50 50 }, 51 51 "peerDependencies": { 52 52 "@urql/core": "^5.0.0", 53 - "svelte": "^3.0.0 || ^4.0.0" 53 + "svelte": "^3.0.0 || ^4.0.0 || ^5.0.0" 54 54 }, 55 55 "dependencies": { 56 56 "@urql/core": "^5.0.0",