From 5abd438a494048738017a976faa35e1c79c7fd96 Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Sat, 4 May 2024 20:58:30 +0200 Subject: [PATCH] fix: tsx not working (#434) * fix: tsx not working * fix: format issues --- apps/nextjs/package.json | 2 +- apps/tasks/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/nextjs/package.json b/apps/nextjs/package.json index a9fb13b49..dabc2d9e9 100644 --- a/apps/nextjs/package.json +++ b/apps/nextjs/package.json @@ -68,7 +68,7 @@ "concurrently": "^8.2.2", "eslint": "^8.57.0", "prettier": "^3.2.5", - "tsx": "^4.9.1", + "tsx": "4.9.0", "typescript": "^5.4.5" }, "eslintConfig": { diff --git a/apps/tasks/package.json b/apps/tasks/package.json index ee3df63c6..e81e54cf9 100644 --- a/apps/tasks/package.json +++ b/apps/tasks/package.json @@ -37,7 +37,7 @@ "dotenv-cli": "^7.4.1", "eslint": "^8.57.0", "prettier": "^3.2.5", - "tsx": "^4.9.1", + "tsx": "4.9.0", "typescript": "^5.4.5" }, "eslintConfig": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ae319226d..1c0aa7cbe 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -218,8 +218,8 @@ importers: specifier: ^3.2.5 version: 3.2.5 tsx: - specifier: ^4.9.1 - version: 4.9.1 + specifier: 4.9.0 + version: 4.9.0 typescript: specifier: ^5.4.5 version: 5.4.5 @@ -276,8 +276,8 @@ importers: specifier: ^3.2.5 version: 3.2.5 tsx: - specifier: ^4.9.1 - version: 4.9.1 + specifier: 4.9.0 + version: 4.9.0 typescript: specifier: ^5.4.5 version: 5.4.5 @@ -5264,8 +5264,8 @@ packages: resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==} engines: {node: '>=0.6.x'} - tsx@4.9.1: - resolution: {integrity: sha512-CqSJaYyZ6GEqnGtPuMPQHvUwRGU6VHSVF+RDxoOmRg/XD4aF0pD973tKhoUYGQtdcoCHcSOGk34ioFaP+vYcMQ==} + tsx@4.9.0: + resolution: {integrity: sha512-UY0UUhDPL6MkqkZU4xTEjEBOLfV+RIt4xeeJ1qwK73xai4/zveG+X6+tieILa7rjtegUW2LE4p7fw7gAoLuytA==} engines: {node: '>=18.0.0'} hasBin: true @@ -10341,7 +10341,7 @@ snapshots: tsscmp@1.0.6: {} - tsx@4.9.1: + tsx@4.9.0: dependencies: esbuild: 0.20.2 get-tsconfig: 4.7.3