Skip to content

Commit

Permalink
Bumps @aspect_rules_js dependency to current latest.
Browse files Browse the repository at this point in the history
Refs #48.

I actually want to bump the `@aspect_rules_ts` dependency, but this appears to require `@aspect_rules_js` to be bumped as well.
  • Loading branch information
dgp1130 committed Feb 12, 2023
1 parent c0c72e1 commit 272ef89
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ build_bazel_rules_nodejs_dependencies()
# Load `@aspect_rules_js`.
http_archive(
name = "aspect_rules_js",
sha256 = "9f51475dd2f99abb015939b1cf57ab5f15ef36ca6d2a67104450893fd0aa5c8b",
strip_prefix = "rules_js-1.16.0",
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.16.0.tar.gz",
sha256 = "3ad6684d744ebbc6592d404cc3aa81d0da634eccb3499f6fd198ae122fa28489",
strip_prefix = "rules_js-1.19.0",
url = "https://github.com/aspect-build/rules_js/releases/download/v1.19.0/rules_js-v1.19.0.tar.gz",
)

load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")
Expand Down
6 changes: 3 additions & 3 deletions dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ def rules_prerender_dependencies():
maybe(
http_archive,
name = "aspect_rules_js",
sha256 = "9f51475dd2f99abb015939b1cf57ab5f15ef36ca6d2a67104450893fd0aa5c8b",
strip_prefix = "rules_js-1.16.0",
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.16.0.tar.gz",
sha256 = "3ad6684d744ebbc6592d404cc3aa81d0da634eccb3499f6fd198ae122fa28489",
strip_prefix = "rules_js-1.19.0",
url = "https://github.com/aspect-build/rules_js/releases/download/v1.19.0/rules_js-v1.19.0.tar.gz",
)

maybe(
Expand Down
6 changes: 3 additions & 3 deletions examples/external/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ build_bazel_rules_nodejs_dependencies()

http_archive(
name = "aspect_rules_js",
sha256 = "9f51475dd2f99abb015939b1cf57ab5f15ef36ca6d2a67104450893fd0aa5c8b",
strip_prefix = "rules_js-1.16.0",
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.16.0.tar.gz",
sha256 = "3ad6684d744ebbc6592d404cc3aa81d0da634eccb3499f6fd198ae122fa28489",
strip_prefix = "rules_js-1.19.0",
url = "https://github.com/aspect-build/rules_js/releases/download/v1.19.0/rules_js-v1.19.0.tar.gz",
)
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")
rules_js_dependencies()
Expand Down

0 comments on commit 272ef89

Please sign in to comment.