File tree 2 files changed +4
-4
lines changed
packages/schematics/angular/utility
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular/devkit-repo" ,
3
- "version" : " 11.2.16 " ,
3
+ "version" : " 11.2.17 " ,
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 @@ -18,9 +18,9 @@ export const latestVersions = {
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 until there's a new git tag, and
20
20
// should not be updated.
21
- DevkitBuildAngular : '~0.1102.13 ' ,
22
- DevkitBuildNgPackagr : '~0.1102.13 ' ,
23
- DevkitBuildWebpack : '~0.1102.13 ' ,
21
+ DevkitBuildAngular : '~0.1102.17 ' ,
22
+ DevkitBuildNgPackagr : '~0.1102.17 ' ,
23
+ DevkitBuildWebpack : '~0.1102.17 ' ,
24
24
25
25
ngPackagr : '^11.0.0' ,
26
26
} ;
You can’t perform that action at this time.
0 commit comments