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.

v1.8.1

+2 -2
+2 -2
package.json
··· 1 1 { 2 2 "name": "urql", 3 - "version": "1.8.0", 3 + "version": "1.8.1", 4 4 "description": "A highly customizable and versatile GraphQL client for React", 5 5 "repository": "https://www.github.com/FormidableLabs/urql", 6 6 "bugs": { ··· 136 136 "react": ">= 16.8.0" 137 137 }, 138 138 "dependencies": { 139 - "scheduler": ">= 0.16.0", 140 139 "react-wonka": "^2.0.0", 140 + "scheduler": ">= 0.16.0", 141 141 "wonka": "^4.0.5" 142 142 } 143 143 }