From c5e69e64dfce60082e320781f87ed426ea8f5aa9 Mon Sep 17 00:00:00 2001 From: Ashwini-SF5049 Date: Thu, 7 May 2026 17:01:04 +0530 Subject: [PATCH] Upgrade Angular dependencies to version to 21.2.12 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d716d5d..afa57c4 100644 --- a/package.json +++ b/package.json @@ -10,14 +10,14 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.0.0", - "@angular/common": "^17.0.0", - "@angular/compiler": "^17.0.0", - "@angular/core": "^17.0.0", - "@angular/forms": "^17.0.0", + "@angular/animations": "^21.2.12", + "@angular/common": "^21.2.12", + "@angular/compiler": "^21.2.12", + "@angular/core": "^21.2.12", + "@angular/forms": "^21.2.12", "@angular/platform-browser": "^17.0.0", "@angular/platform-browser-dynamic": "^17.0.0", - "@angular/router": "^17.0.0", + "@angular/router": "^21.2.12", "@syncfusion/ej2-angular-inputs": "^24.2.9", "rxjs": "~7.8.0", "tslib": "^2.3.0",