From ee9fe2ed9cfd973cf7e1639d429a8c2ccd24e5e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Wed, 21 Aug 2024 10:33:04 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9E=84=E5=BB=BA=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 3 --- package.json | 1 + pnpm-lock.yaml | 2 ++ 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index cf7ae5a..5bcf6fa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,14 +3,11 @@ webPipeline([ cmpOnBuildInstallShell: {-> return """ pnpm install - pnpm install url-loader - pnpm install @vue/composition-api lodash lodash-es sortablejs tslib viewerjs/dist/viewer.css """ }, smsOnBuildInstallShell: {-> return """ pnpm install - pnpm install url-loader lodash-es tslib """ }, ]) diff --git a/package.json b/package.json index fab7d2f..9fbb3bb 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ "dayjs": "^1.10.4", "element-ui": "2.13.0", "jquery.json-viewer": "^1.1.0", + "lodash-es": "4.17.21", "mavon-editor": "^2.9.1", "nprogress": "^0.2.0", "qs": "^6.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b072723..1301643 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,6 +46,7 @@ importers: eslint-plugin-vue: ^9.10.0 increase-memory-limit: ^1.0.6 jquery.json-viewer: ^1.1.0 + lodash-es: 4.17.21 mavon-editor: ^2.9.1 nprogress: ^0.2.0 qs: ^6.7.0 @@ -83,6 +84,7 @@ importers: dayjs: 1.11.10 element-ui: 2.13.0_vue@2.7.15 jquery.json-viewer: 1.5.0 + lodash-es: 4.17.21 mavon-editor: 2.10.4 nprogress: 0.2.0 qs: 6.11.2