@apollo/react-hoc
Advanced tools
Comparing version 0.1.0-beta.6 to 0.1.0-beta.7
{ | ||
"name": "@apollo/react-hoc", | ||
"description": "React Apollo `graphql` higher-order component.", | ||
"version": "0.1.0-beta.6", | ||
"version": "0.1.0-beta.7", | ||
"author": "opensource@apollographql.com", | ||
@@ -39,9 +39,10 @@ "keywords": [ | ||
"peerDependencies": { | ||
"apollo-client": "^2.6.2", | ||
"apollo-client": "^2.6.3", | ||
"graphql": "^14.3.1", | ||
"react": "^16.8.0" | ||
"react": "^16.8.0", | ||
"react-dom": "^16.8.0" | ||
}, | ||
"dependencies": { | ||
"@apollo/react-common": "^0.1.0-beta.7", | ||
"@apollo/react-components": "^0.1.0-beta.6", | ||
"@apollo/react-common": "^0.1.0-beta.8", | ||
"@apollo/react-components": "^0.1.0-beta.7", | ||
"ts-invariant": "^0.4.4", | ||
@@ -58,7 +59,7 @@ "tslib": "^1.10.0" | ||
"jest": "^24.8.0", | ||
"rollup": "^1.15.5", | ||
"rollup": "1.16.2", | ||
"tsc-watch": "^2.2.1", | ||
"typescript": "^3.5.2" | ||
}, | ||
"gitHead": "ce33f8a5ce250518d521de39982dc49f1fe9a793" | ||
"gitHead": "808e66755990a649202a662a6c6e8b8d20a0e9fb" | ||
} |
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
172651
8