JeecgBoot低代码平台 2.4.5 版本发布,钉钉与企业微信集成版本
Showing
This diff is collapsed.
Click to expand it.
| { | ||
| "name": "vue-antd-jeecg", | ||
| "version": "2.4.3", | ||
| "version": "2.4.5", | ||
| "private": true, | ||
| "scripts": { | ||
| "pre": "cnpm install || yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ", | ||
| ... | ... | @@ -11,7 +11,7 @@ |
| }, | ||
| "dependencies": { | ||
| "ant-design-vue": "^1.7.2", | ||
| "@jeecg/antd-online-mini": "2.4.3-RC", | ||
| "@jeecg/antd-online-mini": "2.4.5-RC", | ||
| "@antv/data-set": "^0.11.4", | ||
| "viser-vue": "^2.4.8", | ||
| "axios": "^0.18.0", | ||
| ... | ... | @@ -43,7 +43,8 @@ |
| "dom-align": "1.12.0", | ||
| "xe-utils": "2.4.8", | ||
| "vxe-table": "2.9.13", | ||
| "vxe-table-plugin-antd": "1.8.10" | ||
| "vxe-table-plugin-antd": "1.8.10", | ||
| "cron-parser": "^2.10.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/polyfill": "^7.2.5", | ||
| ... | ... | @@ -96,10 +97,7 @@ |
| "vue/html-closing-bracket-newline": 0, | ||
| "vue/no-parsing-error": 0, | ||
| "no-tabs": 0, | ||
| "indent": [ | ||
| "off", | ||
| 2 | ||
| ], | ||
| "indent": ["off", 2], | ||
| "no-console": 0, | ||
| "space-before-function-paren": 0 | ||
| } | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment