From 4eeb4b914d9af08eb3a728dec5462798a97d297e Mon Sep 17 00:00:00 2001 From: "supply-chain-sentinel[bot]" <284242157+supply-chain-sentinel[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 21:24:16 +0000 Subject: [PATCH] Update angular monorepo to v21 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 47b5956..ad5d18e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "nx" ], "peerDependencies": { - "@angular/common": "^7.2.0", - "@angular/core": "^7.2.0" + "@angular/common": "^7.2.0 || ^21.0.0", + "@angular/core": "^7.2.0 || ^21.0.0" } }