Bump fullcalendar from 6.1.19 to 6.1.20

This commit is contained in:
johnnyq
2026-03-07 17:09:01 -05:00
parent ffb97006ec
commit 11ba077726
196 changed files with 200 additions and 200 deletions

View File

@@ -1,5 +1,5 @@
/*!
FullCalendar Standard Bundle v6.1.19
FullCalendar Standard Bundle v6.1.20
Docs & License: https://fullcalendar.io/docs/initialize-globals
(c) 2024 Adam Shaw
*/
@@ -9963,7 +9963,7 @@ var FullCalendar = (function (exports) {
return sliceEventStore(props.eventStore, props.eventUiBases, props.dateProfile.activeRange, allDay ? props.nextDayThreshold : null).fg;
}
const version = '6.1.19';
const version = '6.1.20';
config.touchMouseIgnoreWait = 500;
let ignoreMouseDepth = 0;

File diff suppressed because one or more lines are too long