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.

Bump @urql/core minor for the integrations (#726)

authored by

Jovi De Croock and committed by
GitHub
6469ffe0 b4cbbcaa

+10 -3
+7
.changeset/wicked-tools-wave.md
··· 1 + --- 2 + '@urql/preact': patch 3 + 'urql': patch 4 + '@urql/svelte': patch 5 + --- 6 + 7 + Bump @urql/core to ensure exchanges have dispatchDebug, this could formerly result in a crash.
+1 -1
packages/preact-urql/package.json
··· 60 60 "preact": ">= 10.0.0" 61 61 }, 62 62 "dependencies": { 63 - "@urql/core": "^1.10.8", 63 + "@urql/core": "^1.11.0", 64 64 "wonka": "^4.0.9" 65 65 }, 66 66 "publishConfig": {
+1 -1
packages/react-urql/package.json
··· 60 60 "react": ">= 16.8.0" 61 61 }, 62 62 "dependencies": { 63 - "@urql/core": "^1.10.8", 63 + "@urql/core": "^1.11.0", 64 64 "wonka": "^4.0.9" 65 65 } 66 66 }
+1 -1
packages/svelte-urql/package.json
··· 54 54 "svelte": "^3.0.0" 55 55 }, 56 56 "dependencies": { 57 - "@urql/core": "^1.10.8", 57 + "@urql/core": "^1.11.0", 58 58 "wonka": "^4.0.9" 59 59 }, 60 60 "devDependencies": {