diff options
| author | bobzel <zzzman@gmail.com> | 2025-05-15 13:34:56 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-05-15 13:34:56 -0400 |
| commit | 3f144d7bad65af2424d27e2e3a58eecd0d0e114b (patch) | |
| tree | d1b6497ba17573afa569d76d093ebc441d6955ea /package.json | |
| parent | fb10b16134f1d556247daadf61409b0830eb2f49 (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.json | 7 |
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", |
