Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency tsx to v3.14.0 #336

Merged
merged 1 commit into from
Oct 18, 2023
Merged
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 @@ -38,7 +38,7 @@
"prettier": "3.0.3",
"rimraf": "5.0.5",
"signale": "1.4.0",
"tsx": "3.13.0",
"tsx": "3.14.0",
"typescript": "5.2.2",
"vitest": "0.34.6"
}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ __metadata:
prettier: 3.0.3
rimraf: 5.0.5
signale: 1.4.0
tsx: 3.13.0
tsx: 3.14.0
typescript: 5.2.2
vitest: 0.34.6
languageName: unknown
Expand Down Expand Up @@ -4135,9 +4135,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 @@ -4148,7 +4148,7 @@ __metadata:
optional: true
bin:
tsx: dist/cli.mjs
checksum: ef858574e110d16a7ca9bbb3a5edeeafd37026ebed6cdd390c4707ad64005024c55fd3142a8f89732c79176196afa7d27073f586966ff0cae0126159ebd58be4
checksum: afcef5d9b90b5800cf1ffb749e943f63042d78a4c0d9eef6e13e43f4ecab465d45e2c9812a2c515cbdc2ee913ff1cd01bf5c606a48013dd3ce2214a631b45557
languageName: node
linkType: hard

Expand Down
Loading