Skip to content

Commit

Permalink
fix: typescript real version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Oct 17, 2023
1 parent c363f56 commit 0879198
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 31 deletions.
2 changes: 2 additions & 0 deletions example/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ py_console_script_binary(
name = "flake8_w_bzlmod",
pkg = "@pip//flake8:pkg",
script = "flake8",
# Doesn't build without --enable_bzlmod
tags = ["manual"],
)

# We can test that it works with:
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"eslint": "*",
"@typescript-eslint/parser": "*",
"@typescript-eslint/eslint-plugin": "*",
"typescript": "5.0",
"typescript": "5.2.2",
"prettier": "^2.8.7",
"prettier-plugin-sh": "^0.12.8",
"prettier-plugin-sql": "^0.14.0"
Expand Down
58 changes: 28 additions & 30 deletions example/pnpm-lock.yaml

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

2 changes: 2 additions & 0 deletions example/tools/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ py_console_script_binary(
name = "black_w_bzlmod",
pkg = "@pip//black:pkg",
script = "black",
# Doesn't build without --enable_bzlmod
tags = ["manual"],
)

# bazel run :black -- --help
Expand Down

0 comments on commit 0879198

Please sign in to comment.