From f59da2129ddad06622959ee1802aa67aa8caa23c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 11:12:19 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 29 +++++++++++++++++------------ package.json | 2 +- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 81a7de705..d4935a881 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1197,14 +1197,6 @@ "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": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-4.4.2.tgz", @@ -1225,11 +1217,24 @@ } }, "@fullcalendar/timegrid": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/@fullcalendar/timegrid/-/timegrid-4.4.2.tgz", - "integrity": "sha512-M5an7qii8OUmI4ogY47k5pn2j/qUbLp6sa6Vo0gO182HR5pb9YtrEZnoQhnScok+I0BkDkLFzMQoiAMTjBm2PQ==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@fullcalendar/timegrid/-/timegrid-5.3.1.tgz", + "integrity": "sha512-ahyJC/kybGip5pTLC4cpsEdnhDZb3Hg0F7LTD/VVK4GxzplDiI0ZaWACC4O22zmp1+7a40NUMIV0HLO3D5SV4A==", "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": { diff --git a/package.json b/package.json index 76f9887eb..ab8658cc6 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@fullcalendar/core": "^4.4.2", "@fullcalendar/daygrid": "^4.4.2", "@fullcalendar/interaction": "^5.3.1", - "@fullcalendar/timegrid": "^4.4.2", + "@fullcalendar/timegrid": "^5.3.1", "@lgaitan/pace-progress": "^1.0.7", "@sweetalert2/theme-bootstrap-4": "^3.2.0", "@ttskch/select2-bootstrap4-theme": "^1.4.0",