File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
packages/schematics/angular Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import { latestVersions } from '../../utility/latest-versions';
1212export function updateDependencies ( ) {
1313 return ( host : Tree ) => {
1414 const dependenciesToUpdate : Record < string , string > = {
15+ '@angular/pwa' : latestVersions . AngularPWA ,
1516 '@angular-devkit/build-angular' : latestVersions . DevkitBuildAngular ,
1617 '@angular-devkit/build-ng-packagr' : latestVersions . DevkitBuildNgPackagr ,
1718 '@angular-devkit/build-webpack' : latestVersions . DevkitBuildWebpack ,
Original file line number Diff line number Diff line change @@ -13,10 +13,12 @@ export const latestVersions = {
1313 ZoneJs : '~0.9.1' ,
1414 TypeScript : '~3.4.3' ,
1515 TsLib : '^1.9.0' ,
16+
1617 // The versions below must be manually updated when making a new devkit release.
1718 DevkitBuildAngular : '~0.801.0' ,
1819 DevkitBuildNgPackagr : '~0.801.0' ,
1920 DevkitBuildWebpack : '~0.801.0' ,
21+ AngularPWA : '~0.801.0' ,
2022
2123 tsickle : '^0.35.0' ,
2224 ngPackagr : '^5.1.0' ,
You can’t perform that action at this time.
0 commit comments