From bb4834f736ef529a1d8c8a0354e5262e97672b18 Mon Sep 17 00:00:00 2001 From: xuliangzhan Date: Mon, 5 Jul 2021 17:14:25 +0800 Subject: [PATCH] update --- README.md | 2 +- gulpfile.js | 1 + package.json | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a671989..6760bcf 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/gulpfile.js b/gulpfile.js index a7aad3b..ffb48bc 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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' diff --git a/package.json b/package.json index 1fcd049..109a3b9 100644 --- a/package.json +++ b/package.json @@ -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",