Open
Conversation
Member
dmitri-mcguckin
commented
Mar 23, 2025
- Bump next from 15.0.3 to 15.2.3 in /frontend (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 (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 (Bump braces from 3.0.2 to 3.0.3 in /frontend #12)
- Remove package lock
a566af2 to
21e1e63
Compare
ryanpdx
reviewed
Mar 25, 2025
| "react": "^18.3.1", | ||
| "react-bootstrap": "^2.10.6", | ||
| "react-dom": "^18.3.1", | ||
| "resium": "^1.18.2" |
Contributor
There was a problem hiding this comment.
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.
ryanpdx
reviewed
Mar 25, 2025
Contributor
ryanpdx
left a comment
There was a problem hiding this comment.
remove the package-lock.json files, only need yarn.lock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.