File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/devextreme-schematics/src Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4343 },
4444 "globalNgCliVersion" : {
4545 "type" :" string" ,
46- "default" : " 24.2-next "
46+ "default" : " 24.2.1-alpha-24256-1935 "
4747 },
4848 "empty" : {
4949 "type" : " boolean" ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ describe('layout', () => {
3131 const options : any = {
3232 layout : 'side-nav-outer-toolbar' ,
3333 resolveConflicts : 'override' ,
34- globalNgCliVersion : '24.2-next '
34+ globalNgCliVersion : '24.2.1-alpha-24256-1935 '
3535 } ;
3636
3737 const angularSchematicsCollection = require . resolve ( '../../node_modules/@schematics/angular/collection.json' ) ;
@@ -181,7 +181,7 @@ describe('layout', () => {
181181 const tree = await runner . runSchematic ( 'add-layout' , options , appTree ) ;
182182 const packageConfig = JSON . parse ( tree . readContent ( 'package.json' ) ) ;
183183
184- expect ( packageConfig . dependencies [ '@angular/cdk' ] ) . toBe ( '24.2-next ' ) ;
184+ expect ( packageConfig . dependencies [ '@angular/cdk' ] ) . toBe ( '24.2.1-alpha-24256-1935 ' ) ;
185185 } ) ;
186186
187187 it ( 'should update budgets if updateBudgets option is true' , async ( ) => {
Original file line number Diff line number Diff line change 4949 },
5050 "globalNgCliVersion" : {
5151 "type" :" string" ,
52- "default" : " 24.2-next "
52+ "default" : " 24.2.1-alpha-24256-1935 "
5353 }
5454 }
5555}
You can’t perform that action at this time.
0 commit comments