Skip to content

Commit 7c497ca

Browse files
fix version for @angular/cdk
+ fix test
1 parent a124301 commit 7c497ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ describe('layout', () => {
174174
const tree = await runner.runSchematic('add-layout', options, appTree);
175175
const packageConfig = JSON.parse(tree.readContent('package.json'));
176176

177-
expect(packageConfig.dependencies['@angular/cdk']).toBe('^17.1.0');
177+
expect(packageConfig.dependencies['@angular/cdk']).toBe('^17.0.0');
178178
});
179179

180180
it('should update budgets if updateBudgets option is true', async () => {

0 commit comments

Comments
 (0)