From df52f9eb4ca6ef0c97734240cbc53839e8f6ae31 Mon Sep 17 00:00:00 2001 From: Ashwini-SF5049 Date: Thu, 7 May 2026 14:00:39 +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 ad01007..bb0ac5f 100644 --- a/package.json +++ b/package.json @@ -12,15 +12,15 @@ }, "private": true, "dependencies": { - "@angular/animations": "^5.1.0", - "@angular/common": "^5.1.0", - "@angular/compiler": "^5.1.0", - "@angular/core": "^18.2.8", - "@angular/forms": "^5.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": "^5.1.0", "@angular/platform-browser": "^5.1.0", "@angular/platform-browser-dynamic": "^5.1.0", - "@angular/router": "^5.1.0", + "@angular/router": "^21.2.12", "@syncfusion/ej2-angular-dropdowns": "^16.3.34", "core-js": "^2.4.1", "rxjs": "^5.5.6",