Skip to content

Commit 3fc4c91

Browse files
filipesilvavikerman
authored andcommitted
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 angular/angular#33250
1 parent 0074abf commit 3fc4c91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/schematics/angular/migrations/update-9/update-dependencies.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export function updateDependencies(): Rule {
2323
'ng-packagr': latestVersions.ngPackagr,
2424
'web-animations-js': '^2.3.2',
2525
'codelyzer': '^5.1.2',
26+
'@types/node': '^12.11.1',
2627
};
2728

2829
for (const [name, version] of Object.entries(dependenciesToUpdate)) {

0 commit comments

Comments
 (0)