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 1
1
{
2
2
"name" : " @angular/devkit-repo" ,
3
- "version" : " 12.0.0-rc.3 " ,
3
+ "version" : " 12.0.0" ,
4
4
"private" : true ,
5
5
"description" : " Software Development Kit for Angular" ,
6
6
"bin" : {
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 : '~12.0.0-rc.3 ' ,
11
+ Angular : '~12.0.0' ,
12
12
RxJs : '~6.6.0' ,
13
13
ZoneJs : '~0.11.4' ,
14
14
TypeScript : '~4.2.3' ,
@@ -19,5 +19,5 @@ export const latestVersions = {
19
19
// non-experimental, they will always have the same version.
20
20
DevkitBuildAngular : '~' + require ( '../package.json' ) [ 'version' ] ,
21
21
22
- ngPackagr : '^12.0.0-next.8 ' ,
22
+ ngPackagr : '^12.0.0' ,
23
23
} ;
You can’t perform that action at this time.
0 commit comments