File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/schematics/angular/utility Expand file tree Collapse file tree 1 file changed +4
-4
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 : '~9.0.0 ' ,
11+ Angular : '~9.0.1 ' ,
1212 RxJs : '~6.5.4' ,
1313 ZoneJs : '~0.10.2' ,
1414 TypeScript : '~3.7.5' ,
@@ -17,9 +17,9 @@ export const latestVersions = {
1717 // The versions below must be manually updated when making a new devkit release.
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 though, and should not be updated.
20- DevkitBuildAngular : '~0.900.1 ' ,
21- DevkitBuildNgPackagr : '~0.900.1 ' ,
22- DevkitBuildWebpack : '~0.900.1 ' ,
20+ DevkitBuildAngular : '~0.900.2 ' ,
21+ DevkitBuildNgPackagr : '~0.900.2 ' ,
22+ DevkitBuildWebpack : '~0.900.2 ' ,
2323
2424 ngPackagr : '^9.0.0' ,
2525} ;
You can’t perform that action at this time.
0 commit comments