File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/schematics/angular/utility Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
export const latestVersions = {
10
10
// These versions should be kept up to date with latest Angular peer dependencies.
11
- Angular : '~9.0.0-next.5 ' ,
11
+ Angular : '~9.0.0-next.7 ' ,
12
12
RxJs : '~6.4.0' ,
13
- ZoneJs : '~0.10.1 ' ,
13
+ ZoneJs : '~0.10.2 ' ,
14
14
TypeScript : '~3.5.3' ,
15
15
TsLib : '^1.10.0' ,
16
16
17
17
// The versions below must be manually updated when making a new devkit release.
18
- DevkitBuildAngular : '~0.900.0-next.4 ' ,
19
- DevkitBuildNgPackagr : '~0.900.0-next.4 ' ,
20
- DevkitBuildWebpack : '~0.900.0-next.4 ' ,
21
- AngularPWA : '~0.900.0-next.4 ' ,
18
+ DevkitBuildAngular : '~0.900.0-next.5 ' ,
19
+ DevkitBuildNgPackagr : '~0.900.0-next.5 ' ,
20
+ DevkitBuildWebpack : '~0.900.0-next.5 ' ,
21
+ AngularPWA : '~0.900.0-next.5 ' ,
22
22
23
23
ngPackagr : '^5.5.1' ,
24
24
} ;
You can’t perform that action at this time.
0 commit comments