From 48a373c9390e1c7136312daa985b867aa740bd4d Mon Sep 17 00:00:00 2001 From: Kara Brightwell Date: Thu, 25 Jul 2024 10:38:06 +0100 Subject: [PATCH] feat(typescript): support typescript 5 thanks @AniaMakes! --- plugins/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/typescript/package.json b/plugins/typescript/package.json index ea85c938d..f691dffa8 100644 --- a/plugins/typescript/package.json +++ b/plugins/typescript/package.json @@ -22,7 +22,7 @@ ], "peerDependencies": { "dotcom-tool-kit": "3.x", - "typescript": "3.x || 4.x" + "typescript": "3.x || 4.x || 5.x" }, "dependencies": { "@dotcom-tool-kit/logger": "^3.4.1",