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:
Alex Eagle
2019-10-04 05:17:26 -07:00
committed by Alex Rickabaugh
parent 78ada980a6
commit cdfbda3d3b
9 changed files with 226 additions and 86 deletions

View File

@ -50,9 +50,9 @@ function addDevDependenciesToPackageJson(options: Schema) {
'@angular/bazel': angularCoreVersion,
'@bazel/bazel': '^0.28.1',
'@bazel/ibazel': '^0.10.2',
'@bazel/karma': '0.37.1',
'@bazel/protractor': '0.37.1',
'@bazel/typescript': '0.37.1',
'@bazel/karma': '0.38.1',
'@bazel/protractor': '0.38.1',
'@bazel/typescript': '0.38.1',
};
const recorder = host.beginUpdate(packageJson);