@@ -3,16 +3,16 @@ workspace(name = "angular_material")
33# Add nodejs rules
44http_archive (
55 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 " ,
99)
1010
1111# NOTE: this rule installs nodejs, npm, and yarn, but does NOT install
1212# your npm dependencies. You must still run the package manager.
1313load ("@build_bazel_rules_nodejs//:defs.bzl" , "check_bazel_version" , "node_repositories" )
1414
15- check_bazel_version ("0.9 .0" )
15+ check_bazel_version ("0.13 .0" )
1616node_repositories (package_json = ["//:package.json" ])
1717
1818# Add sass rules
@@ -28,9 +28,9 @@ sass_repositories()
2828# Add TypeScript rules
2929http_archive (
3030 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 " ,
3434)
3535
3636# Setup TypeScript Bazel workspace
@@ -48,3 +48,9 @@ local_repository(
4848 name = "rxjs" ,
4949 path = "node_modules/rxjs/src" ,
5050)
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