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';
12
12
export function updateDependencies ( ) {
13
13
return ( host : Tree ) => {
14
14
const dependenciesToUpdate : Record < string , string > = {
15
+ '@angular/pwa' : latestVersions . AngularPWA ,
15
16
'@angular-devkit/build-angular' : latestVersions . DevkitBuildAngular ,
16
17
'@angular-devkit/build-ng-packagr' : latestVersions . DevkitBuildNgPackagr ,
17
18
'@angular-devkit/build-webpack' : latestVersions . DevkitBuildWebpack ,
Original file line number Diff line number Diff line change @@ -13,10 +13,12 @@ export const latestVersions = {
13
13
ZoneJs : '~0.9.1' ,
14
14
TypeScript : '~3.4.3' ,
15
15
TsLib : '^1.9.0' ,
16
+
16
17
// The versions below must be manually updated when making a new devkit release.
17
18
DevkitBuildAngular : '~0.801.0' ,
18
19
DevkitBuildNgPackagr : '~0.801.0' ,
19
20
DevkitBuildWebpack : '~0.801.0' ,
21
+ AngularPWA : '~0.801.0' ,
20
22
21
23
tsickle : '^0.35.0' ,
22
24
ngPackagr : '^5.1.0' ,
You can’t perform that action at this time.
0 commit comments