Skip to content

Commit 7b907b3

Browse files
committed
fix(project): upgraded angular material to v10
1 parent 36af5be commit 7b907b3

File tree

2 files changed

+34
-27
lines changed

2 files changed

+34
-27
lines changed

Diff for: package-lock.json

+32-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"private": true,
2222
"dependencies": {
2323
"@angular/animations": "~10.2.5",
24-
"@angular/cdk": "^9.2.4",
24+
"@angular/cdk": "^10.2.7",
2525
"@angular/common": "~10.2.5",
2626
"@angular/compiler": "~10.2.5",
2727
"@angular/core": "~10.2.5",
2828
"@angular/flex-layout": "^9.0.0-beta.31",
2929
"@angular/forms": "~10.2.5",
30-
"@angular/material": "^9.2.4",
30+
"@angular/material": "^10.2.7",
3131
"@angular/platform-browser": "~10.2.5",
3232
"@angular/platform-browser-dynamic": "~10.2.5",
3333
"@angular/platform-server": "~10.2.5",

0 commit comments

Comments
 (0)