We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca2f2a commit 06b6295Copy full SHA for 06b6295
packages/devextreme-schematics/src/add-layout/index_spec.ts
@@ -174,7 +174,7 @@ describe('layout', () => {
174
const tree = await runner.runSchematic('add-layout', options, appTree);
175
const packageConfig = JSON.parse(tree.readContent('package.json'));
176
177
- expect(packageConfig.dependencies['@angular/cdk']).toBe('~17.2.0');
+ expect(packageConfig.dependencies['@angular/cdk']).toBe('^17.2.0');
178
});
179
180
it('should update budgets if updateBudgets option is true', async () => {
0 commit comments