Skip to content

Conversation

@dmitri-mcguckin
Copy link
Member

@dmitri-mcguckin dmitri-mcguckin requested a review from ryanpdx March 23, 2025 23:09
* Bump next from 15.0.3 to 15.2.3 in /frontend (#10)
* Bump @babel/runtime from 7.26.0 to 7.26.10 in /frontend (#11)
* Bump braces from 3.0.2 to 3.0.3 in /frontend (#12)
* Remove package lock
"react": "^18.3.1",
"react-bootstrap": "^2.10.6",
"react-dom": "^18.3.1",
"resium": "^1.18.2"
Copy link
Contributor

@ryanpdx ryanpdx Mar 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So resium (the react wrapper arround cesium), latest full release is 1.18.3, which support cesium 1.116.0 (having 1.124.0 current may be an issue) and react 18.x. Going past those version gets into unstable territory (cesium's api usually changes on each release and react 19 is not supported currently). Since resium version can effect both cesium and react versions, I would not include the carrot for cesium and react versions.

There is a 1.19.0-beta release for resium that we could use that suppot react 19 and cesium 1.126.0 we could try.

Copy link
Contributor

@ryanpdx ryanpdx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the package-lock.json files, only need yarn.lock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants