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 Mar 19, 2024
1 parent 1fe68ce commit bb05ec3
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.5/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": "18.0.0-next.0",
"@angular/router": "18.0.0-next.0",
"@bazel/bazelisk": "^1.11.0",
"@bazel/ibazel": "^0.23.0",
"@bazel/ibazel": "^0.25.0",
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch",
"@codemirror/autocomplete": "^6.11.1",
"@codemirror/commands": "^6.3.2",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -485,10 +485,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.25.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 @@ -2392,12 +2392,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: 10c0/899639d028c7070105603c5a6d7f969649049b39c7c90fc03d6025176a80a029ecbd56250eb27b06cd786073df7ee17d32fff97f4cb4dc3eceed7ff0cc113f85
checksum: 10c0/1a0c0771745daea10386989bc5d8b315f1290470dcd4f04554984afaa88c776e1d2dbe3dc26276f0d8f4c0a27a901c3e99cb0f54c48f4367cdddbc23df5cb98a
languageName: node
linkType: hard

Expand Down Expand Up @@ -2429,12 +2429,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.25.0":
version: 0.25.0
resolution: "@bazel/ibazel@npm:0.25.0"
bin:
ibazel: index.js
checksum: 10c0/e115bd0851b8e9240fa4d06513f2c475962160d79dc6e2228b39f2504cf0d9cf99d210c154cde3be093593da24e372bdb6b7a2dbefb48e60ef51bd4e80f6aaa8
checksum: 10c0/8654fcb6dec25f5d503b5442ae24c93982b7b7e7f9f7d0caa2ca77e34325d645f86745f412922324e83596dae0f6e59e5269075119dc347f42d777905a2010ae
languageName: node
linkType: hard

Expand Down

0 comments on commit bb05ec3

Please sign in to comment.