Skip to content

Commit 407eb09

Browse files
committed
update versions of things
1 parent 3c9c799 commit 407eb09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
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 = "bfb7e53708d5e7ffc344a1cc698d53d1307abe9b",
7+
commit = "0.2.1",
88
)
99

1010
# NOTE: this rule installs nodejs, npm, and yarn, but does NOT install

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@angular/router": "^5.0.0",
4949
"@angular/upgrade": "^5.0.1",
5050
"@bazel/ibazel": "0.0.1",
51-
"@bazel/typescript": "0.2.x",
51+
"@bazel/typescript": "0.3.2",
5252
"@google-cloud/storage": "^1.1.1",
5353
"@types/chalk": "^0.4.31",
5454
"@types/fs-extra": "^4.0.3",
@@ -123,7 +123,7 @@
123123
"tsconfig-paths": "^2.3.0",
124124
"tslint": "^5.8.0",
125125
"tsutils": "^2.6.0",
126-
"typescript": "~2.4.2",
126+
"typescript": "~2.5.3",
127127
"uglify-js": "^2.8.14",
128128
"web-animations-js": "^2.2.5"
129129
}

0 commit comments

Comments
 (0)