From aee0544b64f9d756a9929cd67785067c34b648e2 Mon Sep 17 00:00:00 2001 From: Ashwini-SF5049 Date: Thu, 7 May 2026 16:22:08 +0530 Subject: [PATCH] Upgrade Angular dependencies to version to 21.2.12 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a442598..0887128 100644 --- a/package.json +++ b/package.json @@ -11,15 +11,15 @@ }, "private": true, "dependencies": { - "@angular/animations": "^6.1.0", - "@angular/common": "^6.1.0", - "@angular/compiler": "^6.1.0", - "@angular/core": "^18.2.8", - "@angular/forms": "^6.1.0", - "@angular/http": "^6.1.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/http": "^21.2.12", "@angular/platform-browser": "^6.1.0", "@angular/platform-browser-dynamic": "^6.1.0", - "@angular/router": "^6.1.0", + "@angular/router": "^21.2.12", "@syncfusion/ej2-angular-dropdowns": "^16.3.34", "core-js": "^2.5.4", "rxjs": "~6.2.0",