From d02d100001d7480e3361e352b0c21e91dd6990d1 Mon Sep 17 00:00:00 2001 From: Isaac Abadi Date: Fri, 1 Dec 2023 16:32:33 -0500 Subject: [PATCH] Force ngx-avatars to use angular 16 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 34858c92..fc65aaee 100644 --- a/package.json +++ b/package.json @@ -81,8 +81,8 @@ }, "overrides": { "ngx-avatars": { - "@angular/common": "15.0.1", - "@angular/core": "15.0.1" + "@angular/common": "^16.0.0", + "@angular/core": "^16.0.0" } } }