neo-cmp-cli 1.12.1 → 1.12.2
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 +1 -1
- package/template/antd-custom-cmp-template/package.json +2 -2
- package/template/echarts-custom-cmp-template/package.json +2 -2
- package/template/empty-custom-cmp-template/package.json +3 -3
- package/template/neo-bi-cmps/package.json +3 -3
- package/template/neo-custom-cmp-template/package.json +3 -3
- package/template/neo-h5-cmps/package.json +3 -3
- package/template/neo-order-cmps/package.json +3 -3
- package/template/react-custom-cmp-template/package.json +2 -2
- package/template/react-ts-custom-cmp-template/package.json +2 -2
- package/template/vue2-custom-cmp-template/package.json +2 -2
package/package.json
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"url": "https://github.com/wibetter/antd-custom-cmp-template/issues"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"neo-register": "^1.
|
|
41
|
+
"neo-register": "^1.2.0",
|
|
42
42
|
"antd": "4.9.4",
|
|
43
43
|
"react": "^16.9.0",
|
|
44
44
|
"react-dom": "^16.9.0"
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@commitlint/config-conventional": "^18.0.0",
|
|
49
49
|
"@types/react": "^16.9.11",
|
|
50
50
|
"@types/react-dom": "^16.9.15",
|
|
51
|
-
"neo-cmp-cli": "^1.12.
|
|
51
|
+
"neo-cmp-cli": "^1.12.2",
|
|
52
52
|
"husky": "^4.2.5",
|
|
53
53
|
"lint-staged": "^10.2.9",
|
|
54
54
|
"prettier": "^2.0.5"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"url": "https://github.com/wibetter/echarts-custom-cmp-template/issues"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"neo-register": "^1.
|
|
41
|
+
"neo-register": "^1.2.0",
|
|
42
42
|
"react": "^16.9.0",
|
|
43
43
|
"react-dom": "^16.9.0",
|
|
44
44
|
"echarts": "^5.5.1"
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@commitlint/config-conventional": "^18.0.0",
|
|
49
49
|
"@types/react": "^16.9.11",
|
|
50
50
|
"@types/react-dom": "^16.9.15",
|
|
51
|
-
"neo-cmp-cli": "^1.12.
|
|
51
|
+
"neo-cmp-cli": "^1.12.2",
|
|
52
52
|
"husky": "^4.2.5",
|
|
53
53
|
"lint-staged": "^10.2.9",
|
|
54
54
|
"prettier": "^2.0.5",
|
|
@@ -30,18 +30,18 @@
|
|
|
30
30
|
]
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"neo-register": "^1.
|
|
33
|
+
"neo-register": "^1.2.0",
|
|
34
34
|
"react": "^16.9.0",
|
|
35
35
|
"react-dom": "^16.9.0",
|
|
36
36
|
"antd": "4.9.4",
|
|
37
|
-
"neo-open-api": "^1.1
|
|
37
|
+
"neo-open-api": "^1.2.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@commitlint/cli": "^18.0.0",
|
|
41
41
|
"@commitlint/config-conventional": "^18.0.0",
|
|
42
42
|
"@types/react": "^16.9.11",
|
|
43
43
|
"@types/react-dom": "^16.9.15",
|
|
44
|
-
"neo-cmp-cli": "^1.
|
|
44
|
+
"neo-cmp-cli": "^1.12.2",
|
|
45
45
|
"husky": "^4.2.5",
|
|
46
46
|
"lint-staged": "^10.2.9",
|
|
47
47
|
"prettier": "^2.0.5"
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
]
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"neo-register": "^1.
|
|
36
|
+
"neo-register": "^1.2.0",
|
|
37
37
|
"react": "^16.9.0",
|
|
38
38
|
"react-dom": "^16.9.0",
|
|
39
39
|
"axios": "^1.7.0",
|
|
40
40
|
"antd": "^4.9.4",
|
|
41
41
|
"lodash": "^4.17.23",
|
|
42
|
-
"neo-open-api": "^1.1
|
|
42
|
+
"neo-open-api": "^1.2.1",
|
|
43
43
|
"@wibetter/json-editor": "^6.0.5",
|
|
44
44
|
"tslib": "2.3.0"
|
|
45
45
|
},
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@types/react": "^16.9.11",
|
|
51
51
|
"@types/react-dom": "^16.9.15",
|
|
52
52
|
"@types/axios": "^0.14.0",
|
|
53
|
-
"neo-cmp-cli": "^1.12.
|
|
53
|
+
"neo-cmp-cli": "^1.12.2",
|
|
54
54
|
"husky": "^4.2.5",
|
|
55
55
|
"lint-staged": "^10.2.9",
|
|
56
56
|
"prettier": "^2.0.5"
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"url": "https://github.com/wibetter/neo-custom-cmp-template/issues"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"neo-register": "^1.
|
|
44
|
+
"neo-register": "^1.2.0",
|
|
45
45
|
"react": "^16.9.0",
|
|
46
46
|
"react-dom": "^16.9.0",
|
|
47
47
|
"axios": "^1.7.0",
|
|
48
48
|
"antd": "^4.9.4",
|
|
49
49
|
"lodash": "^4.17.23",
|
|
50
|
-
"neo-open-api": "^1.1
|
|
50
|
+
"neo-open-api": "^1.2.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@commitlint/cli": "^18.0.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@types/react": "^16.9.11",
|
|
56
56
|
"@types/react-dom": "^16.9.15",
|
|
57
57
|
"@types/axios": "^0.14.0",
|
|
58
|
-
"neo-cmp-cli": "^1.12.
|
|
58
|
+
"neo-cmp-cli": "^1.12.2",
|
|
59
59
|
"husky": "^4.2.5",
|
|
60
60
|
"lint-staged": "^10.2.9",
|
|
61
61
|
"prettier": "^2.0.5"
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
]
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"neo-register": "^1.
|
|
35
|
+
"neo-register": "^1.2.0",
|
|
36
36
|
"react": "^16.9.0",
|
|
37
37
|
"react-dom": "^16.9.0",
|
|
38
38
|
"axios": "^1.7.0",
|
|
39
39
|
"antd": "^4.9.4",
|
|
40
40
|
"lodash": "^4.17.23",
|
|
41
|
-
"neo-open-api": "^1.1
|
|
41
|
+
"neo-open-api": "^1.2.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@commitlint/cli": "^18.0.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@types/react": "^16.9.11",
|
|
47
47
|
"@types/react-dom": "^16.9.15",
|
|
48
48
|
"@types/axios": "^0.14.0",
|
|
49
|
-
"neo-cmp-cli": "^1.12.
|
|
49
|
+
"neo-cmp-cli": "^1.12.2",
|
|
50
50
|
"husky": "^4.2.5",
|
|
51
51
|
"lint-staged": "^10.2.9",
|
|
52
52
|
"prettier": "^2.0.5"
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
]
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"neo-register": "^1.
|
|
36
|
+
"neo-register": "^1.2.0",
|
|
37
37
|
"react": "^16.9.0",
|
|
38
38
|
"react-dom": "^16.9.0",
|
|
39
39
|
"axios": "^1.7.0",
|
|
40
40
|
"antd": "^4.9.4",
|
|
41
41
|
"lodash": "^4.17.23",
|
|
42
|
-
"neo-open-api": "^1.1
|
|
42
|
+
"neo-open-api": "^1.2.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@commitlint/cli": "^18.0.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@types/react": "^16.9.11",
|
|
48
48
|
"@types/react-dom": "^16.9.15",
|
|
49
49
|
"@types/axios": "^0.14.0",
|
|
50
|
-
"neo-cmp-cli": "^1.12.
|
|
50
|
+
"neo-cmp-cli": "^1.12.2",
|
|
51
51
|
"husky": "^4.2.5",
|
|
52
52
|
"lint-staged": "^10.2.9",
|
|
53
53
|
"prettier": "^2.0.5"
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"url": "https://github.com/wibetter/react-custom-cmp-template/issues"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"neo-register": "^1.
|
|
41
|
+
"neo-register": "^1.2.0",
|
|
42
42
|
"react": "^16.9.0",
|
|
43
43
|
"react-dom": "^16.9.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@commitlint/cli": "^18.0.0",
|
|
47
47
|
"@commitlint/config-conventional": "^18.0.0",
|
|
48
|
-
"neo-cmp-cli": "^1.12.
|
|
48
|
+
"neo-cmp-cli": "^1.12.2",
|
|
49
49
|
"husky": "^4.2.5",
|
|
50
50
|
"lint-staged": "^10.2.9",
|
|
51
51
|
"prettier": "^2.0.5"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"url": "https://github.com/wibetter/react-ts-custom-cmp-template/issues"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"neo-register": "^1.
|
|
41
|
+
"neo-register": "^1.2.0",
|
|
42
42
|
"react": "^16.9.0",
|
|
43
43
|
"react-dom": "^16.9.0"
|
|
44
44
|
},
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@commitlint/config-conventional": "^18.0.0",
|
|
48
48
|
"@types/react": "^16.9.11",
|
|
49
49
|
"@types/react-dom": "^16.9.15",
|
|
50
|
-
"neo-cmp-cli": "^1.12.
|
|
50
|
+
"neo-cmp-cli": "^1.12.2",
|
|
51
51
|
"husky": "^4.2.5",
|
|
52
52
|
"lint-staged": "^10.2.9",
|
|
53
53
|
"prettier": "^2.0.5"
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"url": "https://github.com/wibetter/vue2-custom-cmp-template/issues"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"neo-register": "^1.
|
|
41
|
+
"neo-register": "^1.2.0",
|
|
42
42
|
"vue": "^2.6.14",
|
|
43
43
|
"element-ui": "^2.15.12"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@commitlint/cli": "^18.0.0",
|
|
47
47
|
"@commitlint/config-conventional": "^18.0.0",
|
|
48
|
-
"neo-cmp-cli": "^1.12.
|
|
48
|
+
"neo-cmp-cli": "^1.12.2",
|
|
49
49
|
"husky": "^4.2.5",
|
|
50
50
|
"lint-staged": "^10.2.9",
|
|
51
51
|
"prettier": "^2.0.5",
|