Skip to content

Commit

Permalink
chore(deps): update dependency tsx to v4.16.1 (#726)
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] authored Jul 3, 2024
1 parent 19b8685 commit 9b3578d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion generate-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"puppeteer-core": "22.12.1",
"tsx": "4.16.0"
"tsx": "4.16.1"
}
}
8 changes: 4 additions & 4 deletions generate-docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -713,10 +713,10 @@ tslib@^2.0.1:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==

[email protected].0:
version "4.16.0"
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.16.0.tgz#913dd96f191b76f07a8744201d8c15d510aa1352"
integrity sha512-MPgN+CuY+4iKxGoJNPv+1pyo5YWZAQ5XfsyobUG+zoKG7IkvCPLZDEyoIb8yLS2FcWci1nlxAqmvPlFWD5AFiQ==
[email protected].1:
version "4.16.1"
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.16.1.tgz#2692328f2bcf87eb10f94e62441034e1da765d1f"
integrity sha512-UAKkKOFMJI4M3U4xTJuoqECBMydJbqwNuACoMvwHjqDhbQyo/SYd8ZYNCpF5F8rAjcdKrO+z9CbvBlBiFKhBLA==
dependencies:
esbuild "~0.21.5"
get-tsconfig "^4.7.5"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jest-expect-message": "1.1.3",
"prettier": "3.3.2",
"ts-jest": "29.1.5",
"tsx": "4.16.0",
"tsx": "4.16.1",
"typescript": "5.5.3",
"yarn-run-all": "3.1.1"
},
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5303,10 +5303,10 @@ tsconfig-paths@^3.15.0:
minimist "^1.2.6"
strip-bom "^3.0.0"

[email protected].0:
version "4.16.0"
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.16.0.tgz#913dd96f191b76f07a8744201d8c15d510aa1352"
integrity sha512-MPgN+CuY+4iKxGoJNPv+1pyo5YWZAQ5XfsyobUG+zoKG7IkvCPLZDEyoIb8yLS2FcWci1nlxAqmvPlFWD5AFiQ==
[email protected].1:
version "4.16.1"
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.16.1.tgz#2692328f2bcf87eb10f94e62441034e1da765d1f"
integrity sha512-UAKkKOFMJI4M3U4xTJuoqECBMydJbqwNuACoMvwHjqDhbQyo/SYd8ZYNCpF5F8rAjcdKrO+z9CbvBlBiFKhBLA==
dependencies:
esbuild "~0.21.5"
get-tsconfig "^4.7.5"
Expand Down

0 comments on commit 9b3578d

Please sign in to comment.