@@ -3,16 +3,16 @@ workspace(name = "angular_material")
3
3
# Add nodejs rules
4
4
http_archive (
5
5
name = "build_bazel_rules_nodejs" ,
6
- url = "https://github.com/bazelbuild/rules_nodejs/archive/1931156c232a08356dfda02e9c8b0275c2e63c00 .zip" ,
7
- strip_prefix = "rules_nodejs-1931156c232a08356dfda02e9c8b0275c2e63c00 " ,
8
- sha256 = "9cfe33276a6ac0076ee9ee159c4a2576f9851c0f437435b5ac19b2e592493078 " ,
6
+ url = "https://github.com/bazelbuild/rules_nodejs/archive/0.8.0 .zip" ,
7
+ strip_prefix = "rules_nodejs-0.8.0 " ,
8
+ sha256 = "4e40dd49ae7668d245c3107645f2a138660fcfd975b9310b91eda13f0c973953 " ,
9
9
)
10
10
11
11
# NOTE: this rule installs nodejs, npm, and yarn, but does NOT install
12
12
# your npm dependencies. You must still run the package manager.
13
13
load ("@build_bazel_rules_nodejs//:defs.bzl" , "check_bazel_version" , "node_repositories" )
14
14
15
- check_bazel_version ("0.9 .0" )
15
+ check_bazel_version ("0.13 .0" )
16
16
node_repositories (package_json = ["//:package.json" ])
17
17
18
18
# Add sass rules
@@ -28,9 +28,9 @@ sass_repositories()
28
28
# Add TypeScript rules
29
29
http_archive (
30
30
name = "build_bazel_rules_typescript" ,
31
- url = "https://github.com/bazelbuild/rules_typescript/archive/0.12.1 .zip" ,
32
- strip_prefix = "rules_typescript-0.12.1 " ,
33
- sha256 = "24e2c36f60508c6d270ae4265b89b381e3f66d550e70c367ed3755ad8d7ce3b0 " ,
31
+ url = "https://github.com/bazelbuild/rules_typescript/archive/0.12.3 .zip" ,
32
+ strip_prefix = "rules_typescript-0.12.3 " ,
33
+ sha256 = "967068c3540f59407716fbeb49949c1600dbf387faeeab3089085784dd21f60c " ,
34
34
)
35
35
36
36
# Setup TypeScript Bazel workspace
@@ -48,3 +48,9 @@ local_repository(
48
48
name = "rxjs" ,
49
49
path = "node_modules/rxjs/src" ,
50
50
)
51
+
52
+
53
+ # This commit matches the version of buildifier in angular/ngcontainer
54
+ # If you change this, also check if it matches the version in the angular/ngcontainer
55
+ # version in /.circleci/config.yml
56
+ BAZEL_BUILDTOOLS_VERSION = "fd9878fd5de921e0bbab3dcdcb932c2627812ee1"
0 commit comments