Skip to content

chore: centralize tsx version with pnpm catalog#685

Open
Shinyaigeek wants to merge 1 commit into
thesysdev:mainfrom
Shinyaigeek:chore/catalog-tsx
Open

chore: centralize tsx version with pnpm catalog#685
Shinyaigeek wants to merge 1 commit into
thesysdev:mainfrom
Shinyaigeek:chore/catalog-tsx

Conversation

@Shinyaigeek

Copy link
Copy Markdown
Contributor

What

Centralize the tsx version through the shared pnpm catalog.

  • Add tsx: "^4.19.2" to the catalog: in pnpm-workspace.yaml.
  • Reference it via the catalog: protocol from react-ui.

Why

Aligns tsx with the other already-centralized dev dependencies so its version lives in one place.

Scope

Following the established convention, only packages/* use the catalog: protocol; examples keep their literal ranges. react-ui is the only packages/* consumer of tsx.

Notes

  • Resolved version is unchanged (4.20.3) — pure centralization, no behavioral impact.
  • pnpm install --frozen-lockfile passes.

🤖 Generated with Claude Code

Add tsx (^4.19.2) to the shared pnpm catalog and reference it via the
catalog: protocol from react-ui.

Following the existing convention, only packages/* use catalog:. Resolved
version is unchanged (4.20.3).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant