Skip to content

Commit

Permalink
Pin 4.15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Aug 28, 2024
1 parent ea8966d commit bf7126c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_js/typedoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def typedoc_output(
env = os.environ.copy()
env["TYPEDOC_NODE_MODULES"] = str(Path(typedoc).parents[3].resolve())
command = Command("npx")
command.add("tsx@4.9.2")
command.add("tsx@4.15.8")
dir = Path(__file__).parent.resolve() / "js"
command.add("--tsconfig", str(dir / "tsconfig.json"))
command.add("--import", str(dir / "registerImportHook.mjs"))
Expand Down

0 comments on commit bf7126c

Please sign in to comment.