Skip to content

Commit 4ae6b8a

Browse files
committed
optimize
1 parent f804218 commit 4ae6b8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vxe-table-plugin-export-pdf",
3-
"version": "1.3.1",
3+
"version": "1.3.3",
44
"description": "基于 vxe-table 表格的增强插件,支持导出 pdf 格式",
55
"scripts": {
66
"lib": "gulp build"
@@ -48,12 +48,12 @@
4848
"prettier": "^1.18.2",
4949
"typescript": "^3.8.3",
5050
"vue": "^2.6.11",
51-
"vxe-table": "^2.8.33",
52-
"xe-utils": "^2.4.2",
51+
"vxe-table": "^2.9.0",
52+
"xe-utils": "^2.4.4",
5353
"jspdf": "^1.5.3"
5454
},
5555
"peerDependencies": {
56-
"vxe-table": ">=2.8.0",
56+
"vxe-table": ">=2.9.0",
5757
"xe-utils": ">=2.4.0",
5858
"jspdf": ">=1.5.0"
5959
},

0 commit comments

Comments
 (0)