chore: 解决 jenkins 报错

develop
时启龙 2024-08-29 15:25:29 +08:00
parent bd676abbed
commit c68f2acf9a
2 changed files with 4 additions and 7 deletions

View File

@ -163,6 +163,7 @@ importers:
'@vue/cli-plugin-babel': ~4.4.1 '@vue/cli-plugin-babel': ~4.4.1
'@vue/cli-plugin-typescript': ~4.4.1 '@vue/cli-plugin-typescript': ~4.4.1
codemirror: 5.65.16 codemirror: 5.65.16
echarts: 5.4.3
echarts-liquidfill: 3.1.0 echarts-liquidfill: 3.1.0
jshint: ^2.13.4 jshint: ^2.13.4
jsonlint: ^1.6.3 jsonlint: ^1.6.3
@ -176,7 +177,8 @@ importers:
wangeditor: ^4.6.16 wangeditor: ^4.6.16
dependencies: dependencies:
codemirror: 5.65.16 codemirror: 5.65.16
echarts-liquidfill: 3.1.0 echarts: 5.4.3
echarts-liquidfill: 3.1.0_echarts@5.4.3
jshint: 2.13.6 jshint: 2.13.6
jsonlint: 1.6.3 jsonlint: 1.6.3
mavon-editor: 2.10.4 mavon-editor: 2.10.4
@ -6061,12 +6063,6 @@ packages:
safer-buffer: 2.1.2 safer-buffer: 2.1.2
dev: true dev: true
/echarts-liquidfill/3.1.0:
resolution: {integrity: sha512-5Dlqs/jTsdTUAsd+K5LPLLTgrbbNORUSBQyk8PSy1Mg2zgHDWm83FmvA4s0ooNepCJojFYRITTQ4GU1UUSKYLw==}
peerDependencies:
echarts: ^5.0.1
dev: false
/echarts-liquidfill/3.1.0_echarts@5.4.3: /echarts-liquidfill/3.1.0_echarts@5.4.3:
resolution: {integrity: sha512-5Dlqs/jTsdTUAsd+K5LPLLTgrbbNORUSBQyk8PSy1Mg2zgHDWm83FmvA4s0ooNepCJojFYRITTQ4GU1UUSKYLw==} resolution: {integrity: sha512-5Dlqs/jTsdTUAsd+K5LPLLTgrbbNORUSBQyk8PSy1Mg2zgHDWm83FmvA4s0ooNepCJojFYRITTQ4GU1UUSKYLw==}
peerDependencies: peerDependencies:

View File

@ -20,6 +20,7 @@
"script-loader": "^0.7.2", "script-loader": "^0.7.2",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"vue-codemirror": "4.0.6", "vue-codemirror": "4.0.6",
"echarts": "5.4.3",
"echarts-liquidfill": "3.1.0", "echarts-liquidfill": "3.1.0",
"codemirror": "5.65.16", "codemirror": "5.65.16",
"vue-draggable-resizable": "^2.3.0", "vue-draggable-resizable": "^2.3.0",