From f719664ad3b5bafd1684da848a04421e5d894604 Mon Sep 17 00:00:00 2001 From: Serge Date: Thu, 25 Jul 2024 12:59:38 +0200 Subject: [PATCH] fix(ngx-tooltip): update patch version --- package-lock.json | 59 +++++++++++++++++++++++------------ projects/tooltip/package.json | 2 +- 2 files changed, 40 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index b822f0d9..1a323348 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4578,6 +4578,10 @@ "typescript": ">= 3" } }, + "node_modules/@hug/ngx-core": { + "resolved": "projects/core", + "link": true + }, "node_modules/@hug/ngx-date-picker": { "resolved": "projects/date-picker", "link": true @@ -22073,6 +22077,21 @@ "tslib": "^2.3.0" } }, + "projects/core": { + "version": "1.1.13", + "license": "GPL-3.0-only", + "dependencies": { + "tslib": "^2.6.3" + }, + "peerDependencies": { + "@angular/cdk": ">= 14", + "@angular/common": ">= 14", + "@angular/core": ">= 14", + "@angular/material": ">= 14", + "date-fns": "^2.30.0", + "rxjs": ">= 7.0.0" + } + }, "projects/date-picker": { "name": "@hug/ngx-date-picker", "version": "1.0.6", @@ -22083,8 +22102,8 @@ "peerDependencies": { "@angular/common": ">= 14", "@angular/core": ">= 14", - "@hug/ngx-core": "1.1.13", - "@hug/ngx-time-picker": "1.1.8" + "@hug/ngx-core": "^1.1.13", + "@hug/ngx-time-picker": "^1.1.8" } }, "projects/layout": { @@ -22099,8 +22118,8 @@ "@angular/common": ">= 14", "@angular/core": ">= 14", "@angular/material": ">= 14", - "@hug/ngx-core": "1.1.13", - "@hug/ngx-sidenav": "1.1.6" + "@hug/ngx-core": "^1.1.13", + "@hug/ngx-sidenav": "^1.1.6" } }, "projects/list-loader": { @@ -22140,7 +22159,7 @@ "@angular/common": ">= 14", "@angular/core": ">= 14", "@angular/material": ">= 14", - "@hug/ngx-core": "1.1.13", + "@hug/ngx-core": "^1.1.13", "rxjs": ">= 7.0.0" } }, @@ -22156,7 +22175,7 @@ "@angular/common": ">= 14", "@angular/core": ">= 14", "@angular/material": ">= 14", - "@hug/ngx-core": "1.1.13", + "@hug/ngx-core": "^1.1.13", "rxjs": ">= 7.0.0" } }, @@ -22171,7 +22190,7 @@ "@angular/cdk": ">= 14", "@angular/common": ">= 14", "@angular/core": ">= 14", - "@hug/ngx-core": "1.1.13", + "@hug/ngx-core": "^1.1.13", "rxjs": ">= 7.0.0" } }, @@ -22187,7 +22206,7 @@ "@angular/core": ">= 14", "@angular/forms": ">= 14", "@angular/material": ">= 14", - "@hug/ngx-core": "1.1.13", + "@hug/ngx-core": "^1.1.13", "rxjs": ">= 7.0.0" } }, @@ -22201,7 +22220,7 @@ "peerDependencies": { "@angular/common": ">= 14", "@angular/core": ">= 14", - "@hug/ngx-core": "1.1.13", + "@hug/ngx-core": "^1.1.13", "rxjs": ">= 7.0.0" } }, @@ -22215,7 +22234,7 @@ "peerDependencies": { "@angular/common": ">= 14", "@angular/core": ">= 14", - "@hug/ngx-core": "1.1.13", + "@hug/ngx-core": "^1.1.13", "rxjs": ">= 7.0.0" } }, @@ -22230,7 +22249,7 @@ "@angular/cdk": ">= 14", "@angular/common": ">= 14", "@angular/core": ">= 14", - "@hug/ngx-core": "1.1.13", + "@hug/ngx-core": "^1.1.13", "rxjs": ">= 7.0.0" } }, @@ -22246,9 +22265,9 @@ "@angular/common": ">= 14", "@angular/core": ">= 14", "@angular/material": ">= 14", - "@hug/ngx-core": "1.1.13", - "@hug/ngx-message-box": "1.1.7", - "@hug/ngx-snackbar": "1.1.9", + "@hug/ngx-core": "^1.1.13", + "@hug/ngx-message-box": "^1.1.7", + "@hug/ngx-snackbar": "^1.1.9", "rxjs": ">= 7.0.0" } }, @@ -22265,8 +22284,8 @@ "@angular/core": ">= 14", "@angular/forms": ">= 14", "@angular/material": ">= 14", - "@hug/ngx-core": "1.1.13", - "@hug/ngx-numeric-stepper": "1.1.9", + "@hug/ngx-core": "^1.1.13", + "@hug/ngx-numeric-stepper": "^1.1.9", "date-fns": "^2.30.0", "rxjs": ">= 7.0.0" } @@ -22283,7 +22302,7 @@ "@angular/common": ">= 14", "@angular/core": ">= 14", "@angular/material": ">= 14", - "@hug/ngx-core": "1.1.13", + "@hug/ngx-core": "^1.1.13", "lodash-es": "^4.17.21", "rxjs": ">= 7.0.0" } @@ -22313,9 +22332,9 @@ "@angular/common": ">= 14", "@angular/core": ">= 14", "@angular/material": ">= 14", - "@hug/ngx-core": "1.1.13", - "@hug/ngx-tooltip": "1.1.9", - "@hug/ngx-user-card": "1.1.7" + "@hug/ngx-core": "^1.1.13", + "@hug/ngx-tooltip": "^1.1.9", + "@hug/ngx-user-card": "^1.1.7" } } } diff --git a/projects/tooltip/package.json b/projects/tooltip/package.json index 4dcd37d3..36347bcb 100644 --- a/projects/tooltip/package.json +++ b/projects/tooltip/package.json @@ -36,7 +36,7 @@ "@angular/material": ">= 14", "rxjs": ">= 7.0.0", "lodash-es": "^4.17.21", - "@hug/ngx-core": "1.1.13" + "@hug/ngx-core": "^1.1.13" }, "dependencies": { "tslib": "^2.6.3"