]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(deps): update dependency tsx to v4 (#9629)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sat, 18 Nov 2023 02:33:45 +0000 (10:33 +0800)
committerGitHub <noreply@github.com>
Sat, 18 Nov 2023 02:33:45 +0000 (10:33 +0800)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
package.json
pnpm-lock.yaml

index 270c50100cfebe68eaee299c2f451d4cb6dd5d88..201d95503683b979e042c03c2a3affb229d26cd7 100644 (file)
     "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"
index d680c60ba931798b55e6b03960598adde6546866..b800a532a17c82f9eb45b092541fc70c98b45a5a 100644 (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