Skip to content

Commit 1bd0bf9

Browse files
committed
chore: update to angular 6.0.0-beta.7
1 parent 877eb85 commit 1bd0bf9

File tree

3 files changed

+364
-1262
lines changed

3 files changed

+364
-1262
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ workspace(name = "angular_material_src")
44
git_repository(
55
name = "build_bazel_rules_nodejs",
66
remote = "https://github.com/bazelbuild/rules_nodejs.git",
7-
commit = "0.3.1",
7+
commit = "0.5.1",
88
)
99

1010
# NOTE: this rule installs nodejs, npm, and yarn, but does NOT install
@@ -26,7 +26,7 @@ sass_repositories()
2626
git_repository(
2727
name = "build_bazel_rules_typescript",
2828
remote = "https://github.com/bazelbuild/rules_typescript.git",
29-
tag = "0.10.0",
29+
tag = "0.11.1",
3030
)
3131

3232
# Setup TypeScript Bazel workspace

0 commit comments

Comments
 (0)