Skip to content

Commit

Permalink
fix(web): update cesium version to 1.105.2 from 1.105.1 (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyshx committed May 17, 2023
1 parent abfb4da commit de8896c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 35 deletions.
2 changes: 1 addition & 1 deletion web/package.json
Expand Up @@ -109,7 +109,7 @@
"apollo-upload-client": "17.0.0",
"array-move": "4.0.0",
"axios": "1.4.0",
"cesium": "1.105.1",
"cesium": "1.105.2",
"cesium-dnd": "1.1.0",
"cesium-mvt-imagery-provider": "1.3.0",
"core-js": "3.30.2",
Expand Down
44 changes: 10 additions & 34 deletions web/yarn.lock
Expand Up @@ -577,30 +577,6 @@
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@cesium/engine@2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@cesium/engine/-/engine-2.3.0.tgz#4e230d4846db73840e52199b46fb3a65e4eb1598"
integrity sha512-2NoBmDvNkvC+m/uKZNaPoMQZEyuqGGBo/I91rHx5i7UEJwAF/zfUTZ1k2Dx8otu6bDHT/azNo5LWocqP4hpwcw==
dependencies:
"@tweenjs/tween.js" "^18.6.4"
"@zip.js/zip.js" "2.4.x"
autolinker "^4.0.0"
bitmap-sdf "^1.0.3"
dompurify "^3.0.2"
earcut "^2.2.4"
grapheme-splitter "^1.0.4"
jsep "^1.3.8"
kdbush "^4.0.1"
ktx-parse "^0.5.0"
lerc "^2.0.0"
mersenne-twister "^1.1.0"
meshoptimizer "^0.18.1"
pako "^2.0.4"
protobufjs "^7.1.0"
rbush "^3.0.1"
topojson-client "^3.1.0"
urijs "^1.19.7"

"@cesium/engine@2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@cesium/engine/-/engine-2.4.0.tgz#5716c992358330367046cb53810128a0a34984ba"
Expand All @@ -625,12 +601,12 @@
topojson-client "^3.1.0"
urijs "^1.19.7"

"@cesium/widgets@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@cesium/widgets/-/widgets-2.2.0.tgz#1b7d3940b6de509ed86a3e51a5c1caf288dd9f79"
integrity sha512-t15V02J5cJcq2GxJlWy6a5zT1P+kw7cGDOAKbWb/CMNXxc/bxl2FeOoX6PMT+FuPNxREkR+xMxtXig44hvbRJQ==
"@cesium/widgets@2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@cesium/widgets/-/widgets-2.3.0.tgz#eb82d8e43424c1faa62cf001afbf42e0b0926143"
integrity sha512-U+lHh1LoDezuKN/f4Hu5WROh87S5YECsO8Vb0gcXoEEG6hHyHz2zOO8GXmDWtKPSTjq88gxAp4APGKztvn7pxQ==
dependencies:
"@cesium/engine" "2.3.0"
"@cesium/engine" "2.4.0"
nosleep.js "^0.12.0"

"@changesets/apply-release-plan@^6.1.2":
Expand Down Expand Up @@ -5619,13 +5595,13 @@ cesium-mvt-imagery-provider@1.3.0:
"@mapbox/vector-tile" "1.3.1"
pbf "3.2.1"

cesium@1.105.1:
version "1.105.1"
resolved "https://registry.yarnpkg.com/cesium/-/cesium-1.105.1.tgz#759481057b99acaa2976e83dca3d9fa99a431c1d"
integrity sha512-It3TV+9FX/BWHuRdelKr3aGQ3GFepG1DGtpveXrlNLnXNutlhmmTmKUBnawQQ6Xoj1PeTveWNK9u4gJ5EhRUeA==
cesium@1.105.2:
version "1.105.2"
resolved "https://registry.yarnpkg.com/cesium/-/cesium-1.105.2.tgz#af488a05d646dcb5ce13cd8ffd51750465bfc70a"
integrity sha512-iX4YpOuF4qgce2iHrimMs3Yi0TY+qWiIWoeM7GZyy8fo0zubzqPd/sadr37bEtKhzOFn+JaP5nodxNUJ5exRWQ==
dependencies:
"@cesium/engine" "2.4.0"
"@cesium/widgets" "2.2.0"
"@cesium/widgets" "2.3.0"

chai@^4.3.7:
version "4.3.7"
Expand Down

0 comments on commit de8896c

Please sign in to comment.