Browse Source

upgrade cesium

tags/2.3.0
Caven Chen 4 years ago
parent
commit
105a712fa1
4 changed files with 13 additions and 5 deletions
  1. 4
    0
      CHANGES_en.md
  2. 4
    0
      CHANGES_zh.md
  3. 1
    1
      package.json
  4. 4
    4
      yarn.lock

+ 4
- 0
CHANGES_en.md View File

@@ -2,6 +2,10 @@

### 2.3.0 - 2021-07-03

#### Breaking Changes 📣

- Upgrade Cesium to version 1.83.0

#### Additions 🎉

- Add constants for mouse mode

+ 4
- 0
CHANGES_zh.md View File

@@ -2,6 +2,10 @@

### 2.3.0 - 2021-07-03

#### Breaking Changes 📣

- 升级 Cesium 到 1.83.0 版本

#### Additions 🎉

- 添加鼠标模式的常量

+ 1
- 1
package.json View File

@@ -49,7 +49,7 @@
"@turf/turf": "^6.3.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"cesium": "1.81.0",
"cesium": "^1.83.0",
"chalk": "^4.1.0",
"copy-webpack-plugin": "^5.0.2",
"css-loader": "^2.1.1",

+ 4
- 4
yarn.lock View File

@@ -2871,10 +2871,10 @@ caseless@~0.12.0:
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=

cesium@1.81.0:
version "1.81.0"
resolved "https://registry.yarnpkg.com/cesium/-/cesium-1.81.0.tgz#7115cb7fcc386ba6190ca666059375a77afac149"
integrity sha512-0JrK3nLuBfL8jJ8C+pECdp41FTrsJAh9xHi1gYh8tv70zathj1Fqf88G74VsnD2yXkB2nUnF1jTdedVq+gwk3Q==
cesium@^1.83.0:
version "1.83.0"
resolved "https://registry.yarnpkg.com/cesium/-/cesium-1.83.0.tgz#7563d917fdeade0c05f94aa695cadf2efa5345c0"
integrity sha512-CZWsialVDdWUo8SjpWEv0ZUeOlSuDJpy8v0vKo203Sso8umYNFFrsxwm+7u3fFB01VwO+Gp9sUdy02VvIs2jXw==

chalk@4.1.0:
version "4.1.0"

Loading…
Cancel
Save