From 2275f58a3262e5e04ed8eae9a963a55b407ad263 Mon Sep 17 00:00:00 2001 From: Ruslan Lopatin Date: Tue, 8 Oct 2024 13:19:48 +0700 Subject: [PATCH] TypeScript-5.6 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index df2afe1..9f537c7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@jest/globals": "^29.7.0", "@run-z/eslint-config": "^4.2.0", "@run-z/prettier-config": "^2.0.0", - "@run-z/project-config": "^0.20.3", + "@run-z/project-config": "^0.20.4", "@swc/core": "^1.7.26", "@swc/jest": "^0.2.36", "@types/node": "^20.16.11", @@ -51,7 +51,7 @@ "ts-jest": "^29.2.5", "tslib": "^2.7.0", "typedoc": "^0.26.8", - "typescript": "~5.5.4" + "typescript": "~5.6.2" }, "scripts": { "all": "run-z build,lint,test",