Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Sep 25, 2021
1 parent bb4834f commit 3452c86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-table-plugin-export-pdf",
"version": "3.0.2",
"version": "3.0.3",
"description": "基于 vxe-table 的表格插件,支持导出 pdf 格式",
"scripts": {
"lib": "gulp build"
Expand Down Expand Up @@ -50,12 +50,12 @@
"markdown-doctest": "^1.1.0",
"prettier": "^2.1.2",
"typescript": "^4.0.5",
"vue": "^3.0.6",
"vxe-table": "^4.0.21",
"xe-utils": "^3.3.0"
"vue": "^3.2.14",
"vxe-table": "^4.0.28",
"xe-utils": "^3.3.3"
},
"peerDependencies": {
"vxe-table": "^4.0.20"
"vxe-table": "^4.0.27"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3452c86

Please sign in to comment.