From b79d24241ba204d0c73dff6ebe3a6b21785b1985 Mon Sep 17 00:00:00 2001 From: Nathan Totten Date: Fri, 20 Dec 2024 08:10:27 -0800 Subject: [PATCH] Fix missing tsx dep (#458) --- packages/zudoku/package.json | 2 +- pnpm-lock.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/zudoku/package.json b/packages/zudoku/package.json index 53888bc0..b6f2cf3a 100644 --- a/packages/zudoku/package.json +++ b/packages/zudoku/package.json @@ -239,6 +239,7 @@ "strip-ansi": "7.1.0", "tailwind-merge": "2.5.4", "tailwindcss": "3.4.13", + "tsx": "^4.19.2", "ulidx": "2.4.1", "unist-util-visit": "5.0.0", "urql": "4.1.0", @@ -270,7 +271,6 @@ "react": "18.3.1", "react-dom": "18.3.1", "rollup-plugin-visualizer": "5.12.0", - "tsx": "^4.19.2", "typescript": "5.7.2", "vitest": "2.1.8" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5046c06b..65b0261d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -606,6 +606,9 @@ importers: tailwindcss: specifier: 3.4.13 version: 3.4.13(ts-node@10.9.1(@swc/core@1.10.1(@swc/helpers@0.5.12))(@types/node@20.16.11)(typescript@5.7.2)) + tsx: + specifier: ^4.19.2 + version: 4.19.2 ulidx: specifier: 2.4.1 version: 2.4.1 @@ -704,9 +707,6 @@ importers: rollup-plugin-visualizer: specifier: 5.12.0 version: 5.12.0(rollup@4.24.0) - tsx: - specifier: ^4.19.2 - version: 4.19.2 typescript: specifier: 5.7.2 version: 5.7.2