build: add missing http-server dep to bazel example (#32889)
Also update rules_nodejs 0.38.0->0.38.1 PR Close #32889
This commit is contained in:
committed by
Alex Rickabaugh
parent
78ada980a6
commit
cdfbda3d3b
+4
-4
@@ -39,10 +39,10 @@
|
||||
"@angular-devkit/core": "^8.0.0-beta.15",
|
||||
"@angular-devkit/schematics": "^8.0.0-beta.15",
|
||||
"@angular/bazel": "file:./tools/npm/@angular_bazel",
|
||||
"@bazel/jasmine": "0.38.0",
|
||||
"@bazel/karma": "0.38.0",
|
||||
"@bazel/protractor": "0.38.0",
|
||||
"@bazel/typescript": "0.38.0",
|
||||
"@bazel/jasmine": "0.38.1",
|
||||
"@bazel/karma": "0.38.1",
|
||||
"@bazel/protractor": "0.38.1",
|
||||
"@bazel/typescript": "0.38.1",
|
||||
"@microsoft/api-extractor": "^7.3.9",
|
||||
"@schematics/angular": "^8.0.0-beta.15",
|
||||
"@types/angular": "^1.6.47",
|
||||
|
||||
Reference in New Issue
Block a user