Skip to content

Commit bc1469b

Browse files
Update dx version to 24.2.3 (#906)
1 parent 88ec08c commit bc1469b

File tree

108 files changed

+10
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+10
-45
lines changed

.github/workflows/applications.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
id: setup-chrome
4949
- run: ${{ steps.setup-chrome.outputs.chrome-path }} --version
5050

51+
- name: Set Legacy-peer-deps=true
52+
run: npm config set legacy-peer-deps true
53+
5154
- name: Create ${{ matrix.APPROACH }} application
5255
run: npm run create-template -- -- -e ${{ matrix.APPROACH }} ${{ env.TOOLING_VERSION_PARAM }}
5356
timeout-minutes: 30
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
const packageJson = require('../../package.json');
22
module.exports = {
3-
'devextreme': '24.2.2-beta',
4-
'devextreme-react': '24.2.2-beta',
5-
'devextreme-vue': '24.2.2-beta',
3+
'devextreme': '24.2.3',
4+
'devextreme-react': '24.2.3',
5+
'devextreme-vue': '24.2.3',
66
'devextreme-cli': packageJson.version,
77
'devextreme-schematics': 'latest'
88
};
35 Bytes
9 Bytes
102 Bytes
-2 Bytes
74 Bytes
-9 Bytes
18 Bytes
0 Bytes

0 commit comments

Comments
 (0)