Update angular material to version 13
This commit is contained in:
parent
5b34177835
commit
5b79e82acf
|
@ -17,13 +17,13 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "~13.4.0",
|
||||
"@angular/cdk": "^12.2.13",
|
||||
"@angular/cdk": "^13.3.9",
|
||||
"@angular/common": "~13.4.0",
|
||||
"@angular/compiler": "~13.4.0",
|
||||
"@angular/core": "~13.4.0",
|
||||
"@angular/forms": "~13.4.0",
|
||||
"@angular/localize": "^13.4.0",
|
||||
"@angular/material": "^12.2.13",
|
||||
"@angular/material": "^13.3.9",
|
||||
"@angular/platform-browser": "~13.4.0",
|
||||
"@angular/platform-browser-dynamic": "~13.4.0",
|
||||
"@angular/router": "~13.4.0",
|
||||
|
@ -59,4 +59,4 @@
|
|||
"ts-node": "~7.0.0",
|
||||
"typescript": "~4.6.4"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
@use '~@angular/material' as mat;
|
||||
@use '@angular/material' as mat;
|
||||
@import '../node_modules/@angular/material/theming';
|
||||
@include mat.core();
|
||||
$my-app-primary: mat.define-palette(mat.$blue-grey-palette);
|
||||
|
|
Loading…
Reference in New Issue