From 29b6d31190d75c72a710a885034b77bebe1ea456 Mon Sep 17 00:00:00 2001 From: Serge Date: Thu, 25 Jul 2024 13:00:53 +0200 Subject: [PATCH] fix(ngx-status): update patch version --- projects/status/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/status/package.json b/projects/status/package.json index 6c9ed20a..7dd1714c 100644 --- a/projects/status/package.json +++ b/projects/status/package.json @@ -40,9 +40,9 @@ "@angular/cdk": ">= 14", "@angular/material": ">= 14", "rxjs": ">= 7.0.0", - "@hug/ngx-core": "1.1.13", - "@hug/ngx-snackbar": "1.1.9", - "@hug/ngx-message-box": "1.1.7" + "@hug/ngx-core": "^1.1.13", + "@hug/ngx-snackbar": "^1.1.9", + "@hug/ngx-message-box": "^1.1.7" }, "dependencies": { "tslib": "^2.6.3"