From 91dff3bc90839214015c8702eeb560ae3baa2b54 Mon Sep 17 00:00:00 2001 From: Frederik Wessberg Date: Thu, 31 Oct 2024 01:16:23 +0100 Subject: [PATCH] feat: add TypeScript 5.6 support --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7521bd1..494b453 100644 --- a/package.json +++ b/package.json @@ -80,8 +80,8 @@ "tsup": "^8.3.5", "tsx": "^4.19.2", "typescript": "^5.6.3", - "typescript-3-2-1": "npm:typescript@4.2.3", - "typescript-3-3-1": "npm:typescript@4.2.3", + "typescript-3-2-1": "npm:typescript@3.2.1", + "typescript-3-3-1": "npm:typescript@3.3.1", "typescript-3-4-1": "npm:typescript@3.4.1", "typescript-3-5-1": "npm:typescript@3.5.1", "typescript-3-6-2": "npm:typescript@3.6.2",