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 88
99export const latestVersions = {
1010 // These versions should be kept up to date with latest Angular peer dependencies.
11- Angular : '~10.1 .0-next.8 ' ,
11+ Angular : '~11.0 .0-next.0 ' ,
1212 RxJs : '~6.6.0' ,
1313 ZoneJs : '~0.10.2' ,
1414 TypeScript : '~4.0.2' ,
@@ -18,9 +18,9 @@ export const latestVersions = {
1818 // For our e2e tests, these versions must match the latest tag present on the branch.
1919 // During RC periods they will not match the latest RC until there's a new git tag, and
2020 // should not be updated.
21- DevkitBuildAngular : '~0.1001 .0-next.7 ' ,
22- DevkitBuildNgPackagr : '~0.1001 .0-next.7 ' ,
23- DevkitBuildWebpack : '~0.1001 .0-next.7 ' ,
21+ DevkitBuildAngular : '~0.1100 .0-next.0 ' ,
22+ DevkitBuildNgPackagr : '~0.1100 .0-next.0 ' ,
23+ DevkitBuildWebpack : '~0.1100 .0-next.0 ' ,
2424
25- ngPackagr : '^10.0 .0' ,
25+ ngPackagr : '^10.1 .0' ,
2626} ;
You can’t perform that action at this time.
0 commit comments