From 79838744a1fefb2c8ed8e114492febaec3c2ccf9 Mon Sep 17 00:00:00 2001 From: Ruslan Lopatin Date: Tue, 8 Oct 2024 13:21:14 +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 6499f91..d91c782 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@proc7ts/logger": "^2.0.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", "@typescript-eslint/eslint-plugin": "^7.18.0", @@ -56,7 +56,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",