urql-graphql / urql

The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
https://urql.dev/goto/docs
MIT License
8.6k stars 448 forks source link

RFC: Support Svelte@4.0.0 #3300

Closed ategen3rt closed 1 year ago

ategen3rt commented 1 year ago

Summary

Update the package dependencies this can be installed with svelte 4

Proposed Solution

I don't believe there were any breaking changes in svelte 4.0.0. Therefore you might just be able to update the peerDependency from "^3.0.0" "^3.0.0 || ^4.0.0"