Commit eae0058
chore: pin packageManager to pnpm@10.33.4 to match the vite consumer
The vite PR's pnpm is 10.33.4. When it consumes vite-task as a git dep,
declaring pnpm@11.1.2 here forces a version switch during the
prepare/pack flow, which produces an install that vite's outer pnpm 10
can't resolve (TS2307 "Cannot find module @voidzero-dev/vite-task-client"
at typecheck time even though pnpm install reports success).
Aligning the versions fixes the integration. We can revert once
@voidzero-dev/vite-task-client is published to npm and the github:
spec is no longer needed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0fab063 commit eae0058
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
0 commit comments