Skip to content

Commit d91c8e2

Browse files
committed
fix(project): upgraded angular material to v13
1 parent 1fa116b commit d91c8e2

File tree

2 files changed

+31
-30
lines changed

2 files changed

+31
-30
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"private": true,
2323
"dependencies": {
2424
"@angular/animations": "~13.3.11",
25-
"@angular/cdk": "^12.2.13",
25+
"@angular/cdk": "^13.3.9",
2626
"@angular/common": "~13.3.11",
2727
"@angular/compiler": "~13.3.11",
2828
"@angular/core": "~13.3.11",
2929
"@angular/flex-layout": "^12.0.0-beta.35",
3030
"@angular/forms": "~13.3.11",
31-
"@angular/material": "^12.2.13",
31+
"@angular/material": "^13.3.9",
3232
"@angular/platform-browser": "~13.3.11",
3333
"@angular/platform-browser-dynamic": "~13.3.11",
3434
"@angular/platform-server": "~13.3.11",
@@ -69,4 +69,4 @@
6969
"tslint": "~6.1.0",
7070
"typescript": "~4.6.4"
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)