aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMoritz Strohm <strohm@data-quest.de>2026-01-16 09:36:16 +0000
committerMoritz Strohm <strohm@data-quest.de>2026-01-16 09:36:16 +0000
commitb58142fe5fa1ba1a99d850baa1465df6fa6e0d3b (patch)
treed73956252dc17dd054d0db8e0f167a4103b7ba83 /package.json
parentc3e07e221b0bef64d3ad4da48c6371c75ca12cc3 (diff)
updated Fullcalendar to version 6, closes #4887
Closes #4887 Merge request studip/studip!4438
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 8 insertions, 7 deletions
diff --git a/package.json b/package.json
index 965531f..0d48bad 100644
--- a/package.json
+++ b/package.json
@@ -30,13 +30,12 @@
"@babel/register": "^7.25.9",
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@eslint/js": "^9.16.0",
- "@fullcalendar/core": "^4.3.1",
- "@fullcalendar/daygrid": "^4.3.0",
- "@fullcalendar/interaction": "^4.3.0",
- "@fullcalendar/resource-common": "^4.3.1",
- "@fullcalendar/resource-timegrid": "^4.3.0",
- "@fullcalendar/resource-timeline": "^4.3.0",
- "@fullcalendar/timegrid": "^4.3.0",
+ "@fullcalendar/core": "^6.1.19",
+ "@fullcalendar/daygrid": "^6.1.19",
+ "@fullcalendar/interaction": "^6.1.19",
+ "@fullcalendar/resource-timegrid": "^6.1.19",
+ "@fullcalendar/resource-timeline": "^6.1.19",
+ "@fullcalendar/timegrid": "^6.1.19",
"@isaul32/ckeditor5-math": "43.2.x",
"@playwright/test": "^1.33.0",
"@popperjs/core": "^2.11.2",
@@ -159,6 +158,8 @@
"output": "./.reports/eslint-report.xml"
},
"dependencies": {
+ "@fullcalendar/resource": "^6.1.19",
+ "@fullcalendar/vue3": "^6.1.19",
"@vojtechlanka/vue-tags-input": "^3.1.1",
"jsonapi-serializer": "^3.6.9"
}