From 1b5720b798187b57df13cb9ccfa11a62eecd9d6e Mon Sep 17 00:00:00 2001 From: lsongsuse Date: Thu, 22 Jan 2026 10:35:10 -0800 Subject: [PATCH] [Ag20] Upgrade FullCalendar to v6 and Resolve Breaking API Changes #1102 --- admin/webapp/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/admin/webapp/package.json b/admin/webapp/package.json index 16389990..f6d3d597 100644 --- a/admin/webapp/package.json +++ b/admin/webapp/package.json @@ -28,13 +28,13 @@ "@antv/g6": "^4.8.9", "@circlon/angular-tree-component": "11.0.4", "@fortawesome/fontawesome-free": "5.15.4", - "@fullcalendar/angular": "5.11.5", - "@fullcalendar/bootstrap": "4.4.2", - "@fullcalendar/core": "4.4.2", - "@fullcalendar/daygrid": "4.4.2", - "@fullcalendar/interaction": "4.4.2", - "@fullcalendar/list": "4.4.2", - "@fullcalendar/timegrid": "4.4.2", + "@fullcalendar/angular": "^6.1.20", + "@fullcalendar/bootstrap5": "^6.1.20", + "@fullcalendar/core": "^6.1.20", + "@fullcalendar/daygrid": "^6.1.20", + "@fullcalendar/interaction": "^6.1.20", + "@fullcalendar/list": "^6.1.20", + "@fullcalendar/timegrid": "^6.1.20", "@ngx-formly/core": "^7.0.1", "@ngx-formly/material": "^7.0.1", "@ngx-translate/core": "^17.0.0",