Bump @fullcalendar/timegrid from 4.4.2 to 5.3.1 (#3007)

Bumps [@fullcalendar/timegrid](https://github.com/fullcalendar/fullcalendar) from 4.4.2 to 5.3.1.
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases)
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fullcalendar/fullcalendar/compare/v4.4.2...v5.3.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3035/head
dependabot[bot] 2020-09-21 11:12:19 +02:00 committed by GitHub
parent 49f2621e6f
commit f59da2129d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 13 deletions

29
package-lock.json generated
View File

@ -1197,14 +1197,6 @@
"tslib": "^2.0.0" "tslib": "^2.0.0"
} }
}, },
"@fullcalendar/common": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.3.1.tgz",
"integrity": "sha512-2PREEpiFQSDN5MNdoD/OkpJ+d7FPtN2TwTJMsuq3fTjmj3nM+utrxBmUr9a2F6WWW1X+xGU5nHQA52vhqIiQOQ==",
"requires": {
"tslib": "^2.0.0"
}
},
"@fullcalendar/core": { "@fullcalendar/core": {
"version": "4.4.2", "version": "4.4.2",
"resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-4.4.2.tgz", "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-4.4.2.tgz",
@ -1225,11 +1217,24 @@
} }
}, },
"@fullcalendar/timegrid": { "@fullcalendar/timegrid": {
"version": "4.4.2", "version": "5.3.1",
"resolved": "https://registry.npmjs.org/@fullcalendar/timegrid/-/timegrid-4.4.2.tgz", "resolved": "https://registry.npmjs.org/@fullcalendar/timegrid/-/timegrid-5.3.1.tgz",
"integrity": "sha512-M5an7qii8OUmI4ogY47k5pn2j/qUbLp6sa6Vo0gO182HR5pb9YtrEZnoQhnScok+I0BkDkLFzMQoiAMTjBm2PQ==", "integrity": "sha512-ahyJC/kybGip5pTLC4cpsEdnhDZb3Hg0F7LTD/VVK4GxzplDiI0ZaWACC4O22zmp1+7a40NUMIV0HLO3D5SV4A==",
"requires": { "requires": {
"@fullcalendar/daygrid": "~4.4.0" "@fullcalendar/common": "~5.3.1",
"@fullcalendar/daygrid": "~5.3.1",
"tslib": "^2.0.0"
},
"dependencies": {
"@fullcalendar/daygrid": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-5.3.2.tgz",
"integrity": "sha512-BK+YIecF3q9d/+6lAnf6WiJEEs7Wpa/mu9gXpkEf8vn4nl2bicPHUwykg5dUMCBy7ADAkDoL7VuBVi0XBRtPYw==",
"requires": {
"@fullcalendar/common": "~5.3.1",
"tslib": "^2.0.0"
}
}
} }
}, },
"@lgaitan/pace-progress": { "@lgaitan/pace-progress": {

View File

@ -72,7 +72,7 @@
"@fullcalendar/core": "^4.4.2", "@fullcalendar/core": "^4.4.2",
"@fullcalendar/daygrid": "^4.4.2", "@fullcalendar/daygrid": "^4.4.2",
"@fullcalendar/interaction": "^5.3.1", "@fullcalendar/interaction": "^5.3.1",
"@fullcalendar/timegrid": "^4.4.2", "@fullcalendar/timegrid": "^5.3.1",
"@lgaitan/pace-progress": "^1.0.7", "@lgaitan/pace-progress": "^1.0.7",
"@sweetalert2/theme-bootstrap-4": "^3.2.0", "@sweetalert2/theme-bootstrap-4": "^3.2.0",
"@ttskch/select2-bootstrap4-theme": "^1.4.0", "@ttskch/select2-bootstrap4-theme": "^1.4.0",