@zohodesk/react-cli 1.1.5 → 1.1.6-exp.1

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -44,6 +44,25 @@ Now to run app
44
44
 
45
45
  # Change Logs
46
46
 
47
+ # 1.1.6
48
+
49
+ **Issue Fix**
50
+
51
+ - local install react-cli spawnSync Error fix in npm 8
52
+ - babel version update issue fix (Cannot read properties of undefined (reading 'file')) and (BABEL_TRANSFORM_ERROR)
53
+
54
+ # 1.1.6-exp.1
55
+
56
+ **New Feature**
57
+
58
+ - Typescript support
59
+
60
+ # 1.1.5-exp.2
61
+
62
+ **Issue Fix**
63
+
64
+ - local install react-cli spawnSync Error fix in npm 8
65
+
47
66
  # 1.1.5
48
67
 
49
68
  **Issue Fix**
@@ -53,10 +72,17 @@ Now to run app
53
72
  # 1.1.4
54
73
 
55
74
  **Issue Fix**
75
+
56
76
  - global install react-cli spawnSync Error fix
57
77
  - `0px` variable value conversion issue fixed
58
78
  - pattern exclude for postcss plugins case fixed
59
79
 
80
+ # 1.1.3
81
+
82
+ **Issue Fix**
83
+
84
+ - local install react-cli spawnSync Error fix
85
+
60
86
  # 1.1.2
61
87
 
62
88
  **Issue Fix**
@@ -66,54 +92,63 @@ Now to run app
66
92
  # 1.1.1
67
93
 
68
94
  **Issue Fix**
95
+
69
96
  - docs component name incorrect in windows, when using --enableReactLive issue fixed.
70
97
 
71
- **Feature Update**
98
+ **Feature Update**
99
+
72
100
  - Support for desk-library to use Selector Replace plugin using individual script. To use `react-cli selectorReplacer [source] [target]`
73
101
 
74
102
  # 1.1.0
75
103
 
76
104
  **Feature Update**
105
+
77
106
  - Support for desk-library to use variable convertion plugin using individual script. To use `react-cli variableConverter [source] [target]`
78
107
  - pattern filter changes, new filter system instead of exclude to include or exclude files for plugins.
