Bump @fullcalendar/vue from 4.3.1 to 4.4.0

Bumps [@fullcalendar/vue](https://github.com/fullcalendar/fullcalendar-vue) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/fullcalendar/fullcalendar-vue/releases)
- [Changelog](https://github.com/fullcalendar/fullcalendar-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fullcalendar/fullcalendar-vue/compare/v4.3.1...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-16 02:22:38 +00:00 committed by GitHub
parent c1f7610282
commit 6fd26700b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 5 deletions

13
package-lock.json generated
View File

@ -2808,14 +2808,19 @@
"integrity": "sha512-uJ1Q9Kb4ZhxVT1koCiXjTye836d7W+OlIcNM/D2Qo4kmuRSkai4xJlcDHIctf661geEOs6Tgl5QKFdP/s1kKYQ=="
},
"@fullcalendar/vue": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/@fullcalendar/vue/-/vue-4.3.1.tgz",
"integrity": "sha512-yrQfYJErh/K5+Ud0rsUjMHxZz6iWuYcJvpE9QgjfQOdzUhN4CKjrqO8ivNuawGD3+mQSV4jPlJ+HJ5Qy/nfSYA==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/vue/-/vue-4.4.0.tgz",
"integrity": "sha512-9lvlUhQRvqBMstLqfsnwZ8EBHV0PMETgWnlCvpMZfA9zBfB9tb0f6mSFRScKbYDiT4wPpigBjJXMFaoRlqHleA==",
"requires": {
"@fullcalendar/core": "~4.3.0",
"@fullcalendar/core": "~4.4.0",
"fast-deep-equal": "^2.0.1"
},
"dependencies": {
"@fullcalendar/core": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-4.4.0.tgz",
"integrity": "sha512-PC4mmXHJHAlXmUEmZVnePyA8yYCOBdxBNq8yjJqedEtT1X0x36yTFz/Y0Ux6bniICZDqYtk0xoxe6jaxi++e0g=="
},
"fast-deep-equal": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz",

View File

@ -41,7 +41,7 @@
"@fullcalendar/list": "^4.3.0",
"@fullcalendar/resource-timeline": "^4.3.0",
"@fullcalendar/timegrid": "^4.3.0",
"@fullcalendar/vue": "^4.3.1",
"@fullcalendar/vue": "^4.4.0",
"@nextcloud/auth": "^1.2.1",
"@nextcloud/axios": "^1.3.1",
"@nextcloud/l10n": "^1.0.1",