From def86d883f1174df9ffe15511162906b7996386e Mon Sep 17 00:00:00 2001 From: Ruslan Lopatin Date: Thu, 23 Nov 2023 12:52:42 +0700 Subject: [PATCH] TypeScript-5.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00a5e4d..1bdf355 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "ts-jest": "^29.1.1", "tslib": "^2.6.2", "typedoc": "^0.25.3", - "typescript": "~5.2.2" + "typescript": "~5.3.2" }, "scripts": { "all": "run-z build,lint,test",