chore(deps): update dependency tsx to v4 (#9629)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-18 10:33:45 +08:00 committed by GitHub
parent 16a6438236
commit 1ef43479c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -102,7 +102,7 @@
"terser": "^5.22.0",
"todomvc-app-css": "^2.4.3",
"tslib": "^2.6.2",
"tsx": "^3.14.0",
"tsx": "^4.1.3",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitest": "^0.34.6"

View File

@ -144,8 +144,8 @@ importers:
specifier: ^2.6.2
version: 2.6.2
tsx:
specifier: ^3.14.0
version: 3.14.0
specifier: ^4.1.3
version: 4.1.3
typescript:
specifier: ^5.2.2
version: 5.2.2
@ -5677,8 +5677,9 @@ packages:
typescript: 5.2.2
dev: true
/tsx@3.14.0:
resolution: {integrity: sha512-xHtFaKtHxM9LOklMmJdI3BEnQq/D5F73Of2E1GDrITi9sgoVkvIsrQUTY1G8FlmGtA+awCI4EBlTRRYxkL2sRg==}
/tsx@4.1.3:
resolution: {integrity: sha512-DLiTy1eri4nhqgVVy+15YKC6Ij2BMFxGdDMkVrSDkNuISUJLv7n0NgZpFLpdM+qmwXar34XllgYi4cxkNMbDwQ==}
engines: {node: '>=18.0.0'}
hasBin: true
dependencies:
esbuild: 0.18.20