From c60291cc5837659900c1a19a505c27c45ed7e78b Mon Sep 17 00:00:00 2001 From: Ruslan Lopatin Date: Thu, 23 Nov 2023 12:52:28 +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 ab4eab0..5da202e 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,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",