From 12ab259eb499e4432e6e6d89feaacae6826e1fcc Mon Sep 17 00:00:00 2001 From: AlexeyPortnyagin <157355194+AlexeyPortnyagin@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:23:23 +0500 Subject: [PATCH] fix(kit): fix tslib version (#9181) --- projects/kit/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/kit/package.json b/projects/kit/package.json index 75cd4edd78a6..61fe8dc74d08 100644 --- a/projects/kit/package.json +++ b/projects/kit/package.json @@ -32,6 +32,6 @@ "@taiga-ui/i18n": ">=3.95.0 <4", "@tinkoff/ng-polymorpheus": ">=4.3.0", "rxjs": ">=6.0.0", - "tslib": ">2.7.0" + "tslib": ">=2.7.0" } }