30-Dec-2025 — regenerate package-lock.json to sync with package.json #109
Commit ad498af
Bug Fixes
build: regenerate package-lock.json to sync with package.json
The previous commit modified package.json but the lock file was missing transitive dependencies for:
- prop-types@15.8.1 (react peer dep)
- react@19.2.3 and react-dom@19.2.3 (upgraded from @primeuix dependencies)
- express-session@1.18.2 and related deps (cookie, cookie-signature, depd, on-headers, safe-buffer)
- scheduler@0.27.0, loose-envify@1.4.0, react-is@16.13.1 Running npm install regenerated the lock file with all required dependencies.