Skip to content

Commit

Permalink
chore: npx ng update @angular/material@13
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsawyer committed Jul 15, 2024
1 parent 9c87353 commit c4170bb
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 23 deletions.
39 changes: 20 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"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/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",
Expand Down Expand Up @@ -53,4 +53,4 @@
"tslint": "~6.1.0",
"typescript": "4.4.4"
}
}
}
2 changes: 1 addition & 1 deletion projects/demo/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
@import "@angular/material/prebuilt-themes/indigo-pink.css";

body {
margin: 0;
Expand Down

0 comments on commit c4170bb

Please sign in to comment.