From 076bfc758d15ca003c097b9f4a8a422f6212acb2 Mon Sep 17 00:00:00 2001 From: Ashwini-SF5049 Date: Thu, 7 May 2026 12:10:44 +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 50082d1..57d30bb 100644 --- a/package.json +++ b/package.json @@ -10,14 +10,14 @@ }, "private": true, "dependencies": { - "@angular/animations": "~13.3.0", - "@angular/common": "~13.3.0", - "@angular/compiler": "~13.3.0", - "@angular/core": "~13.3.0", - "@angular/forms": "~13.3.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": "~13.3.0", "@angular/platform-browser-dynamic": "~13.3.0", - "@angular/router": "~13.3.0", + "@angular/router": "~21.2.12", "@syncfusion/ej2-angular-dropdowns": "^20.2.39", "rxjs": "~7.5.0", "tslib": "^2.3.0",