fullcalendar
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -1,2 +0,3 @@ | ||
import { globalPlugins } from '@fullcalendar/core/internal.js'; | ||
import { globalPlugins } from '@fullcalendar/core/index.js'; | ||
export * from '@fullcalendar/core/index.js'; | ||
import interactionPlugin__default from '@fullcalendar/interaction/index.js'; | ||
@@ -7,4 +8,3 @@ export * from '@fullcalendar/interaction/index.js'; | ||
import listPlugin from '@fullcalendar/list/index.js'; | ||
export * from '@fullcalendar/core/index.js'; | ||
globalPlugins.push(interactionPlugin__default, dayGridPlugin, timeGridPlugin, listPlugin); |
{ | ||
"name": "fullcalendar", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"title": "FullCalendar Standard Bundle", | ||
@@ -8,7 +8,7 @@ "description": "Easily render a full-sized drag & drop calendar with a combination of standard plugins", | ||
"dependencies": { | ||
"@fullcalendar/core": "~6.0.0", | ||
"@fullcalendar/daygrid": "~6.0.0", | ||
"@fullcalendar/interaction": "~6.0.0", | ||
"@fullcalendar/list": "~6.0.0", | ||
"@fullcalendar/timegrid": "~6.0.0" | ||
"@fullcalendar/core": "~6.0.1", | ||
"@fullcalendar/daygrid": "~6.0.1", | ||
"@fullcalendar/interaction": "~6.0.1", | ||
"@fullcalendar/list": "~6.0.1", | ||
"@fullcalendar/timegrid": "~6.0.1" | ||
}, | ||
@@ -15,0 +15,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
932293
14071
Updated@fullcalendar/core@~6.0.1
Updated@fullcalendar/daygrid@~6.0.1
Updated@fullcalendar/list@~6.0.1