From 3d6522a6e234b8ef5e14e73cdeed8d794982b2e1 Mon Sep 17 00:00:00 2001 From: Ruslan Lopatin Date: Thu, 23 Nov 2023 12:52:53 +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 cbfed00..24db0a0 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,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",