react-apollo
Advanced tools
Comparing version 3.1.0-beta.0 to 3.1.0
{ | ||
"name": "react-apollo", | ||
"description": "React Apollo Hooks, Components, and HOC.", | ||
"version": "3.1.0-beta.0", | ||
"version": "3.1.0", | ||
"author": "opensource@apollographql.com", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"predeploy": "npm run build", | ||
"deploy": "npm publish --tag beta" | ||
"deploy": "npm publish" | ||
}, | ||
@@ -44,7 +44,7 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@apollo/react-common": "^3.1.0-beta.0", | ||
"@apollo/react-components": "^3.1.0-beta.0", | ||
"@apollo/react-hoc": "^3.1.0-beta.0", | ||
"@apollo/react-hooks": "^3.1.0-beta.0", | ||
"@apollo/react-ssr": "^3.1.0-beta.0" | ||
"@apollo/react-common": "^3.1.0", | ||
"@apollo/react-components": "^3.1.0", | ||
"@apollo/react-hoc": "^3.1.0", | ||
"@apollo/react-hooks": "^3.1.0", | ||
"@apollo/react-ssr": "^3.1.0" | ||
}, | ||
@@ -58,6 +58,6 @@ "files": [ | ||
"devDependencies": { | ||
"rollup": "1.19.4", | ||
"rollup": "1.20.3", | ||
"typescript": "3.5.3" | ||
}, | ||
"gitHead": "241ccacb9e27ab9cda90aa4a5c1f7ee29c05391b" | ||
"gitHead": "3bc12b7f5b2064acc7ec0e15ec59cd2acfa61d49" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2
12423
Updated@apollo/react-common@^3.1.0
Updated@apollo/react-hoc@^3.1.0
Updated@apollo/react-hooks@^3.1.0
Updated@apollo/react-ssr@^3.1.0