neo-cmp-cli 1.12.0 → 1.12.1
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 +3 -3
- package/template/develop/neo-custom-cmp-template/package.json +4 -4
- package/template/echarts-custom-cmp-template/package.json +3 -3
- package/template/empty-custom-cmp-template/package.json +2 -2
- package/template/neo-bi-cmps/package.json +5 -5
- package/template/neo-custom-cmp-template/package.json +5 -5
- package/template/neo-h5-cmps/package.json +5 -5
- package/template/neo-order-cmps/package.json +5 -5
- package/template/react-custom-cmp-template/package.json +3 -3
- package/template/react-ts-custom-cmp-template/package.json +3 -3
- package/template/vue2-custom-cmp-template/package.json +3 -3
package/package.json
CHANGED
|
@@ -44,11 +44,11 @@
|
|
|
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.1",
|
|
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",
|
|
@@ -44,11 +44,11 @@
|
|
|
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.1",
|
|
52
52
|
"husky": "^4.2.5",
|
|
53
53
|
"lint-staged": "^10.2.9",
|
|
54
54
|
"prettier": "^2.0.5",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"neo-open-api": "^1.1.11"
|
|
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
44
|
"neo-cmp-cli": "^1.9.27",
|
|
@@ -36,21 +36,21 @@
|
|
|
36
36
|
"neo-register": "^1.1.5",
|
|
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.
|
|
41
|
+
"lodash": "^4.17.23",
|
|
42
42
|
"neo-open-api": "^1.1.9",
|
|
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.1",
|
|
54
54
|
"husky": "^4.2.5",
|
|
55
55
|
"lint-staged": "^10.2.9",
|
|
56
56
|
"prettier": "^2.0.5"
|
|
@@ -44,18 +44,18 @@
|
|
|
44
44
|
"neo-register": "^1.1.5",
|
|
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.
|
|
49
|
+
"lodash": "^4.17.23",
|
|
50
50
|
"neo-open-api": "^1.1.9"
|
|
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.1",
|
|
59
59
|
"husky": "^4.2.5",
|
|
60
60
|
"lint-staged": "^10.2.9",
|
|
61
61
|
"prettier": "^2.0.5"
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
"neo-register": "^1.1.5",
|
|
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.
|
|
40
|
+
"lodash": "^4.17.23",
|
|
41
41
|
"neo-open-api": "^1.1.9"
|
|
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.1",
|
|
50
50
|
"husky": "^4.2.5",
|
|
51
51
|
"lint-staged": "^10.2.9",
|
|
52
52
|
"prettier": "^2.0.5"
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
"neo-register": "^1.1.5",
|
|
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.
|
|
41
|
+
"lodash": "^4.17.23",
|
|
42
42
|
"neo-open-api": "^1.1.9"
|
|
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.1",
|
|
51
51
|
"husky": "^4.2.5",
|
|
52
52
|
"lint-staged": "^10.2.9",
|
|
53
53
|
"prettier": "^2.0.5"
|
|
@@ -43,9 +43,9 @@
|
|
|
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.1",
|
|
49
49
|
"husky": "^4.2.5",
|
|
50
50
|
"lint-staged": "^10.2.9",
|
|
51
51
|
"prettier": "^2.0.5"
|
|
@@ -43,11 +43,11 @@
|
|
|
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.1",
|
|
51
51
|
"husky": "^4.2.5",
|
|
52
52
|
"lint-staged": "^10.2.9",
|
|
53
53
|
"prettier": "^2.0.5"
|
|
@@ -43,9 +43,9 @@
|
|
|
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.1",
|
|
49
49
|
"husky": "^4.2.5",
|
|
50
50
|
"lint-staged": "^10.2.9",
|
|
51
51
|
"prettier": "^2.0.5",
|