Skip to content

Commit

Permalink
build: update bazel setup
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot committed Nov 28, 2023
1 parent 3909682 commit 19c88f1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ http_archive(
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "709cc0dcb51cf9028dd57c268066e5bc8f03a119ded410a13b5c3925d6e43c48",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.4/rules_nodejs-5.8.4.tar.gz"],
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/v6.0.2/rules_nodejs-5.8.4.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/core": "^7.16.0",
"@babel/helper-annotate-as-pure": "^7.18.6",
"@babel/plugin-proposal-async-generator-functions": "^7.20.1",
"@bazel/buildifier": "6.3.3",
"@bazel/buildifier": "6.4.0",
"@bazel/concatjs": "5.8.1",
"@bazel/esbuild": "5.8.1",
"@bazel/protractor": "5.8.1",
Expand Down Expand Up @@ -76,7 +76,7 @@
"@angular/platform-browser-dynamic": "17.1.0-next.1",
"@angular/router": "17.1.0-next.1",
"@bazel/bazelisk": "^1.11.0",
"@bazel/ibazel": "^0.23.0",
"@bazel/ibazel": "^0.24.0",
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch",
"@google-cloud/firestore": "^7.0.0",
"@google-cloud/storage": "^7.0.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -358,10 +358,10 @@ __metadata:
"@babel/helper-annotate-as-pure": "npm:^7.18.6"
"@babel/plugin-proposal-async-generator-functions": "npm:^7.20.1"
"@bazel/bazelisk": "npm:^1.11.0"
"@bazel/buildifier": "npm:6.3.3"
"@bazel/buildifier": "npm:6.4.0"
"@bazel/concatjs": "npm:5.8.1"
"@bazel/esbuild": "npm:5.8.1"
"@bazel/ibazel": "npm:^0.23.0"
"@bazel/ibazel": "npm:^0.24.0"
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch"
"@bazel/protractor": "npm:5.8.1"
"@bazel/runfiles": "npm:5.8.1"
Expand Down Expand Up @@ -2514,12 +2514,12 @@ __metadata:
languageName: node
linkType: hard

"@bazel/buildifier@npm:6.3.3":
version: 6.3.3
resolution: "@bazel/buildifier@npm:6.3.3"
"@bazel/buildifier@npm:6.4.0":
version: 6.4.0
resolution: "@bazel/buildifier@npm:6.4.0"
bin:
buildifier: buildifier.js
checksum: 899639d028c7070105603c5a6d7f969649049b39c7c90fc03d6025176a80a029ecbd56250eb27b06cd786073df7ee17d32fff97f4cb4dc3eceed7ff0cc113f85
checksum: 1a0c0771745daea10386989bc5d8b315f1290470dcd4f04554984afaa88c776e1d2dbe3dc26276f0d8f4c0a27a901c3e99cb0f54c48f4367cdddbc23df5cb98a
languageName: node
linkType: hard

Expand Down Expand Up @@ -2551,12 +2551,12 @@ __metadata:
languageName: node
linkType: hard

"@bazel/ibazel@npm:^0.23.0":
version: 0.23.7
resolution: "@bazel/ibazel@npm:0.23.7"
"@bazel/ibazel@npm:^0.24.0":
version: 0.24.0
resolution: "@bazel/ibazel@npm:0.24.0"
bin:
ibazel: index.js
checksum: e115bd0851b8e9240fa4d06513f2c475962160d79dc6e2228b39f2504cf0d9cf99d210c154cde3be093593da24e372bdb6b7a2dbefb48e60ef51bd4e80f6aaa8
checksum: d4a651a2954ce74cc8888febda4c119d6d6a23a49ff8875176ec46cfe20b46facf76ecaf79f8b60b135f90913b46898429f8f064d04f5b718e98b06cdc05ce74
languageName: node
linkType: hard

Expand Down

0 comments on commit 19c88f1

Please sign in to comment.