Downgrade fullcalendar to v4.3.1 to mitigate #2051

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2020-04-03 16:19:44 +02:00
parent db149b92aa
commit d63c847c23
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
2 changed files with 787 additions and 1020 deletions

1793
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -35,13 +35,13 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"@fullcalendar/core": "^4.4.0",
"@fullcalendar/daygrid": "^4.4.0",
"@fullcalendar/interaction": "^4.4.0",
"@fullcalendar/list": "^4.4.0",
"@fullcalendar/resource-timeline": "^4.4.0",
"@fullcalendar/timegrid": "^4.4.0",
"@fullcalendar/vue": "^4.4.0",
"@fullcalendar/core": "4.3.1",
"@fullcalendar/daygrid": "4.3.0",
"@fullcalendar/interaction": "4.3.0",
"@fullcalendar/list": "4.3.0",
"@fullcalendar/resource-timeline": "4.3.0",
"@fullcalendar/timegrid": "4.3.0",
"@fullcalendar/vue": "4.3.1",
"@nextcloud/auth": "^1.2.2",
"@nextcloud/axios": "^1.3.2",
"@nextcloud/initial-state": "^1.1.1",