CesiumGS / cesium

An open-source JavaScript library for world-class 3D globes and maps :earth_americas:
https://cesium.com/cesiumjs/
Apache License 2.0
13.04k stars 3.51k forks source link

Update `rbush` #12335

Open jjspace opened 6 days ago

jjspace commented 6 days ago

rbush v4 updated to only support ES modules but CesiumJS supports ESM and Common JS which means downstream builds using Cesium JS don't work. This pins the version to 3.0.1 which is the one before 4.0

See https://github.com/CesiumGS/cesium/pull/12198