From 4f3eed05b109e43d03af7353ca8e3bc17c3c27b9 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Thu, 24 Aug 2023 16:32:16 +0300 Subject: [PATCH] Update material to angular 16. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7f04f14..1366283 100644 --- a/package.json +++ b/package.json @@ -16,13 +16,13 @@ "private": true, "dependencies": { "@angular/animations": "^16.2.2", - "@angular/cdk": "^15.2.9", + "@angular/cdk": "^16.2.1", "@angular/common": "^16.2.2", "@angular/compiler": "^16.2.2", "@angular/core": "^16.2.2", "@angular/forms": "^16.2.2", "@angular/localize": "^16.2.2", - "@angular/material": "^15.2.9", + "@angular/material": "^16.2.1", "@angular/platform-browser": "^16.2.2", "@angular/platform-browser-dynamic": "^16.2.2", "@angular/router": "^16.2.2", @@ -58,4 +58,4 @@ "tslint": "~6.1.0", "typescript": "~4.9.5" } -} +} \ No newline at end of file