-
frontend: record thinking-orbs' React peer dependency in the lock file
released this
2026-09-15 15:30:49 +03:00 | 1 commits to master since this releaseThe lock entry for thinking-orbs was written without its react peer
dependency, sonpm cion a clean machine failed with "Missing: react@19.3.0
from lock file" (it passed locally only because node_modules already existed).
Regenerated withnpm install --package-lock-only; React is installed as a
peer but unused, since the framework-free engine is vendored under vendor/.Downloads