File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/devextreme-schematics/src/add-layout Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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 : '^16.2.0 '
34+ globalNgCliVersion : '24.2-next '
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 ( '~16.2.0 ' ) ;
184+ expect ( packageConfig . dependencies [ '@angular/cdk' ] ) . toBe ( '24.2-next ' ) ;
185185 } ) ;
186186
187187 it ( 'should update budgets if updateBudgets option is true' , async ( ) => {
You can’t perform that action at this time.
0 commit comments