File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/schematics/angular/utility Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @angular/devkit-repo" ,
3- "version" : " 12.0.0-rc.3 " ,
3+ "version" : " 12.0.0" ,
44 "private" : true ,
55 "description" : " Software Development Kit for Angular" ,
66 "bin" : {
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 : '~12.0.0-rc.3 ' ,
11+ Angular : '~12.0.0' ,
1212 RxJs : '~6.6.0' ,
1313 ZoneJs : '~0.11.4' ,
1414 TypeScript : '~4.2.3' ,
@@ -19,5 +19,5 @@ export const latestVersions = {
1919 // non-experimental, they will always have the same version.
2020 DevkitBuildAngular : '~' + require ( '../package.json' ) [ 'version' ] ,
2121
22- ngPackagr : '^12.0.0-next.8 ' ,
22+ ngPackagr : '^12.0.0' ,
2323} ;
You can’t perform that action at this time.
0 commit comments