From 5ecd45caeb5d61f30ca4a16bd803855b9c527293 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Fri, 4 Nov 2022 17:10:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE):=20=E7=AC=A6=E5=8F=B7?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E9=94=81=E5=AE=9A=E4=BE=9D=E8=B5=96=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E7=AC=A6=E5=8F=B7=E6=97=A0=E6=B3=95=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 878dfb942d..9b086470af 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,7 +26,15 @@ }, "dependencies": { "@antv/g2plot": "^2.4.9", - "@antv/l7-maps": "^2.8.35", + "@antv/l7": "2.8.31", + "@antv/l7-component": "2.8.31", + "@antv/l7-core": "2.8.31", + "@antv/l7-layers": "2.8.31", + "@antv/l7-maps": "2.8.31", + "@antv/l7-renderer": "2.8.31", + "@antv/l7-scene": "2.8.31", + "@antv/l7-source": "2.8.31", + "@antv/l7-utils": "2.8.31", "@antv/s2": "^1.11.0", "@antv/util": "^2.0.17", "@riophae/vue-treeselect": "0.4.0",