Skip to content

Commit

Permalink
feat(@schematics/angular): update @types/node for version 9
Browse files Browse the repository at this point in the history
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 angular/angular#33250
  • Loading branch information
filipesilva authored and vikerman committed Oct 21, 2019
1 parent 0074abf commit 3fc4c91
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 3fc4c91

Please sign in to comment.