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.

Version Packages (#3536)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
747113b0 fe47189d

+131 -102
-5
.changeset/giant-cheetahs-join.md
··· 1 - --- 2 - '@urql/core': major 3 - --- 4 - 5 - Remove deprecated `dedupExchange`
-5
.changeset/honest-queens-approve.md
··· 1 - --- 2 - '@urql/exchange-graphcache': major 3 - --- 4 - 5 - Add a default updater for mutation fields who are lacking an updater and where the returned entity is not present in the cache
-5
.changeset/many-toes-try.md
··· 1 - --- 2 - '@urql/exchange-graphcache': minor 3 - --- 4 - 5 - Track abstract types being written so that we have a more reliable way of matching abstract fragments
-5
.changeset/ninety-taxis-return.md
··· 1 - --- 2 - '@urql/exchange-graphcache': patch 3 - --- 4 - 5 - Fix `invalidate` not applying when using a string to invalidate an entity
-6
.changeset/silly-vans-do.md
··· 1 - --- 2 - '@urql/exchange-graphcache': patch 3 - '@urql/core': patch 4 - --- 5 - 6 - Upgrade `@0no-co/graphql.web` to `1.0.5`
-5
.changeset/strange-steaks-grow.md
··· 1 - --- 2 - '@urql/exchange-graphcache': major 3 - --- 4 - 5 - Remove deprecated `resolveFieldByKey`, use `cache.resolve` instead
-5
.changeset/stupid-mice-judge.md
··· 1 - --- 2 - '@urql/core': major 3 - --- 4 - 5 - Remove deprecated `maskTypename`
+2 -2
examples/with-apq/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.3.0", 9 + "@urql/core": "^5.0.0", 10 10 "@urql/exchange-persisted": "^4.2.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.0.6" 14 + "urql": "^4.0.7" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+3 -3
examples/with-defer-stream-directives/package.json
··· 17 17 }, 18 18 "dependencies": { 19 19 "@graphql-yoga/plugin-defer-stream": "^1.7.1", 20 - "@urql/core": "^4.3.0", 21 - "@urql/exchange-graphcache": "^6.5.0", 20 + "@urql/core": "^5.0.0", 21 + "@urql/exchange-graphcache": "^7.0.0", 22 22 "graphql": "17.0.0-alpha.2", 23 23 "react": "^18.2.0", 24 24 "react-dom": "^18.2.0", 25 - "urql": "^4.0.6" 25 + "urql": "^4.0.7" 26 26 }, 27 27 "devDependencies": { 28 28 "@apollo/server": "^4.4.1",
+3 -3
examples/with-graphcache-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.3.0", 10 - "@urql/exchange-graphcache": "^6.5.0", 9 + "@urql/core": "^5.0.0", 10 + "@urql/exchange-graphcache": "^7.0.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.0.6" 14 + "urql": "^4.0.7" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+3 -3
examples/with-graphcache-updates/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.3.0", 9 + "@urql/core": "^5.0.0", 10 10 "@urql/exchange-auth": "^2.1.6", 11 - "@urql/exchange-graphcache": "^6.5.0", 11 + "@urql/exchange-graphcache": "^7.0.0", 12 12 "graphql": "^16.6.0", 13 13 "react": "^18.2.0", 14 14 "react-dom": "^18.2.0", 15 - "urql": "^4.0.6" 15 + "urql": "^4.0.7" 16 16 }, 17 17 "devDependencies": { 18 18 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-infinite-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.3.0", 9 + "@urql/core": "^5.0.0", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.0.6" 13 + "urql": "^4.0.7" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-multipart/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.3.0", 9 + "@urql/core": "^5.0.0", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.0.6" 13 + "urql": "^4.0.7" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-next/package.json
··· 3 3 "version": "0.0.0", 4 4 "private": true, 5 5 "dependencies": { 6 - "@urql/core": "^4.3.0", 6 + "@urql/core": "^5.0.0", 7 7 "@urql/next": "^1.1.1", 8 8 "graphql": "^16.6.0", 9 9 "next": "13.4.2", 10 10 "react": "^18.2.0", 11 11 "react-dom": "^18.2.0", 12 - "urql": "^4.0.6" 12 + "urql": "^4.0.7" 13 13 }, 14 14 "scripts": { 15 15 "dev": "next dev",
+2 -2
examples/with-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.3.0", 9 + "@urql/core": "^5.0.0", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.0.6" 13 + "urql": "^4.0.7" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-react-native/package.json
··· 8 8 "start": "react-native start" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^4.3.0", 11 + "@urql/core": "^5.0.0", 12 12 "graphql": "^16.6.0", 13 13 "react": "18.2.0", 14 14 "react-native": "0.71.4", 15 - "urql": "^4.0.6" 15 + "urql": "^4.0.7" 16 16 }, 17 17 "devDependencies": { 18 18 "@babel/core": "^7.12.9",
+2 -2
examples/with-react/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.3.0", 9 + "@urql/core": "^5.0.0", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0", 13 - "urql": "^4.0.6" 13 + "urql": "^4.0.7" 14 14 }, 15 15 "devDependencies": { 16 16 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-refresh-auth/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.3.0", 9 + "@urql/core": "^5.0.0", 10 10 "@urql/exchange-auth": "^2.1.6", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.0.6" 14 + "urql": "^4.0.7" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-retry/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^4.3.0", 9 + "@urql/core": "^5.0.0", 10 10 "@urql/exchange-retry": "^1.2.1", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0", 13 13 "react-dom": "^18.2.0", 14 - "urql": "^4.0.6" 14 + "urql": "^4.0.7" 15 15 }, 16 16 "devDependencies": { 17 17 "@vitejs/plugin-react": "^3.1.0",
+3 -3
examples/with-subscriptions-via-fetch/package.json
··· 8 8 "start": "run-p client server" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^4.3.0", 12 - "@urql/exchange-graphcache": "^6.5.0", 11 + "@urql/core": "^5.0.0", 12 + "@urql/exchange-graphcache": "^7.0.0", 13 13 "graphql": "^16.6.0", 14 14 "react": "^18.2.0", 15 15 "react-dom": "^18.2.0", 16 - "urql": "^4.0.6" 16 + "urql": "^4.0.7" 17 17 }, 18 18 "devDependencies": { 19 19 "@vitejs/plugin-react": "^3.1.0",
+2 -2
examples/with-svelte/package.json
··· 8 8 "serve": "vite preview" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^4.3.0", 12 - "@urql/svelte": "^4.1.0", 11 + "@urql/core": "^5.0.0", 12 + "@urql/svelte": "^4.1.1", 13 13 "graphql": "^16.6.0", 14 14 "svelte": "^4.0.5" 15 15 },
+2 -2
examples/with-vue3/package.json
··· 8 8 "serve": "vite preview" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^4.3.0", 12 - "@urql/vue": "^1.1.2", 11 + "@urql/core": "^5.0.0", 12 + "@urql/vue": "^1.1.3", 13 13 "graphql": "^16.6.0", 14 14 "vue": "^3.2.47" 15 15 },
+1 -1
exchanges/auth/package.json
··· 49 49 "prepublishOnly": "run-s clean build" 50 50 }, 51 51 "dependencies": { 52 - "@urql/core": ">=4.3.0", 52 + "@urql/core": ">=5.0.0", 53 53 "wonka": "^6.3.2" 54 54 }, 55 55 "devDependencies": {
+1 -1
exchanges/context/package.json
··· 48 48 "prepublishOnly": "run-s clean build" 49 49 }, 50 50 "dependencies": { 51 - "@urql/core": ">=4.3.0", 51 + "@urql/core": ">=5.0.0", 52 52 "wonka": "^6.3.2" 53 53 }, 54 54 "devDependencies": {
+1 -1
exchanges/execute/package.json
··· 49 49 "prepublishOnly": "run-s clean build" 50 50 }, 51 51 "dependencies": { 52 - "@urql/core": ">=4.3.0", 52 + "@urql/core": ">=5.0.0", 53 53 "wonka": "^6.3.2" 54 54 }, 55 55 "peerDependencies": {
+23
exchanges/graphcache/CHANGELOG.md
··· 1 1 # @urql/exchange-graphcache 2 2 3 + ## 7.0.0 4 + 5 + ### Major Changes 6 + 7 + - Add a default updater for mutation fields who are lacking an updater and where the returned entity is not present in the cache 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3518](https://github.com/urql-graphql/urql/pull/3518)) 9 + - Remove deprecated `resolveFieldByKey`, use `cache.resolve` instead 10 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3520](https://github.com/urql-graphql/urql/pull/3520)) 11 + 12 + ### Minor Changes 13 + 14 + - Track abstract types being written so that we have a more reliable way of matching abstract fragments 15 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3548](https://github.com/urql-graphql/urql/pull/3548)) 16 + 17 + ### Patch Changes 18 + 19 + - ⚠️ Fix `invalidate` not applying when using a string to invalidate an entity 20 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3545](https://github.com/urql-graphql/urql/pull/3545)) 21 + - Upgrade `@0no-co/graphql.web` to `1.0.5` 22 + Submitted by [@kitten](https://github.com/kitten) (See [#3553](https://github.com/urql-graphql/urql/pull/3553)) 23 + - Updated dependencies (See [#3520](https://github.com/urql-graphql/urql/pull/3520), [#3553](https://github.com/urql-graphql/urql/pull/3553), and [#3520](https://github.com/urql-graphql/urql/pull/3520)) 24 + - @urql/core@5.0.0 25 + 3 26 ## 6.5.0 4 27 5 28 ### Minor Changes
+2 -2
exchanges/graphcache/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-graphcache", 3 - "version": "6.5.0", 3 + "version": "7.0.0", 4 4 "description": "A normalized and configurable cache exchange for urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/graphcache", ··· 64 64 }, 65 65 "dependencies": { 66 66 "@0no-co/graphql.web": "^1.0.5", 67 - "@urql/core": ">=4.3.0", 67 + "@urql/core": ">=5.0.0", 68 68 "wonka": "^6.3.2" 69 69 }, 70 70 "devDependencies": {
+1 -1
exchanges/persisted/package.json
··· 47 47 "prepublishOnly": "run-s clean build" 48 48 }, 49 49 "dependencies": { 50 - "@urql/core": ">=4.3.0", 50 + "@urql/core": ">=5.0.0", 51 51 "wonka": "^6.3.2" 52 52 }, 53 53 "devDependencies": {
+1 -1
exchanges/populate/package.json
··· 47 47 "prepublishOnly": "run-s clean build" 48 48 }, 49 49 "dependencies": { 50 - "@urql/core": ">=4.3.0", 50 + "@urql/core": ">=5.0.0", 51 51 "wonka": "^6.3.2" 52 52 }, 53 53 "peerDependencies": {
+1 -1
exchanges/refocus/package.json
··· 54 54 "graphql": "^16.0.0" 55 55 }, 56 56 "dependencies": { 57 - "@urql/core": ">=4.3.0", 57 + "@urql/core": ">=5.0.0", 58 58 "wonka": "^6.3.2" 59 59 }, 60 60 "publishConfig": {
+1 -1
exchanges/request-policy/package.json
··· 52 52 "graphql": "^16.0.0" 53 53 }, 54 54 "dependencies": { 55 - "@urql/core": ">=4.3.0", 55 + "@urql/core": ">=5.0.0", 56 56 "wonka": "^6.3.2" 57 57 }, 58 58 "publishConfig": {
+1 -1
exchanges/retry/package.json
··· 52 52 "graphql": "^16.0.0" 53 53 }, 54 54 "dependencies": { 55 - "@urql/core": ">=4.3.0", 55 + "@urql/core": ">=5.0.0", 56 56 "wonka": "^6.3.2" 57 57 }, 58 58 "publishConfig": {
+14
packages/core/CHANGELOG.md
··· 1 1 # @urql/core 2 2 3 + ## 5.0.0 4 + 5 + ### Major Changes 6 + 7 + - Remove deprecated `dedupExchange` 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3520](https://github.com/urql-graphql/urql/pull/3520)) 9 + - Remove deprecated `maskTypename` 10 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3520](https://github.com/urql-graphql/urql/pull/3520)) 11 + 12 + ### Patch Changes 13 + 14 + - Upgrade `@0no-co/graphql.web` to `1.0.5` 15 + Submitted by [@kitten](https://github.com/kitten) (See [#3553](https://github.com/urql-graphql/urql/pull/3553)) 16 + 3 17 ## 4.3.0 4 18 5 19 ### Minor Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@urql/core", 3 - "version": "4.3.0", 3 + "version": "5.0.0", 4 4 "description": "The shared core for the highly customizable and versatile GraphQL client", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/preact-urql/CHANGELOG.md
··· 1 1 # @urql/preact 2 2 3 + ## 4.0.5 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies (See [#3520](https://github.com/urql-graphql/urql/pull/3520), [#3553](https://github.com/urql-graphql/urql/pull/3553), and [#3520](https://github.com/urql-graphql/urql/pull/3520)) 8 + - @urql/core@5.0.0 9 + 3 10 ## 4.0.4 4 11 5 12 ### Patch Changes
+2 -2
packages/preact-urql/package.json
··· 1 1 { 2 2 "name": "@urql/preact", 3 - "version": "4.0.4", 3 + "version": "4.0.5", 4 4 "description": "A highly customizable and versatile GraphQL client for Preact", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 58 58 "preact": ">= 10.0.0" 59 59 }, 60 60 "dependencies": { 61 - "@urql/core": "^4.3.0", 61 + "@urql/core": "^5.0.0", 62 62 "wonka": "^6.3.2" 63 63 }, 64 64 "publishConfig": {
+7
packages/react-urql/CHANGELOG.md
··· 1 1 # urql 2 2 3 + ## 4.0.7 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies (See [#3520](https://github.com/urql-graphql/urql/pull/3520), [#3553](https://github.com/urql-graphql/urql/pull/3553), and [#3520](https://github.com/urql-graphql/urql/pull/3520)) 8 + - @urql/core@5.0.0 9 + 3 10 ## 4.0.6 4 11 5 12 ### Patch Changes
+2 -2
packages/react-urql/package.json
··· 1 1 { 2 2 "name": "urql", 3 - "version": "4.0.6", 3 + "version": "4.0.7", 4 4 "description": "A highly customizable and versatile GraphQL client for React", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 61 61 "react": ">= 16.8.0" 62 62 }, 63 63 "dependencies": { 64 - "@urql/core": "^4.3.0", 64 + "@urql/core": "^5.0.0", 65 65 "wonka": "^6.3.2" 66 66 }, 67 67 "publishConfig": {
+7
packages/svelte-urql/CHANGELOG.md
··· 1 1 # @urql/svelte 2 2 3 + ## 4.1.1 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies (See [#3520](https://github.com/urql-graphql/urql/pull/3520), [#3553](https://github.com/urql-graphql/urql/pull/3553), and [#3520](https://github.com/urql-graphql/urql/pull/3520)) 8 + - @urql/core@5.0.0 9 + 3 10 ## 4.1.0 4 11 5 12 ### Minor Changes
+2 -2
packages/svelte-urql/package.json
··· 1 1 { 2 2 "name": "@urql/svelte", 3 - "version": "4.1.0", 3 + "version": "4.1.1", 4 4 "description": "A highly customizable and versatile GraphQL client for Svelte", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 52 52 "svelte": "^3.0.0 || ^4.0.0" 53 53 }, 54 54 "dependencies": { 55 - "@urql/core": "^4.3.0", 55 + "@urql/core": "^5.0.0", 56 56 "wonka": "^6.3.2" 57 57 }, 58 58 "devDependencies": {
+7
packages/vue-urql/CHANGELOG.md
··· 1 1 # @urql/vue 2 2 3 + ## 1.1.3 4 + 5 + ### Patch Changes 6 + 7 + - Updated dependencies (See [#3520](https://github.com/urql-graphql/urql/pull/3520), [#3553](https://github.com/urql-graphql/urql/pull/3553), and [#3520](https://github.com/urql-graphql/urql/pull/3520)) 8 + - @urql/core@5.0.0 9 + 3 10 ## 1.1.2 4 11 5 12 ### Patch Changes
+2 -2
packages/vue-urql/package.json
··· 1 1 { 2 2 "name": "@urql/vue", 3 - "version": "1.1.2", 3 + "version": "1.1.3", 4 4 "description": "A highly customizable and versatile GraphQL client for vue", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 58 58 "vue": "^2.7.0 || ^3.0.0" 59 59 }, 60 60 "dependencies": { 61 - "@urql/core": "^4.3.0", 61 + "@urql/core": "^5.0.0", 62 62 "wonka": "^6.3.2" 63 63 }, 64 64 "publishConfig": {
+13 -13
pnpm-lock.yaml
··· 182 182 exchanges/auth: 183 183 dependencies: 184 184 '@urql/core': 185 - specifier: '>=4.3.0' 185 + specifier: '>=5.0.0' 186 186 version: link:../../packages/core 187 187 wonka: 188 188 specifier: ^6.3.2 ··· 195 195 exchanges/context: 196 196 dependencies: 197 197 '@urql/core': 198 - specifier: '>=4.3.0' 198 + specifier: '>=5.0.0' 199 199 version: link:../../packages/core 200 200 wonka: 201 201 specifier: ^6.3.2 ··· 208 208 exchanges/execute: 209 209 dependencies: 210 210 '@urql/core': 211 - specifier: '>=4.3.0' 211 + specifier: '>=5.0.0' 212 212 version: link:../../packages/core 213 213 wonka: 214 214 specifier: ^6.3.2 ··· 224 224 specifier: ^1.0.5 225 225 version: 1.0.5(graphql@16.6.0) 226 226 '@urql/core': 227 - specifier: '>=4.3.0' 227 + specifier: '>=5.0.0' 228 228 version: link:../../packages/core 229 229 wonka: 230 230 specifier: ^6.3.2 ··· 258 258 exchanges/persisted: 259 259 dependencies: 260 260 '@urql/core': 261 - specifier: '>=4.3.0' 261 + specifier: '>=5.0.0' 262 262 version: link:../../packages/core 263 263 wonka: 264 264 specifier: ^6.3.2 ··· 271 271 exchanges/populate: 272 272 dependencies: 273 273 '@urql/core': 274 - specifier: '>=4.3.0' 274 + specifier: '>=5.0.0' 275 275 version: link:../../packages/core 276 276 wonka: 277 277 specifier: ^6.3.2 ··· 284 284 exchanges/refocus: 285 285 dependencies: 286 286 '@urql/core': 287 - specifier: '>=4.3.0' 287 + specifier: '>=5.0.0' 288 288 version: link:../../packages/core 289 289 wonka: 290 290 specifier: ^6.3.2 ··· 300 300 exchanges/request-policy: 301 301 dependencies: 302 302 '@urql/core': 303 - specifier: '>=4.3.0' 303 + specifier: '>=5.0.0' 304 304 version: link:../../packages/core 305 305 wonka: 306 306 specifier: ^6.3.2 ··· 313 313 exchanges/retry: 314 314 dependencies: 315 315 '@urql/core': 316 - specifier: '>=4.3.0' 316 + specifier: '>=5.0.0' 317 317 version: link:../../packages/core 318 318 wonka: 319 319 specifier: ^6.3.2 ··· 368 368 packages/preact-urql: 369 369 dependencies: 370 370 '@urql/core': 371 - specifier: ^4.3.0 371 + specifier: ^5.0.0 372 372 version: link:../core 373 373 wonka: 374 374 specifier: ^6.3.2 ··· 387 387 packages/react-urql: 388 388 dependencies: 389 389 '@urql/core': 390 - specifier: ^4.3.0 390 + specifier: ^5.0.0 391 391 version: link:../core 392 392 wonka: 393 393 specifier: ^6.3.2 ··· 557 557 packages/svelte-urql: 558 558 dependencies: 559 559 '@urql/core': 560 - specifier: ^4.3.0 560 + specifier: ^5.0.0 561 561 version: link:../core 562 562 wonka: 563 563 specifier: ^6.3.2 ··· 573 573 packages/vue-urql: 574 574 dependencies: 575 575 '@urql/core': 576 - specifier: ^4.3.0 576 + specifier: ^5.0.0 577 577 version: link:../core 578 578 wonka: 579 579 specifier: ^6.3.2