lad-website/frontend
Chris Haulmark dd9c48f6cd Upgrade all packages to latest major versions; fix two pre-existing bugs
Frontend:
- next 15 → 16.2.6, react 19.0 → 19.2.6, eslint-config-next updated to match
- Add missing axios dependency (was implicit, broke build)
- Fix VideoPlayer.tsx broken absolute import path (pre-existing bug)
- Fix uploads route handler params to async (Next.js 16 breaking change)
- Remove deprecated images.domains → remotePatterns in next.config.js
- Remove experimental.serverActions (promoted to stable, then removed in v16)
- Update lint script: next lint removed in v16, now uses eslint directly

Backend:
- express 4 → 5.2.1, mongoose 8 → 9.6.2
- bcrypt 5 → 6, helmet 7 → 8, zod 3 → 4
2026-05-24 13:05:38 -06:00
..
src Upgrade all packages to latest major versions; fix two pre-existing bugs 2026-05-24 13:05:38 -06:00
Dockerfile feat: create project structure and update implementation files 2025-03-25 09:28:10 -05:00
Dockerfile.dev Add Docker development environment with hot reloading 2025-06-01 06:55:36 -07:00
health.js feat: create project structure and update implementation files 2025-03-25 09:28:10 -05:00
next-env.d.ts Upgrade all packages to latest major versions; fix two pre-existing bugs 2026-05-24 13:05:38 -06:00
next.config.js Upgrade all packages to latest major versions; fix two pre-existing bugs 2026-05-24 13:05:38 -06:00
package-lock.json Upgrade all packages to latest major versions; fix two pre-existing bugs 2026-05-24 13:05:38 -06:00
package.json Upgrade all packages to latest major versions; fix two pre-existing bugs 2026-05-24 13:05:38 -06:00
postcss.config.js feat(website): complete Phase 1 with public pages and Tailwind styling 2025-03-25 10:34:41 -05:00
tailwind.config.js Fix dark theme gradients on home page 2025-06-01 22:59:10 -06:00
tsconfig.json Upgrade all packages to latest major versions; fix two pre-existing bugs 2026-05-24 13:05:38 -06:00
tsconfig.tsbuildinfo MAJOR MILESTONE: Complete CSS Variable Theme System Implementation 2025-06-02 12:46:28 -06:00