From 6c18ca2c6af058047a1e7bafd964bcf2e2104248 Mon Sep 17 00:00:00 2001 From: if1live Date: Sun, 3 Dec 2023 19:42:57 +0900 Subject: [PATCH] bump up tsx --- package.json | 4 ++-- pnpm-lock.yaml | 19 +++++++------------ 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index ceaa8fa..21cb63d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "!dist/test" ], "scripts": { - "dev": "node --watch --loader=tsx ./src/dev.ts", + "dev": "tsx --watch ./src/dev.ts", "build": "tsc", "check:watch": "tsc --watch", "clean": "rimraf dist artifact .turbo .serverless", @@ -46,7 +46,7 @@ "serverless": "^3.38.0", "serverless-scriptable-plugin": "^1.3.1", "serverless-standalone": "^0.0.7", - "tsx": "^3.13.0", + "tsx": "^4.6.2", "typescript": "^5.2.2", "vitest": "^0.33.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 63a834e..cdc94eb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -74,8 +74,8 @@ devDependencies: specifier: ^0.0.7 version: 0.0.7 tsx: - specifier: ^3.13.0 - version: 3.13.0 + specifier: ^4.6.2 + version: 4.6.2 typescript: specifier: ^5.2.2 version: 5.2.2 @@ -6120,17 +6120,12 @@ packages: engines: {node: '>=0.10.0'} dev: true - /source-map-support@0.5.21: - resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} - dependencies: - buffer-from: 1.1.2 - source-map: 0.6.1 - dev: true - /source-map@0.6.1: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} + requiresBuild: true dev: true + optional: true /split2@3.2.2: resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==} @@ -6487,13 +6482,13 @@ packages: typescript: 4.9.5 dev: true - /tsx@3.13.0: - resolution: {integrity: sha512-rjmRpTu3as/5fjNq/kOkOtihgLxuIz6pbKdj9xwP4J5jOLkBxw/rjN5ANw+KyrrOXV5uB7HC8+SrrSJxT65y+A==} + /tsx@4.6.2: + resolution: {integrity: sha512-QPpBdJo+ZDtqZgAnq86iY/PD2KYCUPSUGIunHdGwyII99GKH+f3z3FZ8XNFLSGQIA4I365ui8wnQpl8OKLqcsg==} + engines: {node: '>=18.0.0'} hasBin: true dependencies: esbuild: 0.18.20 get-tsconfig: 4.7.2 - source-map-support: 0.5.21 optionalDependencies: fsevents: 2.3.3 dev: true