fullcalendar 6.1.17 → 6.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.global.js +82 -24
- package/index.global.min.js +2 -2
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fullcalendar",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.19",
|
|
4
4
|
"title": "FullCalendar Standard Bundle",
|
|
5
5
|
"description": "Easily render a full-sized drag & drop calendar with a combination of standard plugins",
|
|
6
6
|
"homepage": "https://fullcalendar.io/docs/initialize-globals",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@fullcalendar/core": "~6.1.
|
|
9
|
-
"@fullcalendar/daygrid": "~6.1.
|
|
10
|
-
"@fullcalendar/interaction": "~6.1.
|
|
11
|
-
"@fullcalendar/list": "~6.1.
|
|
12
|
-
"@fullcalendar/multimonth": "~6.1.
|
|
13
|
-
"@fullcalendar/timegrid": "~6.1.
|
|
8
|
+
"@fullcalendar/core": "~6.1.19",
|
|
9
|
+
"@fullcalendar/daygrid": "~6.1.19",
|
|
10
|
+
"@fullcalendar/interaction": "~6.1.19",
|
|
11
|
+
"@fullcalendar/list": "~6.1.19",
|
|
12
|
+
"@fullcalendar/multimonth": "~6.1.19",
|
|
13
|
+
"@fullcalendar/timegrid": "~6.1.19"
|
|
14
14
|
},
|
|
15
15
|
"type": "module",
|
|
16
16
|
"keywords": [
|