From b2e6f4f437f26a87b0912846dcceb44650dd3eb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 04:22:41 +0000 Subject: [PATCH] fix(deps): update fullcalendar family to v7 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 81c802c72b..de906c2b8f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "ts:check": "tsc --noEmit" }, "dependencies": { - "@fullcalendar/core": "6.1.21", + "@fullcalendar/core": "7.1.0", "@fullcalendar/daygrid": "6.1.21", "@fullcalendar/interaction": "6.1.21", "@fullcalendar/list": "6.1.21", @@ -44,7 +44,7 @@ "@fullcalendar/resource": "6.1.21", "@fullcalendar/resource-timeline": "6.1.21", "@fullcalendar/timegrid": "6.1.21", - "@fullcalendar/vue3": "6.1.21", + "@fullcalendar/vue3": "7.1.0", "@mdi/svg": "^7.4.47", "@nextcloud/auth": "^2.6.0", "@nextcloud/axios": "^2.6.0",