From e73475a28d5368315b6c89f3afd2fcc6a5c07aa3 Mon Sep 17 00:00:00 2001 From: glushkova91 Date: Thu, 7 Mar 2024 16:20:39 +0100 Subject: [PATCH] fix(core): fix pnpm lock file (#476) Co-authored-by: anastasiia_glushkova --- pnpm-lock.yaml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2ff74246..9ae6c92c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -108,14 +108,13 @@ importers: typescript: specifier: ~4.6.3 version: 4.6.3 - angular/dist/catalyst: dependencies: '@angular/cdk': - specifier: ^14.0.0 || ^15.0.0 || ^16.0.0 + specifier: '>=14.0.0' version: 14.2.7(@angular/common@14.3.0)(@angular/core@14.2.7)(rxjs@7.8.1) '@angular/core': - specifier: ^14.0.0 || ^15.0.0 || ^16.0.0 + specifier: '>=14.0.0' version: 14.2.7(rxjs@7.8.1)(zone.js@0.11.8) '@haiilo/catalyst': specifier: workspace:* @@ -133,6 +132,21 @@ importers: specifier: ^2.3.0 version: 2.6.1 + angular/dist/catalyst-formly: + dependencies: + '@angular/core': + specifier: ^14.0.0 || ^15.0.0 || ^16.0.0 + version: 14.2.7(rxjs@7.8.1)(zone.js@0.11.8) + '@haiilo/catalyst-angular': + specifier: workspace:* + version: link:../../projects/catalyst + '@ngx-formly/core': + specifier: ^6.0.0 + version: 6.1.8(@angular/forms@14.2.7)(rxjs@7.8.1) + tslib: + specifier: ^2.3.0 + version: 2.6.1 + angular/projects/catalyst: dependencies: '@angular/cdk':