Skip to content

Commit eae0058

Browse files
wan9chiclaude
andcommitted
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

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"engines": {
2626
"node": "^20.19.0 || >=22.12.0"
2727
},
28-
"packageManager": "pnpm@11.1.2"
28+
"packageManager": "pnpm@10.33.4"
2929
}

0 commit comments

Comments
 (0)