Commit 675af80
committed
fix(deps): resolve workspace protocol errors under pnpm 10.33
pnpm 10.33 rejects bare `workspace:` (without spec) and requires a
`version` on target packages when resolving `workspace:*` during pack.
- `packages/cli/package.json`: `workspace:` -> `workspace:*` for
`@voidzero-dev/vite-plus-tools`
- `packages/tools/package.json`: add `"version": "0.0.0"` so
`workspace:*` can resolve during `pnpm pack`
- regenerate `pnpm-lock.yaml` under pnpm 10.331 parent 8d0a70c commit 675af80
3 files changed
Lines changed: 120 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments