This commit is contained in:
xuliangzhan
2020-04-07 10:56:30 +08:00
parent a098008e90
commit 424686202e

View File

@@ -1,6 +1,6 @@
{
"name": "vxe-table-plugin-export-xlsx",
"version": "1.3.1",
"version": "1.3.3",
"description": "基于 vxe-table 表格的增强插件,支持导出 xlsx 格式",
"scripts": {
"lib": "gulp build"
@@ -48,12 +48,12 @@
"prettier": "^1.18.2",
"typescript": "^3.8.3",
"vue": "^2.6.11",
"vxe-table": "^2.8.33",
"xe-utils": "^2.4.2",
"vxe-table": "^2.9.0",
"xe-utils": "^2.4.4",
"xlsx": "^0.15.6"
},
"peerDependencies": {
"vxe-table": ">=2.8.0",
"vxe-table": ">=2.9.0",
"xe-utils": ">=2.4.0",
"xlsx": ">=0.15.0"
},