Bump @fullcalendar/daygrid from 4.4.2 to 5.3.2 (#3022)

Bumps [@fullcalendar/daygrid](https://github.com/fullcalendar/fullcalendar) from 4.4.2 to 5.3.2.
- [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.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3041/head
dependabot[bot] 2020-09-21 11:14:08 +02:00 committed by GitHub
parent f1e5aac2a2
commit f7911fe077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

10
package-lock.json generated
View File

@ -1223,9 +1223,13 @@
"integrity": "sha512-vq7KQGuAJ1ieFG5tUqwxwUwmXYtblFOTjHaLAVHo6iEPB52mS7DS45VJfkhaQmX4+5/+BHRpg82G1qkuAINwtg=="
},
"@fullcalendar/daygrid": {
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-4.4.2.tgz",
"integrity": "sha512-axjfMhxEXHShV3r2TZjf+2niJ1C6LdAxkHKmg7mVq4jXtUQHOldU5XsjV0v2lUAt1urJBFi2zajfK8798ukL3Q=="
"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"
}
},
"@fullcalendar/interaction": {
"version": "5.3.1",

View File

@ -70,7 +70,7 @@
"@fortawesome/fontawesome-free": "^5.14.0",
"@fullcalendar/bootstrap": "^5.3.1",
"@fullcalendar/core": "^4.4.2",
"@fullcalendar/daygrid": "^4.4.2",
"@fullcalendar/daygrid": "^5.3.2",
"@fullcalendar/interaction": "^5.3.1",
"@fullcalendar/timegrid": "^5.3.1",
"@lgaitan/pace-progress": "^1.0.7",