From daa9e567431111ae2101484f02b47f61b8de1ade Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Thu, 13 Mar 2025 11:50:55 +0100 Subject: [PATCH] build(package.json): update angular cdk dependency version --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index eee1cd7..edcadfe 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,7 @@ "private": true, "dependencies": { "@angular/animations": "^19.2.2", - "@angular/cdk": "~18.2.14", + "@angular/cdk": "~19.2.14", "@angular/common": "^19.2.2", "@angular/compiler": "^19.2.2", "@angular/core": "^19.2.2", @@ -53,4 +53,4 @@ "typescript": "~5.5.2", "typescript-eslint": "8.23.0" } -} \ No newline at end of file +}