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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neo-cmp-cli",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "前端脚手架:自定义组件开发工具,支持react 和 vue2.0技术栈。",
5
5
  "keywords": [
6
6
  "neo-cli",
@@ -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.1",
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.2",
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.1",
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.3",
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 · 低代码平台</div>
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.1",
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.2",
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",