Skip to content

Commit

Permalink
fixup! feat(typescript): support typescript 4.3
Browse files Browse the repository at this point in the history
Fix lint
  • Loading branch information
devversion authored and alexeagle committed Jun 14, 2021
1 parent 847ef5d commit 14988b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ workspace(
},
)

load("//:index.bzl", "node_repositories")
load("//:index.bzl", "BAZEL_VERSION", "SUPPORTED_BAZEL_VERSIONS", "node_repositories")

# Node version used in the repository.
# Node version used in the repository. Needs to be at least `v12.14.1` to satisfy
# the minimum version required by the Angular packages.
node_repositories(
node_version = "12.14.1",
)
Expand Down Expand Up @@ -163,7 +164,6 @@ bazel_skylib_workspace()
#

load("@bazel_toolchains//rules:rbe_repo.bzl", "rbe_autoconfig")
load("//:index.bzl", "BAZEL_VERSION", "SUPPORTED_BAZEL_VERSIONS")

# Creates toolchain configuration for remote execution with BuildKite CI
# for rbe_ubuntu1604
Expand Down

0 comments on commit 14988b1

Please sign in to comment.