From b5b0ac50bdf9b0883a645189c3e0bc795577195d Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:27:40 -0400 Subject: [PATCH] update shared and marketplace libs for taiga dep --- web/projects/marketplace/package.json | 8 ++++---- web/projects/shared/package.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/projects/marketplace/package.json b/web/projects/marketplace/package.json index cdf0d1645..c3e26f682 100644 --- a/web/projects/marketplace/package.json +++ b/web/projects/marketplace/package.json @@ -1,13 +1,13 @@ { "name": "@start9labs/marketplace", - "version": "0.3.30", + "version": "0.3.31", "peerDependencies": { "@angular/common": ">=13.2.0", "@angular/core": ">=13.2.0", "@start9labs/shared": ">=0.3.2", - "@taiga-ui/cdk": "4.0.0-rc.6", - "@taiga-ui/core": "4.0.0-rc.6", - "@taiga-ui/layout": "4.0.0-rc.6", + "@taiga-ui/cdk": ">=4.0.0", + "@taiga-ui/core": ">=4.0.0", + "@taiga-ui/layout": ">=4.0.0", "@tinkoff/ng-dompurify": ">=4.0.0", "fuse.js": "^6.4.6" }, diff --git a/web/projects/shared/package.json b/web/projects/shared/package.json index a14ed5991..9bae1334d 100644 --- a/web/projects/shared/package.json +++ b/web/projects/shared/package.json @@ -1,15 +1,15 @@ { "name": "@start9labs/shared", - "version": "0.3.14", + "version": "0.3.15", "peerDependencies": { "@angular/common": ">=13.2.0", "@angular/core": ">=13.2.0", "@angular/router": ">=13.2.0", "@ng-web-apis/mutation-observer": ">=4.0.0", "@ng-web-apis/resize-observer": ">=4.0.0", - "@taiga-ui/cdk": "4.0.0-rc.7", - "@taiga-ui/core": "4.0.0-rc.7", - "@taiga-ui/layout": "4.0.0-rc.7", + "@taiga-ui/cdk": ">=4.0.0", + "@taiga-ui/core": ">=4.0.0", + "@taiga-ui/layout": ">=4.0.0", "@tinkoff/ng-dompurify": ">=4.0.0", "ansi-to-html": "^0.7.2" },