@shopify/react-graphql
Advanced tools
Comparing version 6.1.7 to 6.1.8
{ | ||
"name": "@shopify/react-graphql", | ||
"version": "6.1.7", | ||
"version": "6.1.8", | ||
"license": "MIT", | ||
@@ -31,5 +31,5 @@ "description": "Tools for creating type-safe and asynchronous GraphQL components for React.", | ||
"@shopify/async": "^2.1.4", | ||
"@shopify/react-async": "^3.1.15", | ||
"@shopify/react-async": "^3.1.16", | ||
"@shopify/react-effect": "^3.2.12", | ||
"@shopify/react-hooks": "^1.9.0", | ||
"@shopify/react-hooks": "^1.9.1", | ||
"@shopify/react-idle": "^1.0.17", | ||
@@ -36,0 +36,0 @@ "@shopify/useful-types": "^2.1.5", |
@@ -22,3 +22,3 @@ # `@shopify/react-graphql` | ||
Before using the hooks and other utilities provided by this package, you must wrap your application in an `ApolloProvider`. This provider should be usedinstead of `react-apollo`'s [`ApolloProvider`](https://www.apollographql.com/docs/react/api/react-apollo#ApolloProvider), and it accepts the same props as that component. | ||
Before using the hooks and other utilities provided by this package, you must wrap your application in an `ApolloProvider`. This provider should be used instead of `react-apollo`'s [`ApolloProvider`](https://www.apollographql.com/docs/react/api/react-apollo#ApolloProvider), and it accepts the same props as that component. | ||
@@ -25,0 +25,0 @@ ```tsx |
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
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
64888
Updated@shopify/react-async@^3.1.16
Updated@shopify/react-hooks@^1.9.1