devextreme-cli 1.2.22 → 1.2.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devextreme-cli",
3
- "version": "1.2.22",
3
+ "version": "1.2.23",
4
4
  "description": "DevExtreme CLI",
5
5
  "keywords": [
6
6
  "devexpress",
@@ -69,5 +69,5 @@
69
69
  "tree-kill-promise": "^1.0.3",
70
70
  "typescript": "^4.0.2"
71
71
  },
72
- "gitHead": "246b01d1d70a6e0df684e8250f49e896aafd1447"
72
+ "gitHead": "777e8d2b209c52381f604bb395a5289c8cded7da"
73
73
  }
@@ -13,7 +13,7 @@ export default function Profile() {
13
13
  Prefix: 'Mrs.',
14
14
  Position: 'Controller',
15
15
  Picture: 'images/employees/06.png',
16
- BirthDate: new Date('1974/11/15'),
16
+ BirthDate: new Date('1974/11/5'),
17
17
  HireDate: new Date('2005/05/11'),
18
18
  Notes: notes,
19
19
  Address: '4600 N Virginia Rd.'
@@ -38,7 +38,7 @@ export default {
38
38
  Prefix: "Mrs.",
39
39
  Position: "Controller",
40
40
  Picture: picture,
41
- BirthDate: new Date("1974/11/15"),
41
+ BirthDate: new Date("1974/11/5"),
42
42
  HireDate: new Date("2005/05/11"),
43
43
  Notes:
44
44
 
@@ -38,7 +38,7 @@ export default {
38
38
  Prefix: "Mrs.",
39
39
  Position: "Controller",
40
40
  Picture: picture,
41
- BirthDate: new Date("1974/11/15"),
41
+ BirthDate: new Date("1974/11/5"),
42
42
  HireDate: new Date("2005/05/11"),
43
43
  Notes:
44
44
  "Sandra is a CPA and has been our controller since 2008. " +
@@ -1,8 +1,8 @@
1
1
  const packageJson = require('../../package.json');
2
2
  module.exports = {
3
- 'devextreme': '^21.2.3',
4
- 'devextreme-react': '^21.2.3',
5
- 'devextreme-vue': '^21.2.3',
3
+ 'devextreme': '^21.2.4',
4
+ 'devextreme-react': '^21.2.4',
5
+ 'devextreme-vue': '^21.2.4',
6
6
  'devextreme-cli': packageJson.version,
7
7
  'devextreme-schematics': 'latest'
8
8
  };