This document outlines the process for updating NPM dependencies in the LiveStore project. We use pnpm update
as our primary tool with syncpack
for validation. Update all dependencies across the entire monorepo.
# 0. Update PNPM itself first
pnpm --version # Check current version
pnpm view pnpm version # Check latest version