Upgrade Material

This commit is contained in:
Rene Vergara 2023-05-09 13:14:08 -05:00
parent dfec2fee3c
commit 31cd5b9865
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2
2 changed files with 1121 additions and 1144 deletions

2259
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -11,12 +11,12 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^16.0.0", "@angular/animations": "^16.0.0",
"@angular/cdk": "^15.1.2", "@angular/cdk": "^16.0.0",
"@angular/common": "^16.0.0", "@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0", "@angular/compiler": "^16.0.0",
"@angular/core": "^16.0.0", "@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0", "@angular/forms": "^16.0.0",
"@angular/material": "^15.1.2", "@angular/material": "^16.0.0",
"@angular/platform-browser": "^16.0.0", "@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0", "@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0", "@angular/router": "^16.0.0",
@ -57,4 +57,4 @@
"karma-jasmine-html-reporter": "~2.0.0", "karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.9.4" "typescript": "~4.9.4"
} }
} }