From 20bbb808056b9c954f587522a07b1e714163a006 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Wed, 19 Mar 2025 14:47:51 +0100 Subject: [PATCH] chore(deps): move @fullcalendar related to devDependencies webpack takes care of bundling these, so we don't need the modules at runtime anymore --- package-lock.json | 10 +++++++--- package.json | 6 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce6b94862..4a90449a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,9 +12,6 @@ "@braintree/sanitize-url": "7.1.1", "@electron/remote": "2.1.2", "@excalidraw/excalidraw": "0.18.0", - "@fullcalendar/core": "6.1.15", - "@fullcalendar/daygrid": "6.1.15", - "@fullcalendar/interaction": "6.1.15", "@highlightjs/cdn-assets": "11.11.1", "@joplin/turndown-plugin-gfm": "1.0.61", "@mermaid-js/layout-elk": "0.1.7", @@ -116,6 +113,9 @@ "@electron-forge/plugin-auto-unpack-natives": "7.7.0", "@electron/rebuild": "3.7.1", "@eslint/js": "9.22.0", + "@fullcalendar/core": "6.1.15", + "@fullcalendar/daygrid": "6.1.15", + "@fullcalendar/interaction": "6.1.15", "@fullcalendar/list": "6.1.15", "@fullcalendar/multimonth": "6.1.15", "@fullcalendar/timegrid": "6.1.15", @@ -2873,6 +2873,7 @@ "version": "6.1.15", "resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-6.1.15.tgz", "integrity": "sha512-BuX7o6ALpLb84cMw1FCB9/cSgF4JbVO894cjJZ6kP74jzbUZNjtwffwRdA+Id8rrLjT30d/7TrkW90k4zbXB5Q==", + "dev": true, "license": "MIT", "dependencies": { "preact": "~10.12.1" @@ -2882,6 +2883,7 @@ "version": "10.12.1", "resolved": "https://registry.npmjs.org/preact/-/preact-10.12.1.tgz", "integrity": "sha512-l8386ixSsBdbreOAkqtrwqHwdvR35ID8c3rKPa8lCWuO86dBi32QWHV4vfsZK1utLLFMvw+Z5Ad4XLkZzchscg==", + "dev": true, "license": "MIT", "funding": { "type": "opencollective", @@ -2892,6 +2894,7 @@ "version": "6.1.15", "resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-6.1.15.tgz", "integrity": "sha512-j8tL0HhfiVsdtOCLfzK2J0RtSkiad3BYYemwQKq512cx6btz6ZZ2RNc/hVnIxluuWFyvx5sXZwoeTJsFSFTEFA==", + "dev": true, "license": "MIT", "peerDependencies": { "@fullcalendar/core": "~6.1.15" @@ -2901,6 +2904,7 @@ "version": "6.1.15", "resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-6.1.15.tgz", "integrity": "sha512-DOTSkofizM7QItjgu7W68TvKKvN9PSEEvDJceyMbQDvlXHa7pm/WAVtAc6xSDZ9xmB1QramYoWGLHkCYbTW1rQ==", + "dev": true, "license": "MIT", "peerDependencies": { "@fullcalendar/core": "~6.1.15" diff --git a/package.json b/package.json index 2a889f2f6..7b365e8fc 100644 --- a/package.json +++ b/package.json @@ -72,9 +72,6 @@ "@braintree/sanitize-url": "7.1.1", "@electron/remote": "2.1.2", "@excalidraw/excalidraw": "0.18.0", - "@fullcalendar/core": "6.1.15", - "@fullcalendar/daygrid": "6.1.15", - "@fullcalendar/interaction": "6.1.15", "@highlightjs/cdn-assets": "11.11.1", "@joplin/turndown-plugin-gfm": "1.0.61", "@mermaid-js/layout-elk": "0.1.7", @@ -173,6 +170,9 @@ "@electron-forge/plugin-auto-unpack-natives": "7.7.0", "@electron/rebuild": "3.7.1", "@eslint/js": "9.22.0", + "@fullcalendar/core": "6.1.15", + "@fullcalendar/daygrid": "6.1.15", + "@fullcalendar/interaction": "6.1.15", "@fullcalendar/list": "6.1.15", "@fullcalendar/multimonth": "6.1.15", "@fullcalendar/timegrid": "6.1.15",