Skip to content

Commit d3fdb52

Browse files
committed
fix(lib): upgraded angular material to v13
1 parent 5b0b942 commit d3fdb52

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

package-lock.json

Lines changed: 27 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"private": true,
3333
"dependencies": {
3434
"@angular/animations": "^13.1.1",
35-
"@angular/cdk": "^12.2.13",
35+
"@angular/cdk": "^13.1.1",
3636
"@angular/common": "^13.1.1",
3737
"@angular/compiler": "^13.1.1",
3838
"@angular/core": "^13.1.1",
3939
"@angular/flex-layout": "^10.0.0-beta.32",
4040
"@angular/forms": "^13.1.1",
41-
"@angular/material": "^12.2.13",
41+
"@angular/material": "^13.1.1",
4242
"@angular/platform-browser": "^13.1.1",
4343
"@angular/platform-browser-dynamic": "^13.1.1",
4444
"@angular/platform-server": "^13.1.1",

0 commit comments

Comments
 (0)