From d9facd3974cbbcbff1e0b43bb709cb8b6338d218 Mon Sep 17 00:00:00 2001 From: Shinyaigeek Date: Sun, 28 Jun 2026 16:30:05 +0900 Subject: [PATCH] chore: centralize tsx version with pnpm catalog 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) --- packages/react-ui/package.json | 2 +- pnpm-lock.yaml | 5 ++++- pnpm-workspace.yaml | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index 796c39044..2edeaf476 100644 --- a/packages/react-ui/package.json +++ b/packages/react-ui/package.json @@ -169,7 +169,7 @@ "sass": "^1.83.4", "storybook": "^8.5.3", "tailwindcss": "^3", - "tsx": "^4.19.2", + "tsx": "catalog:", "rimraf": "^5.0.7", "vite": "^6.4.2", "vitest": "^4.0.18", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 25d6d61b6..05f76d6e1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -51,6 +51,9 @@ catalogs: react-dom: specifier: ^18.0.0 || ^19.0.0 version: 19.2.4 + tsx: + specifier: ^4.19.2 + version: 4.20.3 typescript: specifier: ^5.9.3 version: 5.9.3 @@ -1789,7 +1792,7 @@ importers: specifier: ^3 version: 3.4.19 tsx: - specifier: ^4.19.2 + specifier: 'catalog:' version: 4.20.3 vite: specifier: ^6.4.2 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 58e5a2736..cc2556185 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -22,6 +22,7 @@ catalog: jsdom: "^26.1.0" react: "^18.3.1 || ^19.0.0" react-dom: "^18.0.0 || ^19.0.0" + tsx: "^4.19.2" typescript: "^5.9.3" zod: "^3.25.0 || ^4.0.0" zustand: "^4.5.5"