From a4aafdef0b2899c9a9c565ca78e0725c2e464643 Mon Sep 17 00:00:00 2001 From: Samir Romdhani Date: Thu, 5 Oct 2023 23:46:04 +0200 Subject: [PATCH] feat(angular-material): downgrade cdk, animation to 14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit upgrade angular-material to 16 fixes: #7800 BREAKING CHANGE: ā›µupgrade angular-material to 16 Signed-off-by: romdhanisamir94@gmail.com --- modules/web/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/web/package.json b/modules/web/package.json index 68499a6ce2c3..806a87290d15 100644 --- a/modules/web/package.json +++ b/modules/web/package.json @@ -43,8 +43,8 @@ "src/**/*.html": [] }, "dependencies": { - "@angular/animations": "16.2.1", - "@angular/cdk": "16.2.1", + "@angular/animations": "14.2.2", + "@angular/cdk": "14.2.2", "@angular/common": "16.2.1", "@angular/compiler": "16.2.1", "@angular/core": "16.2.1",