Skip to content

Commit 40ef898

Browse files
fix versions
1 parent 2f2e0a7 commit 40ef898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/devextreme-schematics/src/add-layout/index_spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 () => {

0 commit comments

Comments
 (0)