@shopify/react-graphql
Advanced tools
Comparing version 7.1.3 to 7.1.4
{ | ||
"name": "@shopify/react-graphql", | ||
"version": "7.1.3", | ||
"version": "7.1.4", | ||
"license": "MIT", | ||
@@ -29,19 +29,20 @@ "description": "Tools for creating type-safe and asynchronous GraphQL components for React", | ||
"@apollo/react-hooks": ">=3.0.0 <4.0.0", | ||
"@shopify/async": "^3.0.3", | ||
"@shopify/react-async": "^4.1.3", | ||
"@shopify/react-effect": "^4.1.2", | ||
"@shopify/react-hooks": "^2.1.2", | ||
"@shopify/react-idle": "^2.1.2", | ||
"@shopify/useful-types": "^3.0.3", | ||
"@shopify/async": "^3.0.4", | ||
"@shopify/react-async": "^4.1.4", | ||
"@shopify/react-effect": "^4.1.3", | ||
"@shopify/react-hooks": "^2.1.3", | ||
"@shopify/react-idle": "^2.1.3", | ||
"@shopify/useful-types": "^3.0.4", | ||
"apollo-cache-inmemory": ">=1.0.0 <2.0.0", | ||
"apollo-client": ">=2.0.0 <3.0.0", | ||
"apollo-link": ">=1.0.0 <2.0.0", | ||
"graphql-typed": "^1.0.2" | ||
"graphql-typed": "^1.0.3" | ||
}, | ||
"devDependencies": { | ||
"@shopify/react-testing": "^3.2.3" | ||
"@shopify/react-testing": "^3.2.4" | ||
}, | ||
"files": [ | ||
"build/*", | ||
"build/", | ||
"!build/*.tsbuildinfo", | ||
"!build/ts/**/tests/", | ||
"index.js", | ||
@@ -64,3 +65,3 @@ "index.mjs", | ||
}, | ||
"gitHead": "1677c5acc6d5f72c51a2644a25dfbe9cec0b50f2" | ||
"gitHead": "80f3bf1a062fa2d432e63fe797716f9c0b226195" | ||
} |
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
92657
Updated@shopify/async@^3.0.4
Updated@shopify/react-async@^4.1.4
Updated@shopify/react-effect@^4.1.3
Updated@shopify/react-hooks@^2.1.3
Updated@shopify/react-idle@^2.1.3
Updated@shopify/useful-types@^3.0.4
Updatedgraphql-typed@^1.0.3