From ad2121115a8dda0eb307295c4cefa05f97a958c2 Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Sun, 17 Mar 2024 12:12:00 +0600 Subject: [PATCH] Add support for TypeScript 5.4 Fixes https://github.com/sindresorhus/type-fest/issues/784 manifestation. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5cefa3c..12c96aa 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@diia-inhouse/configs": "^1.27.1", "@diia-inhouse/eslint-config": "^3.5.0", "@diia-inhouse/genproto": "^1.10.0", - "type-fest": "4.8.1", + "type-fest": "4.12.0", "rimraf": "5.0.5", "lockfile-lint": "4.13.1" },