From db6ab2f4dbda9bea71fce871323f92f3dc688d5e Mon Sep 17 00:00:00 2001 From: wanghao Date: Tue, 6 Sep 2022 10:40:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5v3.1.6=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mars2d-plugin-esri/package.json | 2 +- mars2d-plugin-widget/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mars2d-plugin-esri/package.json b/mars2d-plugin-esri/package.json index baeaeca..1c9798c 100644 --- a/mars2d-plugin-esri/package.json +++ b/mars2d-plugin-esri/package.json @@ -6,7 +6,7 @@ "dependencies": { "esri-leaflet": "^3.0.3", "leaflet": "^1.7.1", - "mars2d": "^3.1.0" + "mars2d": "~3.1.0" }, "devDependencies": { "@babel/core": "^7.14.3", diff --git a/mars2d-plugin-widget/package.json b/mars2d-plugin-widget/package.json index cb0592f..e8beaf4 100644 --- a/mars2d-plugin-widget/package.json +++ b/mars2d-plugin-widget/package.json @@ -5,7 +5,7 @@ "main": "src/index.js", "dependencies": { "leaflet": "^1.7.1", - "mars2d": "^3.1.0" + "mars2d": "~3.1.0" }, "devDependencies": { "@babel/core": "^7.14.3",