@apollo/react-components
Advanced tools
Comparing version 0.1.0-beta.5 to 0.1.0-beta.6
/// <reference types="react" /> | ||
import { OperationVariables, QueryFunctionOptions, QueryResult, BaseMutationOptions, MutationFunction, MutationResult, SubscriptionResult } from '@apollo/react-common'; | ||
import { DocumentNode } from 'graphql'; | ||
import { BaseSubscriptionOptions } from '@apollo/react-common/src/types/types'; | ||
import { BaseSubscriptionOptions } from '@apollo/react-common'; | ||
export interface QueryComponentOptions<TData = any, TVariables = OperationVariables> extends QueryFunctionOptions<TData, TVariables> { | ||
@@ -6,0 +6,0 @@ children: (result: QueryResult<TData, TVariables>) => JSX.Element | null; |
{ | ||
"name": "@apollo/react-components", | ||
"description": "React Apollo Query, Mutation and Subscription components.", | ||
"version": "0.1.0-beta.5", | ||
"version": "0.1.0-beta.6", | ||
"author": "opensource@apollographql.com", | ||
@@ -15,2 +15,5 @@ "keywords": [ | ||
"module": "./lib/react-components.esm.js", | ||
"react-native": { | ||
"react-dom/server": false | ||
}, | ||
"typings": "./lib/index.d.ts", | ||
@@ -37,7 +40,7 @@ "repository": { | ||
"peerDependencies": { | ||
"apollo-cache": "^1.3.0", | ||
"apollo-client": "^2.6.0", | ||
"apollo-link": "^1.2.11", | ||
"apollo-utilities": "^1.3.0", | ||
"graphql": "^14.2.1", | ||
"apollo-cache": "^1.3.2", | ||
"apollo-client": "^2.6.2", | ||
"apollo-link": "^1.2.12", | ||
"apollo-utilities": "^1.3.2", | ||
"graphql": "^14.3.1", | ||
"react": "^16.8.3", | ||
@@ -47,8 +50,8 @@ "react-dom": "^16.8.3" | ||
"dependencies": { | ||
"@apollo/react-common": "^0.1.0-beta.6", | ||
"@apollo/react-hooks": "^0.1.0-beta.8", | ||
"@apollo/react-common": "^0.1.0-beta.7", | ||
"@apollo/react-hooks": "^0.1.0-beta.9", | ||
"hoist-non-react-statics": "^3.3.0", | ||
"prop-types": "^15.7.2", | ||
"ts-invariant": "^0.4.2", | ||
"tslib": "^1.9.3" | ||
"ts-invariant": "^0.4.4", | ||
"tslib": "^1.10.0" | ||
}, | ||
@@ -67,3 +70,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
41299
0
Updatedts-invariant@^0.4.4
Updatedtslib@^1.10.0