Skip to content

Commit 2e05d49

Browse files
author
Simon
committed
Angular Material v12 to v13 update
1 parent 669c399 commit 2e05d49

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"private": true,
1414
"dependencies": {
1515
"@angular/animations": "~13.0.0",
16-
"@angular/cdk": "~12.2.12",
16+
"@angular/cdk": "~13.0.0",
1717
"@angular/common": "~13.0.0",
1818
"@angular/compiler": "~13.0.0",
1919
"@angular/core": "~13.0.0",
2020
"@angular/forms": "~13.0.0",
2121
"@angular/localize": "^13.0.0",
22-
"@angular/material": "^12.2.12",
22+
"@angular/material": "^13.0.0",
2323
"@angular/platform-browser": "~13.0.0",
2424
"@angular/platform-browser-dynamic": "~13.0.0",
2525
"@angular/router": "~13.0.0",

projects/bank/src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* You can add global styles to this file, and also import other style files */
2-
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
2+
@import "@angular/material/prebuilt-themes/indigo-pink.css";
33

44
* {
55
font-family: sans-serif;

0 commit comments

Comments
 (0)