Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Update dependency tsx to v3.14.0 #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"rimraf": "5.0.5",
"signale": "1.4.0",
"tsup": "8.0.2",
"tsx": "3.13.0",
"tsx": "3.14.0",
"typescript": "5.4.4"
},
"optionalDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ __metadata:
signale: 1.4.0
sonic-boom: 3.8.1
tsup: 8.0.2
tsx: 3.13.0
tsx: 3.14.0
typescript: 5.4.4
dependenciesMeta:
pino:
Expand Down Expand Up @@ -3992,9 +3992,9 @@ __metadata:
languageName: node
linkType: hard

"tsx@npm:3.13.0":
version: 3.13.0
resolution: "tsx@npm:3.13.0"
"tsx@npm:3.14.0":
version: 3.14.0
resolution: "tsx@npm:3.14.0"
dependencies:
esbuild: ~0.18.20
fsevents: ~2.3.3
Expand All @@ -4005,7 +4005,7 @@ __metadata:
optional: true
bin:
tsx: dist/cli.mjs
checksum: ef858574e110d16a7ca9bbb3a5edeeafd37026ebed6cdd390c4707ad64005024c55fd3142a8f89732c79176196afa7d27073f586966ff0cae0126159ebd58be4
checksum: afcef5d9b90b5800cf1ffb749e943f63042d78a4c0d9eef6e13e43f4ecab465d45e2c9812a2c515cbdc2ee913ff1cd01bf5c606a48013dd3ce2214a631b45557
languageName: node
linkType: hard

Expand Down
Loading