From 14dc95aa811f9ae4b379b2d077f0d64a780a2e99 Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Mon, 29 Jul 2024 15:32:45 +0200 Subject: [PATCH] only support the most recent 10 TS minors --- integrationTests/ts/package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/integrationTests/ts/package.json b/integrationTests/ts/package.json index 2322c18ce5..38efeb7f2e 100644 --- a/integrationTests/ts/package.json +++ b/integrationTests/ts/package.json @@ -6,10 +6,6 @@ }, "dependencies": { "graphql": "file:../graphql.tgz", - "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", "typescript-4.7": "npm:typescript@4.7.x", "typescript-4.8": "npm:typescript@4.8.x", @@ -18,6 +14,7 @@ "typescript-5.1": "npm:typescript@5.1.x", "typescript-5.2": "npm:typescript@5.2.x", "typescript-5.3": "npm:typescript@5.3.x", - "typescript-5.4": "npm:typescript@5.4.x" + "typescript-5.4": "npm:typescript@5.4.x", + "typescript-5.5": "npm:typescript@5.5.x" } }