diff options
| author | bobzel <zzzman@gmail.com> | 2024-09-04 22:58:40 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-09-04 22:58:40 -0400 |
| commit | 9014cc474a039f0daef6cc0ee2011329da7703ac (patch) | |
| tree | 12f45bb9b20d8ee435ad8d7dc9d1b505a493b03a /package.json | |
| parent | df5217eea01b6ee3ce03ceede030306d05f19c58 (diff) | |
more fixes for calendarBox to preserve selection when view changes.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 6254b443a..05992ebc3 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "@fortawesome/free-regular-svg-icons": "^6.5.1", "@fortawesome/free-solid-svg-icons": "^6.5.1", "@fortawesome/react-fontawesome": "^0.2.0", - "@fullcalendar/core": "^6.1.10", + "@fullcalendar/core": "^6.1.15", "@fullcalendar/daygrid": "^6.1.10", "@fullcalendar/multimonth": "^6.1.10", "@fullcalendar/timegrid": "^6.1.15", @@ -194,6 +194,7 @@ "fork-ts-checker-webpack-plugin": "^9.0.2", "form-data": "^4.0.0", "formidable": "3.5.1", + "fullcalendar": "^6.1.15", "function-plot": "^1.23.3", "golden-layout": "^2.6.0", "google-auth-library": "^9.4.1", |
