neo-cmp-cli 1.1.6 → 1.1.7
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/src/template/react-custom-cmp-template/package.json +2 -2
- package/src/template/react-ts-custom-cmp-template/package.json +2 -2
- package/src/template/react-ts-custom-cmp-template/src/components/info-card/index.tsx +1 -1
- package/src/template/vue2-custom-cmp-template/package.json +2 -2
package/package.json
CHANGED
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"url": "https://github.com/wibetter/react-custom-cmp-template/issues"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"neo-register": "^1.0.
|
|
40
|
+
"neo-register": "^1.0.2",
|
|
41
41
|
"react": "^16.9.0",
|
|
42
42
|
"react-dom": "^16.9.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@commitlint/cli": "^8.3.5",
|
|
46
46
|
"@commitlint/config-conventional": "^9.1.1",
|
|
47
|
-
"neo-cmp-cli": "^1.1.
|
|
47
|
+
"neo-cmp-cli": "^1.1.7",
|
|
48
48
|
"husky": "^4.2.5",
|
|
49
49
|
"lint-staged": "^10.2.9",
|
|
50
50
|
"prettier": "^2.0.5"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"url": "https://github.com/wibetter/react-ts-custom-cmp-template/issues"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"neo-register": "^1.0.
|
|
40
|
+
"neo-register": "^1.0.2",
|
|
41
41
|
"antd": "4.9.4",
|
|
42
42
|
"react": "^16.9.0",
|
|
43
43
|
"react-dom": "^16.9.0"
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@commitlint/config-conventional": "^9.1.1",
|
|
48
48
|
"@types/react": "^16.9.11",
|
|
49
49
|
"@types/react-dom": "^16.9.15",
|
|
50
|
-
"neo-cmp-cli": "^1.1.
|
|
50
|
+
"neo-cmp-cli": "^1.1.7",
|
|
51
51
|
"husky": "^4.2.5",
|
|
52
52
|
"lint-staged": "^10.2.9",
|
|
53
53
|
"prettier": "^2.0.5"
|
|
@@ -59,7 +59,7 @@ export default class InfoCard extends React.PureComponent<InfoCardProps> {
|
|
|
59
59
|
{imgCount > 0 && <div className="img-count">{imgCount}</div>}
|
|
60
60
|
</div>
|
|
61
61
|
<div className="news-info">
|
|
62
|
-
<div className="left media-mark">NeoCRM ·
|
|
62
|
+
<div className="left media-mark">NeoCRM · 低代码平台111</div>
|
|
63
63
|
{commentCount && commentCount > 0 && (
|
|
64
64
|
<div className="cmt-num right">
|
|
65
65
|
{this.agreeDataFormat(commentCount)}评
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"url": "https://github.com/wibetter/vue2-custom-cmp-template/issues"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"neo-register": "^1.0.
|
|
40
|
+
"neo-register": "^1.0.2",
|
|
41
41
|
"vue": "^2.6.14",
|
|
42
42
|
"element-ui": "^2.15.12"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@commitlint/cli": "^8.3.5",
|
|
46
46
|
"@commitlint/config-conventional": "^9.1.1",
|
|
47
|
-
"neo-cmp-cli": "^1.1.
|
|
47
|
+
"neo-cmp-cli": "^1.1.7",
|
|
48
48
|
"husky": "^4.2.5",
|
|
49
49
|
"lint-staged": "^10.2.9",
|
|
50
50
|
"prettier": "^2.0.5",
|