File tree 1 file changed +4
-4
lines changed
packages/schematics/angular/utility 1 file changed +4
-4
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.3 ' ,
11
+ Angular : '~9.0.5 ' ,
12
12
RxJs : '~6.5.4' ,
13
13
ZoneJs : '~0.10.2' ,
14
14
TypeScript : '~3.7.5' ,
@@ -17,9 +17,9 @@ export const latestVersions = {
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 though, and should not be updated.
20
- DevkitBuildAngular : '~0.900.4 ' ,
21
- DevkitBuildNgPackagr : '~0.900.4 ' ,
22
- DevkitBuildWebpack : '~0.900.4 ' ,
20
+ DevkitBuildAngular : '~0.900.5 ' ,
21
+ DevkitBuildNgPackagr : '~0.900.5 ' ,
22
+ DevkitBuildWebpack : '~0.900.5 ' ,
23
23
24
24
ngPackagr : '^9.0.0' ,
25
25
} ;
You can’t perform that action at this time.
0 commit comments