This repository was archived by the owner on Apr 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Expand file tree Collapse file tree 3 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ http_archive(
23
23
# The @angular repo contains rule for building Angular applications
24
24
http_archive (
25
25
name = "angular" ,
26
- url = "https://github.com/angular/angular/archive/0e1ca096dab8a6010c9d67eadc7806b5dd992ac0 .zip" ,
27
- strip_prefix = "angular-0e1ca096dab8a6010c9d67eadc7806b5dd992ac0 " ,
26
+ url = "https://github.com/angular/angular/archive/08e4489cf5a93a352954f1639da5e92112993753 .zip" ,
27
+ strip_prefix = "angular-08e4489cf5a93a352954f1639da5e92112993753 " ,
28
28
)
29
29
30
30
# The @rxjs repo contains targets for building rxjs with bazel
@@ -35,6 +35,14 @@ http_archive(
35
35
sha256 = "72b0b4e517f43358f554c125e40e39f67688cd2738a8998b4a266981ed32f403" ,
36
36
)
37
37
38
+ # This local_repository rule is needed to prevent `bazel build ...` from
39
+ # drilling down into the @rxjs workspace BUILD files in node_modules/rxjs/src.
40
+ # In the future this will no longer be needed.
41
+ local_repository (
42
+ name = "ignore_node_modules_rxjs" ,
43
+ path = "node_modules/rxjs/src" ,
44
+ )
45
+
38
46
####################################
39
47
# Load and install our dependencies downloaded above.
40
48
Original file line number Diff line number Diff line change 16
16
"@angular/core" : " github:angular/core-builds#bazel" ,
17
17
"@bazel/benchmark-runner" : " 0.1.0" ,
18
18
"@bazel/ibazel" : " 0.5.0" ,
19
- "@bazel/karma" : " 0.20.1 " ,
20
- "@bazel/typescript" : " 0.20.1 " ,
19
+ "@bazel/karma" : " 0.20.2 " ,
20
+ "@bazel/typescript" : " 0.20.2 " ,
21
21
"@types/jasmine" : " 2.8.8" ,
22
22
"@types/node" : " 6.0.117" ,
23
23
"clang-format" : " 1.2.4" ,
Original file line number Diff line number Diff line change 46
46
version "0.5.0"
47
47
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.5.0.tgz#76f269bd60d866e2aa9e86b25c456d18fee2ef54"
48
48
49
-
50
- version "0.20.1 "
51
- resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-0.20.1 .tgz#84e437cb4c4545906152bbfab401ed8111d5d558 "
49
+
50
+ version "0.20.2 "
51
+ resolved "https://registry.yarnpkg.com/@bazel/karma/-/karma-0.20.2 .tgz#69b440e320eadce2b4c7de922f87c5fc539b6586 "
52
52
dependencies :
53
53
jasmine-core "2.8.0"
54
54
karma alexeagle/karma#fa1a84ac881485b5657cb669e9b4e5da77b79f0a
61
61
requirejs "2.3.5"
62
62
tmp "0.0.33"
63
63
64
-
65
- version "0.20.1 "
66
- resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-0.20.1 .tgz#f6d3ff13fb203ccb6ddeb7ca670978983b3e1b73 "
64
+
65
+ version "0.20.2 "
66
+ resolved "https://registry.yarnpkg.com/@bazel/typescript/-/typescript-0.20.2 .tgz#7e31e2fe23458536e4917bf5ee130d55704c54f5 "
67
67
dependencies :
68
68
protobufjs "5.0.0"
69
69
source-map-support "0.5.9"
You can’t perform that action at this time.
0 commit comments