From fa22bafedcc766b83569a6e1de34ef4cf64697bc Mon Sep 17 00:00:00 2001 From: Ashwini-SF5049 Date: Thu, 7 May 2026 18:12:17 +0530 Subject: [PATCH] Upgrade Angular dependencies to version to 21.2.12 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index df8acbb..beb22d6 100644 --- a/package.json +++ b/package.json @@ -11,14 +11,14 @@ }, "private": true, "dependencies": { - "@angular/animations": "~7.2.0", - "@angular/common": "~7.2.0", - "@angular/compiler": "~7.2.0", - "@angular/core": "~7.2.0", + "@angular/animations": "~21.2.12", + "@angular/common": "~21.2.12", + "@angular/compiler": "~21.2.12", + "@angular/core": "~21.2.12", "@angular/forms": "~7.2.0", "@angular/platform-browser": "~7.2.0", "@angular/platform-browser-dynamic": "~7.2.0", - "@angular/router": "~7.2.0", + "@angular/router": "~21.2.12", "@syncfusion/ej2-angular-notifications": "^17.1.47", "core-js": "^2.5.4", "rxjs": "~6.3.3",