neo-cmp-cli 1.12.0 → 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 +4 -4
- package/template/develop/neo-custom-cmp-template/package.json +4 -4
- package/template/echarts-custom-cmp-template/package.json +4 -4
- package/template/empty-custom-cmp-template/package.json +5 -5
- package/template/neo-bi-cmps/package.json +7 -7
- package/template/neo-custom-cmp-template/package.json +7 -7
- package/template/neo-h5-cmps/package.json +7 -7
- package/template/neo-order-cmps/package.json +7 -7
- package/template/react-custom-cmp-template/package.json +4 -4
- package/template/react-ts-custom-cmp-template/package.json +4 -4
- package/template/vue2-custom-cmp-template/package.json +4 -4
package/package.json
CHANGED
|
@@ -38,17 +38,17 @@
|
|
|
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"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@commitlint/cli": "^
|
|
48
|
-
"@commitlint/config-conventional": "^
|
|
47
|
+
"@commitlint/cli": "^18.0.0",
|
|
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.
|
|
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"
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"neo-register": "^1.0.3",
|
|
42
42
|
"react": "^16.9.0",
|
|
43
43
|
"react-dom": "^16.9.0",
|
|
44
|
-
"axios": "^
|
|
44
|
+
"axios": "^1.7.0",
|
|
45
45
|
"antd": "^4.9.4",
|
|
46
|
-
"lodash": "^4.17.
|
|
46
|
+
"lodash": "^4.17.23"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@commitlint/cli": "^
|
|
50
|
-
"@commitlint/config-conventional": "^
|
|
49
|
+
"@commitlint/cli": "^18.0.0",
|
|
50
|
+
"@commitlint/config-conventional": "^18.0.0",
|
|
51
51
|
"@types/react": "^16.9.11",
|
|
52
52
|
"@types/react-dom": "^16.9.15",
|
|
53
53
|
"@types/axios": "^0.14.0",
|
|
@@ -38,17 +38,17 @@
|
|
|
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"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@commitlint/cli": "^
|
|
48
|
-
"@commitlint/config-conventional": "^
|
|
47
|
+
"@commitlint/cli": "^18.0.0",
|
|
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.
|
|
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
|
-
"@commitlint/cli": "^
|
|
41
|
-
"@commitlint/config-conventional": "^
|
|
40
|
+
"@commitlint/cli": "^18.0.0",
|
|
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,24 +33,24 @@
|
|
|
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
|
-
"axios": "^
|
|
39
|
+
"axios": "^1.7.0",
|
|
40
40
|
"antd": "^4.9.4",
|
|
41
|
-
"lodash": "^4.17.
|
|
42
|
-
"neo-open-api": "^1.1
|
|
41
|
+
"lodash": "^4.17.23",
|
|
42
|
+
"neo-open-api": "^1.2.1",
|
|
43
43
|
"@wibetter/json-editor": "^6.0.5",
|
|
44
44
|
"tslib": "2.3.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@babel/runtime": "^7.26.0",
|
|
48
|
-
"@commitlint/cli": "^
|
|
49
|
-
"@commitlint/config-conventional": "^
|
|
48
|
+
"@commitlint/cli": "^18.0.0",
|
|
49
|
+
"@commitlint/config-conventional": "^18.0.0",
|
|
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.
|
|
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,21 +41,21 @@
|
|
|
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
|
-
"axios": "^
|
|
47
|
+
"axios": "^1.7.0",
|
|
48
48
|
"antd": "^4.9.4",
|
|
49
|
-
"lodash": "^4.17.
|
|
50
|
-
"neo-open-api": "^1.1
|
|
49
|
+
"lodash": "^4.17.23",
|
|
50
|
+
"neo-open-api": "^1.2.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@commitlint/cli": "^
|
|
54
|
-
"@commitlint/config-conventional": "^
|
|
53
|
+
"@commitlint/cli": "^18.0.0",
|
|
54
|
+
"@commitlint/config-conventional": "^18.0.0",
|
|
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.
|
|
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,21 +32,21 @@
|
|
|
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
|
-
"axios": "^
|
|
38
|
+
"axios": "^1.7.0",
|
|
39
39
|
"antd": "^4.9.4",
|
|
40
|
-
"lodash": "^4.17.
|
|
41
|
-
"neo-open-api": "^1.1
|
|
40
|
+
"lodash": "^4.17.23",
|
|
41
|
+
"neo-open-api": "^1.2.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@commitlint/cli": "^
|
|
45
|
-
"@commitlint/config-conventional": "^
|
|
44
|
+
"@commitlint/cli": "^18.0.0",
|
|
45
|
+
"@commitlint/config-conventional": "^18.0.0",
|
|
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.
|
|
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,21 +33,21 @@
|
|
|
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
|
-
"axios": "^
|
|
39
|
+
"axios": "^1.7.0",
|
|
40
40
|
"antd": "^4.9.4",
|
|
41
|
-
"lodash": "^4.17.
|
|
42
|
-
"neo-open-api": "^1.1
|
|
41
|
+
"lodash": "^4.17.23",
|
|
42
|
+
"neo-open-api": "^1.2.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@commitlint/cli": "^
|
|
46
|
-
"@commitlint/config-conventional": "^
|
|
45
|
+
"@commitlint/cli": "^18.0.0",
|
|
46
|
+
"@commitlint/config-conventional": "^18.0.0",
|
|
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.
|
|
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
|
-
"@commitlint/cli": "^
|
|
47
|
-
"@commitlint/config-conventional": "^
|
|
48
|
-
"neo-cmp-cli": "^1.
|
|
46
|
+
"@commitlint/cli": "^18.0.0",
|
|
47
|
+
"@commitlint/config-conventional": "^18.0.0",
|
|
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,16 +38,16 @@
|
|
|
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
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@commitlint/cli": "^
|
|
47
|
-
"@commitlint/config-conventional": "^
|
|
46
|
+
"@commitlint/cli": "^18.0.0",
|
|
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.
|
|
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
|
-
"@commitlint/cli": "^
|
|
47
|
-
"@commitlint/config-conventional": "^
|
|
48
|
-
"neo-cmp-cli": "^1.
|
|
46
|
+
"@commitlint/cli": "^18.0.0",
|
|
47
|
+
"@commitlint/config-conventional": "^18.0.0",
|
|
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",
|