Skip to content

Commit

Permalink
fix: mvt line width on reearth/core (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya01 committed Mar 2, 2023
1 parent 23b6c6e commit c1a939e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -113,7 +113,7 @@
"axios": "1.2.2",
"cesium": "1.103.0",
"cesium-dnd": "1.1.0",
"cesium-mvt-imagery-provider": "1.1.3",
"cesium-mvt-imagery-provider": "1.1.5",
"core-js": "3.27.1",
"crypto-js": "4.1.1",
"csv-parse": "5.3.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -8140,10 +8140,10 @@ cesium-dnd@1.1.0:
resolved "https://registry.yarnpkg.com/cesium-dnd/-/cesium-dnd-1.1.0.tgz#30c7232eec9f84ad0d4f2c959cbd61ac29028086"
integrity sha512-Peo0bGIg5eOO/BrVDCovkPhQnWW3GBAjVnghh5NVmavDZjqS+A5R4Yj3IOG9tmYNSdtunsDqj5yxnMxQWx/KAA==

cesium-mvt-imagery-provider@1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/cesium-mvt-imagery-provider/-/cesium-mvt-imagery-provider-1.1.3.tgz#e6ca1c8341925b416ed3dbff80fc94ad8524c952"
integrity sha512-UEP/AZbyy678UKKt1T6FXIHtLAyYg21Jnh9xSeHTCjhh4I9zz0bJaoVekwUk5qgsohhj/ouwS3s9Om6CVLmr9w==
cesium-mvt-imagery-provider@1.1.5:
version "1.1.5"
resolved "https://registry.yarnpkg.com/cesium-mvt-imagery-provider/-/cesium-mvt-imagery-provider-1.1.5.tgz#dbea3914a1be96127a7d8c7ab79f449cb1d2fbb2"
integrity sha512-o7aJSbBFoyAyjzTMQjWvar7yMo3GgUhDKf23DbqpSaDJx2kr+LFWj7XcL89hpqZgzz+mE4JZQ5jcrjUIZhFSGg==
dependencies:
"@mapbox/vector-tile" "^1.3.1"
pbf "^3.2.1"
Expand Down

0 comments on commit c1a939e

Please sign in to comment.