chore: sync pnpm-lock.yaml with package.json
Two pre-existing drifts between package.json and pnpm-lock.yaml were breaking `pnpm install --frozen-lockfile` in CI: - `@gpustack/core-ui` was bumped to `^1.0.9` in package.json without regenerating the lockfile (lockfile still pinned the prior 1.0.6 resolution). Pin to `^1.0.7` instead — 1.0.9 ships a packaging glitch that surfaces a `Calling \`require\` for "react"` exception at module init under MFSU, so the matching enterprise build was already reverted; 1.0.7 is the last known-good across both repos. - `react-router-dom` had `^6.30.3` in package.json but `6.30.3` (no caret) in the lockfile spec. Match the lockfile to keep the intentional pin from the original add. `pnpm install --frozen-lockfile` now passes locally.
This commit is contained in:
Generated
+12959
-11934
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user