@shopify/react-graphql
Advanced tools
Comparing version 7.1.15 to 7.1.16-mock-factory-beta.0
{ | ||
"name": "@shopify/react-graphql", | ||
"version": "7.1.15", | ||
"version": "7.1.16-mock-factory-beta.0", | ||
"license": "MIT", | ||
@@ -30,7 +30,7 @@ "description": "Tools for creating type-safe and asynchronous GraphQL components for React", | ||
"@shopify/async": "^3.1.0", | ||
"@shopify/react-async": "^4.1.13", | ||
"@shopify/react-async": "^4.1.14-mock-factory-beta.0", | ||
"@shopify/react-effect": "^4.1.7", | ||
"@shopify/react-hooks": "^2.1.9", | ||
"@shopify/react-idle": "^2.1.7", | ||
"@shopify/useful-types": "^3.0.5", | ||
"@shopify/react-hooks": "^2.1.10-mock-factory-beta.0", | ||
"@shopify/react-idle": "^2.1.7-mock-factory-beta.0", | ||
"@shopify/useful-types": "^3.0.5-mock-factory-beta.0", | ||
"apollo-cache-inmemory": ">=1.0.0 <2.0.0", | ||
@@ -42,3 +42,3 @@ "apollo-client": ">=2.0.0 <3.0.0", | ||
"devDependencies": { | ||
"@shopify/react-testing": "^3.3.0" | ||
"@shopify/react-testing": "^3.3.1-mock-factory-beta.0" | ||
}, | ||
@@ -66,3 +66,3 @@ "files": [ | ||
}, | ||
"gitHead": "aa379a4402e46b524bc560c2d3f99578816660d1" | ||
"gitHead": "8dfd8e320fadf6440902b80b4f430112fd4cba7a" | ||
} |
@@ -17,3 +17,3 @@ # `@shopify/react-graphql` | ||
This library builds on top of [react-apollo](https://github.com/apollographql/react-apollo). It provides alternatives to many of Apollo’s APIs, including `useQuery` and `useMutation`, to provide seamless and thorough type checking for query components whose types are generated by [`graphql-typescript-definitions`](https://github.com/Shopify/graphql-tools-web/tree/main/packages/graphql-typescript-definitions). Additionally, it provides techniques for creating asynchronously loaded GraphQL queries that seamlessly interoperate with [`@shopify/react-async`’s](../react-async) `usePreload`, `usePrefetch`, and `useKeepFresh` APIs. | ||
This library builds on top of [react-apollo](https://github.com/apollographql/react-apollo). It provides alternatives to many of Apollo’s APIs, including `useQuery` and `useMutation`, to provide seamless and thorough type checking for query components whose types are generated by [`graphql-typescript-definitions`](https://github.com/Shopify/quilt/tree/main/packages/graphql-typescript-definitions). Additionally, it provides techniques for creating asynchronously loaded GraphQL queries that seamlessly interoperate with [`@shopify/react-async`’s](../react-async) `usePreload`, `usePrefetch`, and `useKeepFresh` APIs. | ||
@@ -20,0 +20,0 @@ ### Prerequisites |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
92884
1