File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/schematics/angular/utility Expand file tree Collapse file tree 1 file changed +5
-5
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.15 ' ,
11
+ Angular : '~9.0.0-rc.0 ' ,
12
12
RxJs : '~6.5.3' ,
13
13
ZoneJs : '~0.10.2' ,
14
14
TypeScript : '~3.6.4' ,
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.19 ' ,
19
- DevkitBuildNgPackagr : '~0.900.0-next.19 ' ,
20
- DevkitBuildWebpack : '~0.900.0-next.19 ' ,
18
+ DevkitBuildAngular : '~0.900.0-rc.0 ' ,
19
+ DevkitBuildNgPackagr : '~0.900.0-rc.0 ' ,
20
+ DevkitBuildWebpack : '~0.900.0-rc.0 ' ,
21
21
22
- ngPackagr : '^9.0.0-rc.0 ' ,
22
+ ngPackagr : '^9.0.0-rc.1 ' ,
23
23
} ;
You can’t perform that action at this time.
0 commit comments