Skip to content

Commit 44b90b4

Browse files
committed
chore(workspace): add catalog block + regen lockfile
The hook packages under .claude/hooks/* declare deps via 'catalog:' specifiers but pnpm-workspace.yaml didn't define a catalog. Add the catalog block (matches socket-sdk-js #634/#631 / fleet canonical) and regenerate the lockfile so pnpm install resolves cleanly.
1 parent 1f94fd9 commit 44b90b4

2 files changed

Lines changed: 32 additions & 15 deletions

File tree

pnpm-lock.yaml

Lines changed: 25 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
loglevel: error
22
trustPolicy: no-downgrade
33

4+
# Catalog: shared dependency versions referenced as "catalog:" in
5+
# package.json. Hooks under .claude/hooks/* declare their deps via
6+
# `catalog:` so they stay in lockstep with the root workspace.
7+
catalog:
8+
'@socketsecurity/lib': 5.25.1
9+
'@types/node': 24.9.2
10+
411
# Register .claude/hooks/* as workspace packages so taze (run via
512
# `pnpm run update`) sees and bumps their package.json manifests
613
# alongside the root. Keeps hook deps in lockstep with the main tree.

0 commit comments

Comments
 (0)