From 780b478f07ef363a787a5e9426af648901bbd37a Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 31 Mar 2021 16:51:48 -0400 Subject: [PATCH] Migrate to FullCalendar 5 also update other deps --- package.json | 13 ++++++------- src/App.vue | 27 +++++++++++++-------------- 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 2ea6cd2..ad557ca 100644 --- a/package.json +++ b/package.json @@ -10,22 +10,21 @@ "@babel/core": "^7.8.7", "@babel/plugin-transform-runtime": "^7.8.3", "@babel/preset-env": "^7.8.7", - "@types/fullcalendar__vue": "^4.4.0", "@vue/component-compiler-utils": "^3.0.0", "sass": "^1.23.1", - "typescript": "^3.6.4", + "typescript": "^4.2.3", "vue-template-compiler": "^2.6.10" }, "dependencies": { - "@fullcalendar/core": "^4.3.1", - "@fullcalendar/google-calendar": "^4.3.0", - "@fullcalendar/timegrid": "^4.3.0", - "@fullcalendar/vue": "^4.3.1", + "@fullcalendar/core": "^5.6.0", + "@fullcalendar/google-calendar": "^5.6.0", + "@fullcalendar/timegrid": "^5.6.0", + "@fullcalendar/vue": "^5.6.0", "core-js": "^3.6.4", "equicolor": "^1.1.0", "intl": "^1.2.5", "vue": "^2.6.10", "vue-hot-reload-api": "^2.3.4", - "vue-property-decorator": "^8.3.0" + "vue-property-decorator": "^9.1.2" } } diff --git a/src/App.vue b/src/App.vue index 6dd4538..778752a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,20 +1,17 @@