update angular material to v13

This commit is contained in:
Alex Martzios 2022-12-15 12:49:11 +02:00
parent 3af07d26d3
commit e982475def
2 changed files with 4 additions and 4 deletions

View File

@ -16,13 +16,13 @@
"private": true,
"dependencies": {
"@angular/animations": "~13.3.12",
"@angular/cdk": "^12.2.13",
"@angular/cdk": "^13.3.9",
"@angular/common": "~13.3.12",
"@angular/compiler": "~13.3.12",
"@angular/core": "~13.3.12",
"@angular/forms": "~13.3.12",
"@angular/localize": "^13.3.12",
"@angular/material": "^12.2.13",
"@angular/material": "^13.3.9",
"@angular/platform-browser": "~13.3.12",
"@angular/platform-browser-dynamic": "~13.3.12",
"@angular/router": "~13.3.12",

View File

@ -1,5 +1,5 @@
@use '~@angular/material' as mat;
@import '~@angular/material/theming';
@use '@angular/material' as mat;
@import '@angular/material/theming';
@include mat.core();
$my-app-primary: mat.define-palette(mat.$blue-grey-palette);
$my-app-accent: mat.define-palette(mat.$green-palette);