From e737956aba3cc33a4d4d52f43d83a4b29f545b8a Mon Sep 17 00:00:00 2001 From: Mike Marcacci Date: Wed, 27 Mar 2019 12:03:46 -0700 Subject: [PATCH] Bump TS version to match react --- types/graphql-react/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/graphql-react/index.d.ts b/types/graphql-react/index.d.ts index 1b27bc9014..1e80e31d23 100644 --- a/types/graphql-react/index.d.ts +++ b/types/graphql-react/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/jaydenseric/graphql-react#readme // Definitions by: Mike Marcacci // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.6 +// TypeScript Version: 2.8 import { ReactNode, Context } from "react";