Skip to content

Commit f1eb6ff

Browse files
fix angular version
1 parent 2c01b36 commit f1eb6ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/devextreme-schematics/src/add-app-template/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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",

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: '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 () => {

packages/devextreme-schematics/src/add-layout/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"globalNgCliVersion": {
5151
"type":"string",
52-
"default": "24.2-next"
52+
"default": "24.2.1-alpha-24256-1935"
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)