File tree Expand file tree Collapse file tree 3 files changed +19
-10
lines changed Expand file tree Collapse file tree 3 files changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ http_archive(
12
12
# Add TypeScript rules
13
13
http_archive (
14
14
name = "build_bazel_rules_typescript" ,
15
- url = "https://github.com/bazelbuild/rules_typescript/archive/0.21 .0.zip" ,
16
- strip_prefix = "rules_typescript-0.21 .0" ,
15
+ url = "https://github.com/bazelbuild/rules_typescript/archive/0.22 .0.zip" ,
16
+ strip_prefix = "rules_typescript-0.22 .0" ,
17
17
)
18
18
19
19
# Add Angular source and Bazel rules.
Original file line number Diff line number Diff line change 54
54
"@angular/platform-server" : " ^7.1.2" ,
55
55
"@angular/router" : " ^7.1.2" ,
56
56
"@bazel/ibazel" : " ^0.9.0" ,
57
- "@bazel/karma" : " 0.21 .0" ,
58
- "@bazel/typescript" : " 0.21 .0" ,
57
+ "@bazel/karma" : " 0.22 .0" ,
58
+ "@bazel/typescript" : " 0.22 .0" ,
59
59
"@firebase/app-types" : " ^0.3.2" ,
60
60
"@octokit/rest" : " ^15.9.4" ,
61
61
"@schematics/angular" : " ^7.1.2" ,
Original file line number Diff line number Diff line change 291
291
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.9.0.tgz#fd60023acd36313d304cc2f8c2e181b88b5445cd"
292
292
integrity sha512-E31cefDcdJsx/oii6p/gqKZXSVw0kEg1O73DD2McFcSvnf/p1GYWcQtVgdRQmlviBEytJkJgdX8rtThitRvcow==
293
293
294
- " @bazel/karma@0.21 .0 " :
295
- version "0.21 .0"
296
- resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-0.21 .0.tgz#c5ed4c141f44d0e7e18586ad4cff5bd54f70f3cc "
297
- integrity sha512-V5kxijZ7j/6x7+yNxPhhPrjO0APtNrlr5Gg/I9JRy3/SE3Y88yrPNIiEApLkfYWYWGQuoJO2LifUZA8BOXwLEA ==
294
+ " @bazel/karma@0.22 .0 " :
295
+ version "0.22 .0"
296
+ resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-0.22 .0.tgz#d2688ed05ea7e0be320802847ccc936da2688c70 "
297
+ integrity sha512-ZhdkVR92UEOdON7hNjBJPdAUEFzibc/RC3TqBWupowl2+YsMZmxk8AsGjAmc9FaMkhCX9SDQC0OzGkUkuC6r3w ==
298
298
dependencies :
299
299
jasmine-core "2.8.0"
300
300
karma alexeagle/karma#fa1a84ac881485b5657cb669e9b4e5da77b79f0a
307
307
requirejs "2.3.5"
308
308
tmp "0.0.33"
309
309
310
- " @bazel/typescript@0.21.0" , "@bazel/typescript@^0.21.0":
310
+ " @bazel/typescript@0.22.0 " :
311
+ version "0.22.0"
312
+ resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-0.22.0.tgz#8b38183125c3f25e6023b12a371561d9b54182d8"
313
+ integrity sha512-2oKxPHlt3TNJx2RVVvC00ahcYNuIg1pQPjKQO7qyMNGGme3fqqzv5gRUDa5be/B01FxQDFpuBCHoavH7PilPRA==
314
+ dependencies :
315
+ protobufjs "5.0.3"
316
+ source-map-support "0.5.9"
317
+ tsutils "2.27.2"
318
+
319
+ " @bazel/typescript@^0.21.0 " :
311
320
version "0.21.0"
312
321
resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-0.21.0.tgz#41c304f77a42c6a016280d0f4c20e0749c3f4b2a"
313
322
integrity sha512-ASXj0RFybmqoa3LwqkTU3gNkX9bY9wL/VDNo5hlp9pynYWl4RMpe9V3m/qDIdtSuLJ+qD+Z3FKT/OcpWQHMlYA==
@@ -6574,7 +6583,7 @@ karma@^3.1.3:
6574
6583
tmp "0.0.33"
6575
6584
useragent "2.3.0"
6576
6585
6577
- karma@alexeagle/karma#fa1a84ac881485b5657cb669e9b4e5da77b79f0a:
6586
+ " karma@github: alexeagle/karma#fa1a84ac881485b5657cb669e9b4e5da77b79f0a " :
6578
6587
version "1.7.1"
6579
6588
resolved "https://codeload.github.com/alexeagle/karma/tar.gz/fa1a84ac881485b5657cb669e9b4e5da77b79f0a"
6580
6589
dependencies :
You can’t perform that action at this time.
0 commit comments