@apollo/react-hoc
Advanced tools
Comparing version 0.1.0-beta.5 to 0.1.0-beta.6
{ | ||
"name": "@apollo/react-hoc", | ||
"description": "React Apollo `graphql` higher-order component.", | ||
"version": "0.1.0-beta.5", | ||
"version": "0.1.0-beta.6", | ||
"author": "opensource@apollographql.com", | ||
@@ -15,2 +15,5 @@ "keywords": [ | ||
"module": "./lib/react-hoc.esm.js", | ||
"react-native": { | ||
"react-dom/server": false | ||
}, | ||
"typings": "./lib/index.d.ts", | ||
@@ -37,11 +40,11 @@ "repository": { | ||
"peerDependencies": { | ||
"apollo-client": "^2.6.0", | ||
"graphql": "^14.2.1", | ||
"apollo-client": "^2.6.2", | ||
"graphql": "^14.3.1", | ||
"react": "^16.8.0" | ||
}, | ||
"dependencies": { | ||
"@apollo/react-common": "^0.1.0-beta.6", | ||
"@apollo/react-components": "^0.1.0-beta.5", | ||
"ts-invariant": "^0.4.2", | ||
"tslib": "^1.9.3" | ||
"@apollo/react-common": "^0.1.0-beta.7", | ||
"@apollo/react-components": "^0.1.0-beta.6", | ||
"ts-invariant": "^0.4.4", | ||
"tslib": "^1.10.0" | ||
}, | ||
@@ -60,3 +63,3 @@ "files": [ | ||
}, | ||
"gitHead": "f0ad14e4304a9b58381b292fe8ad739a0ab4534b" | ||
"gitHead": "ce33f8a5ce250518d521de39982dc49f1fe9a793" | ||
} |
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
172624
Updatedts-invariant@^0.4.4
Updatedtslib@^1.10.0