Skip to content

Commit

Permalink
Revert "fix: pin typescript version in e2e test (#639)"
Browse files Browse the repository at this point in the history
This reverts commit 5d28c93.
  • Loading branch information
alexeagle authored Jun 26, 2024
1 parent 5d28c93 commit 41ed0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/external_dep/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ bazel_dep(name = "aspect_rules_js", version = "2.0.0-rc1", dev_dependency = True
bazel_dep(name = "bazel_skylib", version = "1.5.0", dev_dependency = True)

rules_ts_ext = use_extension("@aspect_rules_ts//ts:extensions.bzl", "ext", dev_dependency = True)
rules_ts_ext.deps(ts_version = "4.8.4")
rules_ts_ext.deps()
use_repo(rules_ts_ext, "npm_typescript")

0 comments on commit 41ed0e4

Please sign in to comment.