Skip to content

Commit

Permalink
Merge pull request #445 from pinefile/renovate/tsx-3.x
Browse files Browse the repository at this point in the history
Update dependency tsx to ^3.14.0
  • Loading branch information
frozzare authored Oct 18, 2023
2 parents 1b196f4 + 80742ca commit 870acb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prettier": "^3.0.3",
"rimraf": "^4.4.1",
"ts-jest": "^29.1.1",
"tsx": "^3.13.0",
"tsx": "^3.14.0",
"typescript": "^4.9.5",
"uuid": "^9.0.1"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4449,10 +4449,10 @@ tsutils@^3.21.0:
dependencies:
tslib "^1.8.1"

tsx@^3.13.0:
version "3.13.0"
resolved "https://registry.yarnpkg.com/tsx/-/tsx-3.13.0.tgz#f860e511b33fcb41d74df87d7ba239a0b4012dbb"
integrity sha512-rjmRpTu3as/5fjNq/kOkOtihgLxuIz6pbKdj9xwP4J5jOLkBxw/rjN5ANw+KyrrOXV5uB7HC8+SrrSJxT65y+A==
tsx@^3.14.0:
version "3.14.0"
resolved "https://registry.yarnpkg.com/tsx/-/tsx-3.14.0.tgz#be6e2176b6f210fe8f48124fb6e22e0f075e927b"
integrity sha512-xHtFaKtHxM9LOklMmJdI3BEnQq/D5F73Of2E1GDrITi9sgoVkvIsrQUTY1G8FlmGtA+awCI4EBlTRRYxkL2sRg==
dependencies:
esbuild "~0.18.20"
get-tsconfig "^4.7.2"
Expand Down

0 comments on commit 870acb9

Please sign in to comment.