From b5d10b9404a9dafeb3b8ae6ed2ac0cbaad131cfd Mon Sep 17 00:00:00 2001 From: voc0der Date: Tue, 24 Feb 2026 12:51:39 -0500 Subject: [PATCH] Update ngx-avatars Angular override for v21 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0f7ab59..1930769 100644 --- a/package.json +++ b/package.json @@ -81,9 +81,9 @@ "ajv": "8.18.0" }, "ngx-avatars": { - "@angular/common": "15.2.10", - "@angular/core": "15.2.10" + "@angular/common": "21.1.5", + "@angular/core": "21.1.5" }, "tmp": "0.2.5" } -} \ No newline at end of file +}