File tree 1 file changed +6
-6
lines changed
packages/schematics/angular/utility
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 : '~10.0.0-rc.2 ' ,
11
+ Angular : '~10.0.0-rc.0 ' ,
12
12
RxJs : '~6.5.4' ,
13
13
ZoneJs : '~0.10.2' ,
14
- TypeScript : '~3.9.3 ' ,
14
+ TypeScript : '~3.9.2 ' ,
15
15
TsLib : '^2.0.0' ,
16
16
17
17
// The versions below must be manually updated when making a new devkit release.
18
18
// For our e2e tests, these versions must match the latest tag present on the branch.
19
19
// During RC periods they will not match the latest RC until there's a new git tag, and
20
20
// should not be updated.
21
- DevkitBuildAngular : '~0.1000.0-rc.1 ' ,
22
- DevkitBuildNgPackagr : '~0.1000.0-rc.1 ' ,
23
- DevkitBuildWebpack : '~0.1000.0-rc.1 ' ,
21
+ DevkitBuildAngular : '~0.1000.0-rc.0 ' ,
22
+ DevkitBuildNgPackagr : '~0.1000.0-rc.0 ' ,
23
+ DevkitBuildWebpack : '~0.1000.0-rc.0 ' ,
24
24
25
- ngPackagr : '^10.0.0-rc.0 ' ,
25
+ ngPackagr : '^10.0.0-next.2 ' ,
26
26
} ;
You can’t perform that action at this time.
0 commit comments