79
- For more info please refer to :
80
- [details](https://zgit.csez.zohocorpin.com/zohodesk/react-cli/-/blob/2.0.0/docs/patternFiltering.md)
108
+ For more info please refer to :
109
+ [details](https://zgit.csez.zohocorpin.com/zohodesk/react-cli/-/blob/2.0.0/docs/patternFiltering.md)
81
110
  - React Live feature implemented for Docs.
82
- [details](https://zgit.csez.zohocorpin.com/zohodesk/react-cli/-/blob/2.0.0/docs/ReactLive.md)
111
+ [details](https://zgit.csez.zohocorpin.com/zohodesk/react-cli/-/blob/2.0.0/docs/ReactLive.md)
83
112
 
84
113
  # 1.0.3-beta.1
85
114
 
86
115
  **Issue Fix**
87
- - nock api not working issue fixed. This error throwing in @zohodesk/react-cli@1.0.2 version. but working in older versions ( 0.0.1-beta.178 )
88
116
 
117
+ - nock api not working issue fixed. This error throwing in @zohodesk/react-cli@1.0.2 version. but working in older versions ( 0.0.1-beta.178 )
89
118
 
90
119
  # 1.0.3
91
120
 
92
121
  **Feature Update**
122
+
93
123
  - Support for global httpsCerts usage
94
124
  - Support for global client_packages_group usage
95
- - custom attribute for dynamically loading chunks, In this version we merged changes from [0.0.1-beta.167.1](#0.0.1-beta.167.1).
96
- **Package Update**
97
- - @zohodesk/client_packages_group@**1.0.1** ==> @zohodesk/client_packages_group@**1.0.2**
98
-
99
-
125
+ - custom attribute for dynamically loading chunks, In this version we merged changes from [0.0.1-beta.167.1](#0.0.1-beta.167.1).
126
+ **Package Update**
127
+ - @zohodesk/client_packages_group@**1.0.1** ==> @zohodesk/client_packages_group@**1.0.2**
100
128
 
101
129
  # 1.0.2
102
130
 
103
131
  **Feature Update**
132
+
104
133
  - Selector replace plugin made as a custom postcss-plugin with update to code that was unpublished in package.
105
134
 
106
135
  # 1.0.1
107
136
 
108
137
  **Issue Fix**
138
+
109
139
  - variable conversion for px and var(--) values in same declaration was not supported, now it is supported.
110
140
  - package-lock.json removed from `.npmignore`
111
141
 
112
142
  **Feature Update**
143
+
113
144
  - exclude added to Selector Plugin
145
+
114
146
  # 1.0.0
147
+
115
148
  ## Major Release
149
+
116
150
  **Changes:**
151
+
117
152
  - File support added for `.webp` for `docs`, `dev` and `prod` mode
118
153
  - File support added for `.webm` for `docs`, `dev` and `prod` mode
119
154
 
@@ -121,12 +156,11 @@ For more info please refer to :
121
156
 
122
157
  - We have remove ssl certificate for security reasons.
123
158
  So default https server won't run.
124
- In order to make it work as before you need to specify two things
159
+ In order to make it work as before you need to specify two things
125
160
  1. install `@zohodesk-private/client_dev_cert`
126
- 2. `react-cli.app.server.httpsCerts` option example `"httpsCerts": "@zohodesk-private/client_dev_cert"`
127
- unless configaration are proper this may break `start` , `docs` , `nowatchstart`. and mock wms `/wmsmockapi` won't work.
128
- So Please be carefull when you update this version or above without proper configaration.
129
-
161
+ 2. `react-cli.app.server.httpsCerts` option example `"httpsCerts": "@zohodesk-private/client_dev_cert"`
162
+ unless configaration are proper this may break `start` , `docs` , `nowatchstart`. and mock wms `/wmsmockapi` won't work.
163
+ So Please be carefull when you update this version or above without proper configaration.
130
164
 
131
165
  # 0.0.1-beta.178
132
166
 
@@ -139,11 +173,11 @@ For more info please refer to :
139
173
 
140
174
  - We have remove ssl certificate for security reasons.
141
175
  So default https server won't run.
142
- In order to make it work as before you need to specify two things
176
+ In order to make it work as before you need to specify two things
143
177
  1. install `@zohodesk-private/client_dev_cert`
144
- 2. `react-cli.app.server.httpsCerts` option example `"httpsCerts": "@zohodesk-private/client_dev_cert"`
145
- unless configaration are proper this may break `start` , `docs` , `nowatchstart`.
146
- So Please be carefull when you update this version or above without proper configaration.
178
+ 2. `react-cli.app.server.httpsCerts` option example `"httpsCerts": "@zohodesk-private/client_dev_cert"`
179
+ unless configaration are proper this may break `start` , `docs` , `nowatchstart`.
180
+ So Please be carefull when you update this version or above without proper configaration.
147
181
 
148
182
  # 0.0.1-exp.178.2
149
183
 
@@ -157,11 +191,11 @@ For more info please refer to :
157
191
 
158
192
  - We have remove ssl certificate for security reasons.
159
193
  So default https server won't run.
160
- In order to make it work as before you need to specify two things
194
+ In order to make it work as before you need to specify two things
161
195
  1. install `@zohodesk-private/client_dev_cert`
162
- 2. `react-cli.app.server.httpsCerts` option example `"httpsCerts": "@zohodesk-private/client_dev_cert"`
163
- unless configaration are proper this may break `start` , `docs` , `nowatchstart`.
164
- So Please be carefull when you update this version or above without proper configaration.
196
+ 2. `react-cli.app.server.httpsCerts` option example `"httpsCerts": "@zohodesk-private/client_dev_cert"`
197
+ unless configaration are proper this may break `start` , `docs` , `nowatchstart`.
198
+ So Please be carefull when you update this version or above without proper configaration.
165
199
 
166
200
  # 0.0.1-beta.177
167
201
 
@@ -319,8 +353,9 @@ Features:-
319
353
  - In docs we have added `Description` for Component Props- check out it in `PropTypes` tab
320
354
 
321
355
  # 0.0.1-beta.167.1
356
+
322
357
  In this version we merged changes from [0.0.1-betaa.138.1](#0.0.1-betaa.138.1).
323
- and with [0.0.1-beta.167](#0.0.1-beta.167) version changes.
358
+ and with [0.0.1-beta.167](#0.0.1-beta.167) version changes.
324
359
 
325
360
  # 0.0.1-beta.167
326
361
 
@@ -584,6 +619,7 @@ impact servise related changes:-
584
619
  - few enhancements
585
620
 
586
621
  # 0.0.1-betaa.138.1
622
+
587
623
  - new feature added for custom extra attribute for dynamically added tags by webpack.
588
624
  - To enable this feature you need to enable "react-cli" => "app" => "customAttributes" => "enable"
589
625
  - For more [details](https://zgit.csez.zohocorpin.com/zohodesk/react-cli/-/blob/9eea8df14e55584b2114b5e484ca8b751a4ba191/src/plugins/CustomAttributePlugin.md)
@@ -34,7 +34,8 @@ function moduleResolver(options) {
34
34
  const nodeModulesPath = required ? required.nodeModulesPath : _client_packages_group.nodeModulesPath;
35
35
  return {
36
36
  modules: [nodeModulesPath, _constants.cliNodeModulesPath, 'node_modules'].filter(Boolean),
37
- alias: disableES5Transpile ? _libAlias.libAlias : {} // alias: { ...libAlias, ...clientDependenies }
37
+ alias: disableES5Transpile ? _libAlias.libAlias : {},
38
+ extensions: ['.tsx', '.ts', '.js'] // alias: { ...libAlias, ...clientDependenies }
38
39
 
39
40
  };
40
41
  }
@@ -97,6 +97,10 @@ module.exports = {
97
97
 
98
98
  return false;
99
99
  }
100
+ }, {
101
+ test: /\.tsx?$/,
102
+ use: 'ts-loader',
103
+ exclude: /node_modules/
100
104
  }, seperateCssModules ? {
101
105
  test: /\.css$/,
102
106
  exclude: /\.module\.css$/,
@@ -148,6 +148,10 @@ module.exports = {
148
148
 
149
149
  return false;
150
150
  }
151
+ }, {
152
+ test: /\.tsx?$/,
153
+ use: 'ts-loader',
154
+ exclude: /node_modules/
151
155
  }, seperateCssModules ? {
152
156
  test: /\.css$/,
153
157
  exclude: /\.module\.css$/,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/react-cli",
3
- "version": "1.1.4",
3
+ "version": "1.1.6-exp.1",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -1763,6 +1763,14 @@
1763
1763
  "defer-to-connect": "^1.0.1"
1764
1764
  }
1765
1765
  },
1766
+ "@types/anymatch": {
1767
+ "version": "3.0.0",
1768
+ "resolved": "https://registry.npmjs.org/@types/anymatch/-/anymatch-3.0.0.tgz",
1769
+ "integrity": "sha512-qLChUo6yhpQ9k905NwL74GU7TxH+9UODwwQ6ICNI+O6EDMExqH/Cv9NsbmcZ7yC/rRXJ/AHCzfgjsFRY5fKjYw==",
1770
+ "requires": {
1771
+ "anymatch": "*"
1772
+ }
1773
+ },
1766
1774
  "@types/babel__core": {
1767
1775
  "version": "7.1.19",
1768
1776
  "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz",
@@ -1848,9 +1856,9 @@
1848
1856
  "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ=="
1849
1857
  },
1850
1858
  "@types/node": {
1851
- "version": "18.8.2",
1852
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.8.2.tgz",
1853
- "integrity": "sha512-cRMwIgdDN43GO4xMWAfJAecYn8wV4JbsOGHNfNUIDiuYkUYAR5ec4Rj7IO2SAhFPEfpPtLtUTbbny/TCT7aDwA=="
1859
+ "version": "12.0.4",
1860
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-12.0.4.tgz",
1861
+ "integrity": "sha512-j8YL2C0fXq7IONwl/Ud5Kt0PeXw22zGERt+HSSnwbKOJVsAGkEz3sFCYwaF9IOuoG1HOtE0vKCj6sXF7Q0+Vaw=="
1854
1862
  },
1855
1863
  "@types/normalize-package-data": {
1856
1864
  "version": "2.4.1",
@@ -1878,9 +1886,9 @@
1878
1886
  "integrity": "sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ=="
1879
1887
  },
1880
1888
  "@types/uglify-js": {
1881
- "version": "3.17.0",
1882
- "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.17.0.tgz",
1883
- "integrity": "sha512-3HO6rm0y+/cqvOyA8xcYLweF0TKXlAxmQASjbOi49Co51A1N4nR4bEwBgRoD9kNM+rqFGArjKr654SLp2CoGmQ==",
1889
+ "version": "3.17.1",
1890
+ "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.17.1.tgz",
1891
+ "integrity": "sha512-GkewRA4i5oXacU/n4MA9+bLgt5/L3F1mKrYvFGm7r2ouLXhRKjuWwo9XHNnbx6WF3vlGW21S3fCvgqxvxXXc5g==",
1884
1892
  "requires": {
1885
1893
  "source-map": "^0.6.1"
1886
1894
  },
@@ -1893,27 +1901,17 @@
1893
1901
  }
1894
1902
  },
1895
1903
  "@types/webpack": {
1896
- "version": "4.41.32",
1897
- "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.32.tgz",
1898
- "integrity": "sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg==",
1904
+ "version": "4.4.32",
1905
+ "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.4.32.tgz",
1906
+ "integrity": "sha512-mNARoaSJTzbiHxtZbf9NULFilu2frqD+g9Iyl9V2jPYJWXi+AC3Hz8lQWPZ5LLtgUm7iF4SDDMB/1bPrbRQgFw==",
1899
1907
  "requires": {
1908
+ "@types/anymatch": "*",
1900
1909
  "@types/node": "*",
1901
- "@types/tapable": "^1",
1910
+ "@types/tapable": "*",
1902
1911
  "@types/uglify-js": "*",
1903
- "@types/webpack-sources": "*",
1904
- "anymatch": "^3.0.0",
1905
1912
  "source-map": "^0.6.0"
1906
1913
  },
1907
1914
  "dependencies": {
1908
- "anymatch": {
1909
- "version": "3.1.2",
1910
- "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
1911
- "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
1912
- "requires": {
1913
- "normalize-path": "^3.0.0",
1914
- "picomatch": "^2.0.4"
1915
- }
1916
- },
1917
1915
  "source-map": {
1918
1916
  "version": "0.6.1",
1919
1917
  "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
@@ -6580,6 +6578,28 @@
6580
6578
  "util.promisify": "1.0.0"
6581
6579
  },
6582
6580
  "dependencies": {
6581
+ "@types/webpack": {
6582
+ "version": "4.41.33",
6583
+ "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.33.tgz",
6584
+ "integrity": "sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==",
6585
+ "requires": {
6586
+ "@types/node": "*",
6587
+ "@types/tapable": "^1",
6588
+ "@types/uglify-js": "*",
6589
+ "@types/webpack-sources": "*",
6590
+ "anymatch": "^3.0.0",
6591
+ "source-map": "^0.6.0"
6592
+ }
6593
+ },
6594
+ "anymatch": {
6595
+ "version": "3.1.3",
6596
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
6597
+ "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
6598
+ "requires": {
6599
+ "normalize-path": "^3.0.0",
6600
+ "picomatch": "^2.0.4"
6601
+ }
6602
+ },
6583
6603
  "json5": {
6584
6604
  "version": "1.0.1",
6585
6605
  "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
@@ -6597,6 +6617,11 @@
6597
6617
  "emojis-list": "^3.0.0",
6598
6618
  "json5": "^1.0.1"
6599
6619
  }
6620
+ },
6621
+ "source-map": {
6622
+ "version": "0.6.1",
6623
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
6624
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
6600
6625
  }
6601
6626
  }
6602
6627
  },
@@ -12982,6 +13007,122 @@
12982
13007
  "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz",
12983
13008
  "integrity": "sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc="
12984
13009
  },
13010
+ "ts-loader": {
13011
+ "version": "8.2.0",
13012
+ "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.2.0.tgz",
13013
+ "integrity": "sha512-ebXBFrNyMSmbWgjnb3WBloUBK+VSx1xckaXsMXxlZRDqce/OPdYBVN5efB0W3V0defq0Gcy4YuzvPGqRgjj85A==",
13014
+ "requires": {
13015
+ "chalk": "^4.1.0",
13016
+ "enhanced-resolve": "^4.0.0",
13017
+ "loader-utils": "^2.0.0",
13018
+ "micromatch": "^4.0.0",
13019
+ "semver": "^7.3.4"
13020
+ },
13021
+ "dependencies": {
13022
+ "ansi-styles": {
13023
+ "version": "4.3.0",
13024
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
13025
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
13026
+ "requires": {
13027
+ "color-convert": "^2.0.1"
13028
+ }
13029
+ },
13030
+ "braces": {
13031
+ "version": "3.0.2",
13032
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
13033
+ "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
13034
+ "requires": {
13035
+ "fill-range": "^7.0.1"
13036
+ }
13037
+ },
13038
+ "chalk": {
13039
+ "version": "4.1.2",
13040
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
13041
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
13042
+ "requires": {
13043
+ "ansi-styles": "^4.1.0",
13044
+ "supports-color": "^7.1.0"
13045
+ }
13046
+ },
13047
+ "color-convert": {
13048
+ "version": "2.0.1",
13049
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
13050
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
13051
+ "requires": {
13052
+ "color-name": "~1.1.4"
13053
+ }
13054
+ },
13055
+ "color-name": {
13056
+ "version": "1.1.4",
13057
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
13058
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
13059
+ },
13060
+ "fill-range": {
13061
+ "version": "7.0.1",
13062
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
13063
+ "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
13064
+ "requires": {
13065
+ "to-regex-range": "^5.0.1"
13066
+ }
13067
+ },
13068
+ "has-flag": {
13069
+ "version": "4.0.0",
13070
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
13071
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
13072
+ },
13073
+ "is-number": {
13074
+ "version": "7.0.0",
13075
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
13076
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
13077
+ },
13078
+ "lru-cache": {
13079
+ "version": "6.0.0",
13080
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
13081
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
13082
+ "requires": {
13083
+ "yallist": "^4.0.0"
13084
+ }
13085
+ },
13086
+ "micromatch": {
13087
+ "version": "4.0.5",
13088
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
13089
+ "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
13090
+ "requires": {
13091
+ "braces": "^3.0.2",
13092
+ "picomatch": "^2.3.1"
13093
+ }
13094
+ },
13095
+ "semver": {
13096
+ "version": "7.5.3",
13097
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
13098
+ "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
13099
+ "requires": {
13100
+ "lru-cache": "^6.0.0"
13101
+ }
13102
+ },
13103
+ "supports-color": {
13104
+ "version": "7.2.0",
13105
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
13106
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
13107
+ "requires": {
13108
+ "has-flag": "^4.0.0"
13109
+ }
13110
+ },
13111
+ "to-regex-range": {
13112
+ "version": "5.0.1",
13113
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
13114
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
13115
+ "requires": {
13116
+ "is-number": "^7.0.0"
13117
+ }
13118
+ },
13119
+ "yallist": {
13120
+ "version": "4.0.0",
13121
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
13122
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
13123
+ }
13124
+ }
13125
+ },
12985
13126
  "tslib": {
12986
13127
  "version": "2.4.0",
12987
13128
  "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
@@ -13045,6 +13186,11 @@
13045
13186
  "is-typedarray": "^1.0.0"
13046
13187
  }
13047
13188
  },
13189
+ "typescript": {
13190
+ "version": "5.0.4",
13191
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz",
13192
+ "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw=="
13193
+ },
13048
13194
  "uglify-js": {
13049
13195
  "version": "3.17.3",
13050
13196
  "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.3.tgz",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/react-cli",
3
- "version": "1.1.5",
3
+ "version": "1.1.6-exp.1",
4
4
  "description": "A CLI tool for build modern web application and libraries",
5
5
  "scripts": {
6
6
  "init": "node ./lib/utils/init.js",
@@ -104,7 +104,11 @@
104
104
  "webpack-dev-middleware": "3.7.2",
105
105
  "ws": "7.3.1",
106
106
  "xhr2": "0.2.0",
107
- "xmlhttprequest": "1.8.0"
107
+ "xmlhttprequest": "1.8.0",
108
+ "ts-loader": "8.2.0",
109
+ "typescript": "5.0.4",
110
+ "@types/node": "12.0.4",
111
+ "@types/webpack": "4.4.32"
108
112
  },
109
113
  "babel": {
110
114
  "presets": [