mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
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:
parent
0074abfbe8
commit
3fc4c91fff
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user