File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
7
7
8
8
http_archive (
9
9
name = "build_bazel_rules_nodejs" ,
10
- sha256 = "e79c08a488cc5ac40981987d862c7320cee8741122a2649e9b08e850b6f20442 " ,
11
- urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.8 .0/rules_nodejs-3.8 .0.tar.gz" ],
10
+ sha256 = "8a7c981217239085f78acc9898a1f7ba99af887c1996ceb3b4504655383a2c3c " ,
11
+ urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.0 .0/rules_nodejs-4.0 .0.tar.gz" ],
12
12
)
13
13
14
14
# Check the bazel version and download npm dependencies
Original file line number Diff line number Diff line change 92
92
"@babel/template" : " 7.14.5" ,
93
93
"@bazel/bazelisk" : " 1.10.1" ,
94
94
"@bazel/buildifier" : " 4.0.1" ,
95
- "@bazel/jasmine" : " 3.8 .0" ,
96
- "@bazel/typescript" : " 3.8 .0" ,
95
+ "@bazel/jasmine" : " 4.0 .0" ,
96
+ "@bazel/typescript" : " 4.0 .0" ,
97
97
"@discoveryjs/json-ext" : " 0.5.3" ,
98
98
"@jsdevtools/coverage-istanbul-loader" : " 3.0.5" ,
99
99
"@types/babel__core" : " 7.1.15" ,
Original file line number Diff line number Diff line change 1168
1168
resolved "https://registry.yarnpkg.com/@bazel/esbuild/-/esbuild-4.0.0-rc.1.tgz#d212e31a7ceb0a5f8328119a9a2abd4d0e9e10b5"
1169
1169
integrity sha512-Xlb0wCYjN2LTPusAxFOrZOESzdjQU9nXO2vAU4yaivny7B+xmaEhLU7/8XPWxq5rU/jRfeuwe1NpKuRlZiQ3hQ==
1170
1170
1171
- "@bazel/jasmine@3.8 .0":
1172
- version "3.8 .0"
1173
- resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-3.8 .0.tgz#f66a94fd17439cf9281c21200bad3c8b91d5525b "
1174
- integrity sha512-JjqEqFbl+kmABEcdbMYhicIOsNbocXIo/Wd2C7NNBz02ehQiynjYlc0BfyKyH7eHWR01z39RsGlXCyJD4kYKjw ==
1171
+ "@bazel/jasmine@4.0 .0":
1172
+ version "4.0 .0"
1173
+ resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-4.0 .0.tgz#2e95f1b3458e0d69f16e0c820fe4631a43942a90 "
1174
+ integrity sha512-vi1n+vbLwKki7aa8kXDG709nxRXAmLEvqbijSpm8d3rrW4f68Ad5xKyT2gezO84OeysUHU3cDZViXWwFcoHRng ==
1175
1175
dependencies:
1176
1176
c8 "~7.5.0"
1177
1177
jasmine-reporters "~2.4.0"
1194
1194
resolved "https://registry.yarnpkg.com/@bazel/runfiles/-/runfiles-4.0.0-rc.1.tgz#aaf97d633ba813db2c0bfa5bc126f50118d82066"
1195
1195
integrity sha512-0RGbEe4hBpafbLSIIBYGFPRLZ7FRJ+S6PjdVfRkpZlNpe6T1QXxgdg6M5/ETQXNVqfdUhMLdNFZ1heMk4uXhzg==
1196
1196
1197
- "@bazel/typescript@3.8 .0":
1198
- version "3.8 .0"
1199
- resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-3.8 .0.tgz#725d51a1c25e314a1d8cddb8b880ac05ba97acd4 "
1200
- integrity sha512-4C1pLe4V7aidWqcPsWNqXFS7uHAB1nH5SUKG5uWoVv4JT9XhkNSvzzQIycMwXs2tZeCylX4KYNeNvfKrmkyFlw ==
1197
+ "@bazel/typescript@4.0 .0":
1198
+ version "4.0 .0"
1199
+ resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-4.0 .0.tgz#71a6f0f5e340c6b8516b21fbc0f0853e74055d0c "
1200
+ integrity sha512-+Le9q+5IR9gEnSH8sXyxDB5dD6NJx2kbm6AL+cijYVat2MczpGV4sI1mu0mdLzYsEX5Tjt5iHkaNb7sFESjnYA ==
1201
1201
dependencies:
1202
1202
protobufjs "6.8.8"
1203
1203
semver "5.6.0"
You can’t perform that action at this time.
0 commit comments