Skip to content

Commit b7647dc

Browse files
committed
fix(lib): upgraded angular material to v10
1 parent 5857af0 commit b7647dc

File tree

2 files changed

+33
-14
lines changed

2 files changed

+33
-14
lines changed

package-lock.json

Lines changed: 31 additions & 12 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
@@ -33,13 +33,13 @@
3333
"private": true,
3434
"dependencies": {
3535
"@angular/animations": "^10.1.0",
36-
"@angular/cdk": "^9.2.4",
36+
"@angular/cdk": "^10.2.0",
3737
"@angular/common": "^10.1.0",
3838
"@angular/compiler": "^10.1.0",
3939
"@angular/core": "^10.1.0",
4040
"@angular/flex-layout": "^9.0.0-beta.31",
4141
"@angular/forms": "^10.1.0",
42-
"@angular/material": "^9.2.4",
42+
"@angular/material": "^10.2.0",
4343
"@angular/platform-browser": "^10.1.0",
4444
"@angular/platform-browser-dynamic": "^10.1.0",
4545
"@angular/platform-server": "^10.1.0",

0 commit comments

Comments
 (0)