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