Commit Graph

3 Commits

Author SHA1 Message Date
dahoud
9f4062b5f6 Fix: Allow minor version updates for @fullcalendar/core to resolve peer dependency conflict
The @fullcalendar/core package was pinned to exact version 6.1.4 while
other @fullcalendar packages used ^6.1.4, causing npm to install newer
versions (6.1.19) that required core@~6.1.19.

This change adds the ^ prefix to @fullcalendar/core version to allow
minor version updates and resolve the ERESOLVE conflict.

Fixes deployment error: ERESOLVE could not resolve peer dependency
2025-10-30 23:47:25 +00:00
dahoud
2a2e54c0e3 fix: Update PrimeReact to v10.8.3 to fix missing modules 2025-10-13 02:59:06 +00:00
dahoud
b430bf3b96 Initial commit 2025-10-01 01:39:07 +00:00