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-lock.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-lock.json')
| -rw-r--r-- | package-lock.json | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 28b81dbc7..a8752cb5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,9 +28,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", @@ -4581,6 +4582,17 @@ "@fullcalendar/core": "~6.1.17" } }, + "node_modules/@fullcalendar/react": { + "version": "6.1.17", + "resolved": "https://registry.npmjs.org/@fullcalendar/react/-/react-6.1.17.tgz", + "integrity": "sha512-AA8soHhlfRH5dUeqHnfAtzDiXa2vrgWocJSK/F5qzw/pOxc9MqpuoS/nQBROWtHHg6yQUg3DoGqOOhi7dmylXQ==", + "license": "MIT", + "peerDependencies": { + "@fullcalendar/core": "~6.1.17", + "react": "^16.7.0 || ^17 || ^18 || ^19", + "react-dom": "^16.7.0 || ^17 || ^18 || ^19" + } + }, "node_modules/@fullcalendar/timegrid": { "version": "6.1.17", "resolved": "https://registry.npmjs.org/@fullcalendar/timegrid/-/timegrid-6.1.17.tgz", |
