From f7911fe0770023c6cd9c2c412da3b015efe56ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 11:14:08 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++++--- package.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c05eec79..8a5a6ad55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 10f195460..4a06b76e5 100644 --- a/package.json +++ b/package.json @@ -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",