@zohodesk/react-cli 1.1.18-exp.1 → 1.1.18-exp.3
Sign up to get free protection for your applications and to get access to all the features.
package/README.md
CHANGED
@@ -8,7 +8,7 @@ exports.default = getReactPreset;
|
|
8
8
|
function getReactPresetOptions() {
|
9
9
|
return {
|
10
10
|
runtime: 'classic',
|
11
|
-
// change it to 'automatic', when react version updated to 18
|
11
|
+
// change it to 'automatic', when react version updated to 18.
|
12
12
|
useSpread: true
|
13
13
|
};
|
14
14
|
}
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@zohodesk/react-cli",
|
3
|
-
"version": "1.1.18-exp.
|
3
|
+
"version": "1.1.18-exp.3",
|
4
4
|
"lockfileVersion": 2,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@zohodesk/react-cli",
|
9
|
-
"version": "1.1.18-exp.
|
9
|
+
"version": "1.1.18-exp.3",
|
10
10
|
"license": "ISC",
|
11
11
|
"dependencies": {
|
12
12
|
"@babel/cli": "7.10.5",
|