From d802c72f4367036730395fdbed10fcd2108c9355 Mon Sep 17 00:00:00 2001 From: Mike Marcacci Date: Wed, 27 Mar 2019 11:55:37 -0700 Subject: [PATCH] Add minimum TypeScript version --- types/graphql-react/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/graphql-react/index.d.ts b/types/graphql-react/index.d.ts index 13ee68b33b..1b27bc9014 100644 --- a/types/graphql-react/index.d.ts +++ b/types/graphql-react/index.d.ts @@ -2,6 +2,7 @@ // Project: https://github.com/jaydenseric/graphql-react#readme // Definitions by: Mike Marcacci // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 2.6 import { ReactNode, Context } from "react";