feat(@schematics/angular): update @types/node for version 9

Angular will only support TS 3.6+ on version 9, and older versions of `@types/node` are incompatible with it and will cause all builds to fail.

Related to https://github.com/angular/angular/pull/33250
This commit is contained in:
Filipe Silva 2019-10-18 20:17:39 +01:00 committed by vikerman
parent 0074abfbe8
commit 3fc4c91fff

View File

@ -23,6 +23,7 @@ export function updateDependencies(): Rule {
'ng-packagr': latestVersions.ngPackagr,
'web-animations-js': '^2.3.2',
'codelyzer': '^5.1.2',
'@types/node': '^12.11.1',
};
for (const [name, version] of Object.entries(dependenciesToUpdate)) {