From 03536f9b489c36a90d7012b4313375bf92d41292 Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Tue, 26 Apr 2022 19:58:35 +0300 Subject: [PATCH] Set TS 4.4 as minimal supported version (#3547) --- integrationTests/ts/package.json | 3 --- package.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/integrationTests/ts/package.json b/integrationTests/ts/package.json index 413e1aec05..51f768dad6 100644 --- a/integrationTests/ts/package.json +++ b/integrationTests/ts/package.json @@ -6,9 +6,6 @@ }, "dependencies": { "graphql": "file:../graphql.tgz", - "typescript-4.1": "npm:typescript@4.1.x", - "typescript-4.2": "npm:typescript@4.2.x", - "typescript-4.3": "npm:typescript@4.3.x", "typescript-4.4": "npm:typescript@4.4.x", "typescript-4.5": "npm:typescript@4.5.x", "typescript-4.6": "npm:typescript@4.6.x" diff --git a/package.json b/package.json index 9e3f8fe944..984aa36faa 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "main": "index", "module": "index.mjs", "typesVersions": { - ">=4.1.0": { + ">=4.4.0": { "*": [ "*" ]