From 24f89ffe72487c2667939e774c9343030dfb53c8 Mon Sep 17 00:00:00 2001 From: Sebastian Born Date: Tue, 9 Dec 2025 09:53:22 +0100 Subject: [PATCH] Update package.json --- projects/components/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/projects/components/package.json b/projects/components/package.json index 9b7f4b7..881ae69 100644 --- a/projects/components/package.json +++ b/projects/components/package.json @@ -1,7 +1,7 @@ { "name": "@zvoove/components", "description": "A set of angular components compatible with and/or dependent on @angular/material.", - "version": "19.3.1", + "version": "20.0.0", "license": "MIT", "repository": { "type": "git", @@ -11,12 +11,12 @@ "tslib": "^2.8.1" }, "peerDependencies": { - "@angular/cdk": "^19.2.0", - "@angular/common": "^19.2.0", - "@angular/core": "^19.2.0", - "@angular/forms": "^19.2.0", - "@angular/material": "^19.2.0", - "ngx-mat-select-search": "^8.0.0" + "@angular/cdk": "^20.2.14", + "@angular/common": "^20.3.15", + "@angular/core": "^20.3.15", + "@angular/forms": "^20.3.15", + "@angular/material": "^20.2.14", + "ngx-mat-select-search": "^8.0.4" }, "schematics": "./schematics/migrations.json", "ng-update": {