Skip to content

Commit 83edb69

Browse files
update calendar format - update leaflet map build (#930)
* update calendar format * update tests
1 parent 7026407 commit 83edb69

8 files changed

Lines changed: 31871 additions & 2521 deletions

File tree

Resources.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,8 @@
780780
],
781781
'dependencies' => [
782782
'ext.srf.filtered.calendar-view.messages',
783-
'ext.jquery.fullcalendar'
783+
// included using gulp
784+
// 'ext.jquery.fullcalendar'
784785
],
785786
],
786787

formats/filtered/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"dependencies": {
1313
},
1414
"devDependencies": {
15-
"@types/fullcalendar": "2.7.42",
15+
"@fullcalendar/core": "^6.1.15",
16+
"@fullcalendar/daygrid": "^6.1.15",
1617
"@types/ion.rangeslider": "^2.0.29",
1718
"@types/jquery": "^2.0.51",
1819
"@types/jqueryui": "^1.12.5",

0 commit comments

Comments
 (0)