Update material to angular 16.

This commit is contained in:
Konstantinos Triantafyllou 2023-08-03 17:27:39 +03:00
parent ca9feff83f
commit fbca21a01f
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
"@angular/forms": "^16.1.8",
"@angular/platform-browser": "^16.1.8",
"@angular/platform-browser-dynamic": "^16.1.8",
"@angular/material": "^15.2.9",
"@angular/material": "^16.1.7",
"@angular/router": "^16.1.8",
"ng2-ckeditor": "1.3.7",
"rxjs": "^6.5.1",
@ -45,4 +45,4 @@
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.9.5"
}
}
}