From 5d257140b3d103bf2208bb77fed243c602b40c4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 16 Jun 2021 10:40:42 +0300 Subject: [PATCH] Fixed #1351 - Update FullCalendar to 5.7.2 --- package.json | 9 +++--- src/components/fullcalendar/FullCalendar.vue | 1 + src/views/fullcalendar/FullCalendarDemo.vue | 20 +++++++++++--- src/views/fullcalendar/FullCalendarDoc.vue | 29 ++++++++++++++------ 4 files changed, 43 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index e73bc9857..4ab762dfb 100644 --- a/package.json +++ b/package.json @@ -26,10 +26,11 @@ ], "devDependencies": { "@babel/cli": "^7.4.4", - "@fullcalendar/core": "5.4.0", - "@fullcalendar/daygrid": "5.4.0", - "@fullcalendar/interaction": "5.4.0", - "@fullcalendar/timegrid": "5.4.0", + "@fullcalendar/core": "^5.7.2", + "@fullcalendar/daygrid": "^5.7.2", + "@fullcalendar/interaction": "^5.7.2", + "@fullcalendar/timegrid": "^5.7.2", + "@fullcalendar/vue3": "^5.7.2", "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-plugin-router": "~4.5.0", diff --git a/src/components/fullcalendar/FullCalendar.vue b/src/components/fullcalendar/FullCalendar.vue index fc6c115b5..94efb5a8b 100755 --- a/src/components/fullcalendar/FullCalendar.vue +++ b/src/components/fullcalendar/FullCalendar.vue @@ -3,6 +3,7 @@ \ No newline at end of file + + + \ No newline at end of file diff --git a/src/views/fullcalendar/FullCalendarDoc.vue b/src/views/fullcalendar/FullCalendarDoc.vue index 07f2e8c1a..56e5eb029 100755 --- a/src/views/fullcalendar/FullCalendarDoc.vue +++ b/src/views/fullcalendar/FullCalendarDoc.vue @@ -1,6 +1,10 @@