mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 05:52:41 +08:00
build: update @bazel dependencies
This commit is contained in:
parent
0f4a2d1840
commit
3c72fe4023
@ -7,8 +7,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
||||
|
||||
http_archive(
|
||||
name = "build_bazel_rules_nodejs",
|
||||
sha256 = "4a5d654a4ccd4a4c24eca5d319d85a88a650edf119601550c95bf400c8cc897e",
|
||||
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.5.1/rules_nodejs-3.5.1.tar.gz"],
|
||||
sha256 = "0fa2d443571c9e02fcb7363a74ae591bdcce2dd76af8677a95965edf329d778a",
|
||||
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.6.0/rules_nodejs-3.6.0.tar.gz"],
|
||||
)
|
||||
|
||||
# Check the bazel version and download npm dependencies
|
||||
|
@ -90,8 +90,8 @@
|
||||
"@babel/template": "7.12.13",
|
||||
"@bazel/bazelisk": "1.9.0",
|
||||
"@bazel/buildifier": "4.0.1",
|
||||
"@bazel/jasmine": "3.5.1",
|
||||
"@bazel/typescript": "3.5.1",
|
||||
"@bazel/jasmine": "3.6.0",
|
||||
"@bazel/typescript": "3.6.0",
|
||||
"@discoveryjs/json-ext": "0.5.3",
|
||||
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
|
||||
"@types/babel__core": "7.1.14",
|
||||
|
Loading…
x
Reference in New Issue
Block a user