Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Jul 5, 2021
1 parent b2a91c8 commit bb4834f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## Installing

```shell
npm install xe-utils vxe-table@next vxe-table-plugin-export-pdf@next jspdf
npm install xe-utils@3 vxe-table@next vxe-table-plugin-export-pdf@next jspdf
```

```javascript
Expand Down
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ gulp.task('build_umd', function () {
['@babel/transform-modules-umd', {
globals: {
[pack.name]: exportModuleName,
'vue': 'Vue',
'vxe-table': 'VXETable',
'xe-utils': 'XEUtils',
jspdf: 'jspdf'
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"prettier": "^2.1.2",
"typescript": "^4.0.5",
"vue": "^3.0.6",
"vxe-table": "^4.0.10",
"xe-utils": "^3.1.13"
"vxe-table": "^4.0.21",
"xe-utils": "^3.3.0"
},
"peerDependencies": {
"vxe-table": "^4.0.10"
"vxe-table": "^4.0.20"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bb4834f

Please sign in to comment.