fix(frontend): sync package-lock.json with lucide-react (P0 deploy fail) #345

Merged
lekss361 merged 1 commit from fix/frontend-lucide-react-lockfile into main 2026-05-17 22:30:31 +00:00

1 commit

Author SHA1 Message Date
lekss361
82232aeeef fix(frontend): sync package-lock.json with lucide-react@0.511.0
A4 PR #344 added lucide-react to package.json but didn't regenerate
package-lock.json -> deploy #135 npm ci fails 'Missing: lucide-react
from lock file' -> frontend build breaks -> whole deploy aborts.

Local 'npm install' regen sync'd lockfile and pruned unused webpack/
ajv transitive deps that were stale (build verified OK with new lock,
all 18 routes compile).
2026-05-18 01:28:32 +03:00