@shopify/react-graphql
Advanced tools
Comparing version 7.1.0 to 7.1.2
{ | ||
"name": "@shopify/react-graphql", | ||
"version": "7.1.0", | ||
"version": "7.1.2", | ||
"license": "MIT", | ||
"description": "Tools for creating type-safe and asynchronous GraphQL components for React", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"types": "./build/ts/index.d.ts", | ||
"sideEffects": false, | ||
@@ -29,23 +29,22 @@ "publishConfig": { | ||
"@apollo/react-hooks": ">=3.0.0 <4.0.0", | ||
"@shopify/async": "^3.0.1", | ||
"@shopify/react-async": "^4.1.0", | ||
"@shopify/react-effect": "^4.1.0", | ||
"@shopify/react-hooks": "^2.1.0", | ||
"@shopify/react-idle": "^2.1.0", | ||
"@shopify/useful-types": "^3.0.1", | ||
"@shopify/async": "^3.0.3", | ||
"@shopify/react-async": "^4.1.2", | ||
"@shopify/react-effect": "^4.1.2", | ||
"@shopify/react-hooks": "^2.1.2", | ||
"@shopify/react-idle": "^2.1.2", | ||
"@shopify/useful-types": "^3.0.3", | ||
"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.0" | ||
"graphql-typed": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@shopify/react-testing": "^3.2.0" | ||
"@shopify/react-testing": "^3.2.2" | ||
}, | ||
"files": [ | ||
"build/*", | ||
"!*.tsbuildinfo", | ||
"!build/*.tsbuildinfo", | ||
"index.js", | ||
"index.mjs", | ||
"index.esnext", | ||
"index.d.ts" | ||
"index.esnext" | ||
], | ||
@@ -65,3 +64,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "30d892584692f05644604a818e8f3613d1ec6e0b" | ||
"gitHead": "798d03d90b914be7bcd43092910840fb7d58866f" | ||
} |
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
109456
98
Updated@shopify/async@^3.0.3
Updated@shopify/react-async@^4.1.2
Updated@shopify/react-effect@^4.1.2
Updated@shopify/react-hooks@^2.1.2
Updated@shopify/react-idle@^2.1.2
Updated@shopify/useful-types@^3.0.3
Updatedgraphql-typed@^1.0.2