aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-05-15 13:34:56 -0400
committerbobzel <zzzman@gmail.com>2025-05-15 13:34:56 -0400
commit3f144d7bad65af2424d27e2e3a58eecd0d0e114b (patch)
treed1b6497ba17573afa569d76d093ebc441d6955ea /package.json
parentfb10b16134f1d556247daadf61409b0830eb2f49 (diff)
cleaned up calendarBox to have a more reactive UI and to fix some bugs with selecting and autoscroling.
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index 6a579efd2..382c71aed 100644
--- a/package.json
+++ b/package.json
@@ -112,9 +112,10 @@
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.2",
- "@fullcalendar/core": "^6.1.15",
- "@fullcalendar/daygrid": "^6.1.10",
- "@fullcalendar/multimonth": "^6.1.10",
+ "@fullcalendar/core": "^6.1.17",
+ "@fullcalendar/daygrid": "^6.1.17",
+ "@fullcalendar/multimonth": "^6.1.17",
+ "@fullcalendar/react": "^6.1.17",
"@fullcalendar/timegrid": "^6.1.15",
"@internationalized/date": "^3.5.0",
"@mozilla/readability": "^0.6.0",