Force ngx-avatars to use angular 16

This commit is contained in:
Isaac Abadi
2023-12-01 16:32:33 -05:00
parent 6b59446a37
commit d02d100001

View File

@@ -81,8 +81,8 @@
}, },
"overrides": { "overrides": {
"ngx-avatars": { "ngx-avatars": {
"@angular/common": "15.0.1", "@angular/common": "^16.0.0",
"@angular/core": "15.0.1" "@angular/core": "^16.0.0"
} }
} }
} }