From b76b8daee0c3d639207984df0fd9215d4e121254 Mon Sep 17 00:00:00 2001 From: wanghao Date: Mon, 19 Jun 2023 10:38:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BB=A3=E7=A0=81=20v3.5.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mars3d-vue2/package.json | 4 ++-- mars3d-vue3-vite/package.json | 4 ++-- mars3d-webpack/package.json | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mars3d-vue2/package.json b/mars3d-vue2/package.json index ea6cc2e..2c4a6ef 100644 --- a/mars3d-vue2/package.json +++ b/mars3d-vue2/package.json @@ -11,8 +11,8 @@ "dependencies": { "core-js": "^3.8.3", "@turf/turf": "^6.5.0", - "mars3d": "~3.5.0", - "mars3d-cesium": "^1.105.0", + "mars3d": "~3.5.12", + "mars3d-cesium": "^1.106.0", "vue": "^2.7.14", "vue-router": "^3.5.3", "vuex": "^3.6.2" diff --git a/mars3d-vue3-vite/package.json b/mars3d-vue3-vite/package.json index 4d1a5fb..82b524d 100644 --- a/mars3d-vue3-vite/package.json +++ b/mars3d-vue3-vite/package.json @@ -10,9 +10,9 @@ "preview": "vite preview" }, "dependencies": { - "mars3d": "~3.5.0", + "mars3d": "~3.5.12", "@turf/turf": "^6.5.0", - "mars3d-cesium": "^1.105.0", + "mars3d-cesium": "^1.106.0", "vue": "^3.2.27" }, "devDependencies": { diff --git a/mars3d-webpack/package.json b/mars3d-webpack/package.json index 0b5bc8e..e37d4a6 100644 --- a/mars3d-webpack/package.json +++ b/mars3d-webpack/package.json @@ -11,8 +11,8 @@ "@babel/core": "^7.17.12", "@babel/plugin-proposal-class-properties": "^7.17.12", "@turf/turf": "^6.5.0", - "mars3d-cesium": "^1.105.0", - "mars3d": "~3.5.0" + "mars3d-cesium": "^1.106.0", + "mars3d": "~3.5.12" }, "devDependencies": { "babel-loader": "^8.2.5", diff --git a/package.json b/package.json index b730d05..518ab5a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": {}, "dependencies": {}, "devDependencies": { - "mars3d": "~3.5.0" + "mars3d": "~3.5.12" }, "repository": { "type": "git",