From 55e7425625d79b50bdd680712e32528d981e24d4 Mon Sep 17 00:00:00 2001 From: Charles Dimino <101206407+cdimino@users.noreply.github.com> Date: Sun, 19 Mar 2023 19:34:34 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#64366=20graphql-fi?= =?UTF-8?q?elds:=20Update=20graphql=20to=2016.6.0.=20by=20@cdimino?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/graphql-fields/package.json | 4 ++-- types/graphql-fields/tsconfig.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/types/graphql-fields/package.json b/types/graphql-fields/package.json index ce5fc596d6..c768413170 100644 --- a/types/graphql-fields/package.json +++ b/types/graphql-fields/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "graphql": "^15.3.0" + "graphql": "*" } -} +} \ No newline at end of file diff --git a/types/graphql-fields/tsconfig.json b/types/graphql-fields/tsconfig.json index 826e200b41..96f74a35b8 100644 --- a/types/graphql-fields/tsconfig.json +++ b/types/graphql-fields/tsconfig.json @@ -2,8 +2,7 @@ "compilerOptions": { "module": "commonjs", "lib": [ - "es6", - "esnext.asynciterable" + "es2018" ], "noImplicitAny": true, "noImplicitThis": true,