react-apollo
Advanced tools
Comparing version 3.2.0-alpha.0 to 3.2.0-beta.0
{ | ||
"name": "react-apollo", | ||
"description": "React Apollo Hooks, Components, and HOC.", | ||
"version": "3.2.0-alpha.0", | ||
"version": "3.2.0-beta.0", | ||
"author": "opensource@apollographql.com", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"predeploy": "npm run build", | ||
"deploy": "npm publish --tag alpha" | ||
"deploy": "npm publish --tag beta" | ||
}, | ||
@@ -43,10 +43,10 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"rollup": "1.21.4", | ||
"typescript": "3.6.3" | ||
"rollup": "1.20.3", | ||
"typescript": "3.5.3" | ||
}, | ||
"dependencies": { | ||
"@apollo/react-common": "^3.2.0-alpha.0", | ||
"@apollo/react-components": "^3.2.0-alpha.0", | ||
"@apollo/react-hoc": "^3.2.0-alpha.0", | ||
"@apollo/react-ssr": "^3.2.0-alpha.0" | ||
"@apollo/react-common": "^3.2.0-beta.0", | ||
"@apollo/react-components": "^3.2.0-beta.0", | ||
"@apollo/react-hoc": "^3.2.0-beta.0", | ||
"@apollo/react-ssr": "^3.2.0-beta.0" | ||
}, | ||
@@ -59,3 +59,3 @@ "files": [ | ||
}, | ||
"gitHead": "d6a6c693cde6dcd9cc9845d53daff0d73951ddca" | ||
"gitHead": "6192fbc89fb1e005f262b31afa8154ee157ecdab" | ||
} |
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
12099