diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a3b71d0..6e4e983 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -163,6 +163,7 @@ importers: '@vue/cli-plugin-babel': ~4.4.1 '@vue/cli-plugin-typescript': ~4.4.1 codemirror: 5.65.16 + echarts: 5.4.3 echarts-liquidfill: 3.1.0 jshint: ^2.13.4 jsonlint: ^1.6.3 @@ -176,7 +177,8 @@ importers: wangeditor: ^4.6.16 dependencies: 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 jsonlint: 1.6.3 mavon-editor: 2.10.4 @@ -6061,12 +6063,6 @@ packages: safer-buffer: 2.1.2 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: resolution: {integrity: sha512-5Dlqs/jTsdTUAsd+K5LPLLTgrbbNORUSBQyk8PSy1Mg2zgHDWm83FmvA4s0ooNepCJojFYRITTQ4GU1UUSKYLw==} peerDependencies: diff --git a/webs/aos-web/package.json b/webs/aos-web/package.json index 99b4b26..1d2808a 100644 --- a/webs/aos-web/package.json +++ b/webs/aos-web/package.json @@ -20,6 +20,7 @@ "script-loader": "^0.7.2", "uuid": "^8.3.2", "vue-codemirror": "4.0.6", + "echarts": "5.4.3", "echarts-liquidfill": "3.1.0", "codemirror": "5.65.16", "vue-draggable-resizable": "^2.3.0",