From 357384d9d275832c673c7aeb6a2792ef2932cdff Mon Sep 17 00:00:00 2001 From: GniLudio <50866361+GniLudio@users.noreply.github.com> Date: Thu, 26 Feb 2026 10:19:13 +0100 Subject: [PATCH] Update TypeScript dependency version constraint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 285ca8a..a388956 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@moddota/panorama-types": "^1.30.0", "fs-extra": "^9.0.0", "npm-run-all": "^4.1.5", - "typescript": "5.5.2", + "typescript": "^5.5.2", "typescript-to-lua": "^1.26.0" } }