From 60d0571ceae66d6937bd7206fcba7b15cb9cd568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 06:33:43 +0000 Subject: [PATCH] chore(deps): update @fullcalendar/interaction requirement in /src Updates the requirements on [@fullcalendar/interaction](https://github.com/fullcalendar/fullcalendar/tree/HEAD/packages/interaction) to permit the latest version. - [Release notes](https://github.com/fullcalendar/fullcalendar/releases) - [Changelog](https://github.com/fullcalendar/fullcalendar/blob/main/CHANGELOG.md) - [Commits](https://github.com/fullcalendar/fullcalendar/commits/v6.1.15/packages/interaction) --- updated-dependencies: - dependency-name: "@fullcalendar/interaction" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index fe3c8ed..4e5ba26 100644 --- a/src/package.json +++ b/src/package.json @@ -7,7 +7,7 @@ "@devbookhq/splitter": "^1.4.2", "@fullcalendar/core": "^6.1.15", "@fullcalendar/daygrid": "^6.1.14", - "@fullcalendar/interaction": "^6.1.14", + "@fullcalendar/interaction": "^6.1.15", "@fullcalendar/list": "^6.1.14", "@fullcalendar/react": "^6.1.14", "@fullcalendar/rrule": "^6.1.15",