Skip to content

Commit

Permalink
build(deps): update devdependency tsx to ~4.16.0 (#498)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 29, 2024
1 parent d529902 commit 85b5f57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"eslint-plugin-unicorn": "~49.0.0",
"prettier": "~3.3.0",
"semantic-release": "~23.1.0",
"tsx": "~4.15.0",
"tsx": "~4.16.0",
"typedoc": "~0.25.0",
"typescript": "~5.5.0"
},
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2766,7 +2766,7 @@ __metadata:
languageName: node
linkType: hard

"esbuild@npm:~0.21.4":
"esbuild@npm:~0.21.5":
version: 0.21.5
resolution: "esbuild@npm:0.21.5"
dependencies:
Expand Down Expand Up @@ -6012,7 +6012,7 @@ __metadata:
eslint-plugin-unicorn: "npm:~49.0.0"
prettier: "npm:~3.3.0"
semantic-release: "npm:~23.1.0"
tsx: "npm:~4.15.0"
tsx: "npm:~4.16.0"
typedoc: "npm:~0.25.0"
typescript: "npm:~5.5.0"
languageName: unknown
Expand Down Expand Up @@ -7235,19 +7235,19 @@ __metadata:
languageName: node
linkType: hard

"tsx@npm:~4.15.0":
version: 4.15.7
resolution: "tsx@npm:4.15.7"
"tsx@npm:~4.16.0":
version: 4.16.0
resolution: "tsx@npm:4.16.0"
dependencies:
esbuild: "npm:~0.21.4"
esbuild: "npm:~0.21.5"
fsevents: "npm:~2.3.3"
get-tsconfig: "npm:^4.7.5"
dependenciesMeta:
fsevents:
optional: true
bin:
tsx: dist/cli.mjs
checksum: 10c0/e960f4ee084b48cd3183e65946725fd9b0de4afae32a0fd9cd47416a41259fb2c72838b7aeba26adaecc2d89d70e976add9722e72ea5c876b3b493f137cbbf12
checksum: 10c0/b9afc19d40d60d13bab408800be79e3279862ead2b17dc47fadddd41cca06f25be55fcd3a033c6205fa190bb52c8485ed842593a4292246d2501a9ee3d7b0ae3
languageName: node
linkType: hard

Expand Down

0 comments on commit 85b5f57

Please sign in to comment.