mikennel/bugfix/644#646
Merged
skearnes merged 2 commits intoopen-reaction-database:mainfrom Feb 17, 2026
Merged
Conversation
|
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.



This pull request includes several dependency and infrastructure updates, primarily focused on the frontend (
ui/package-lock.json) and Docker setup. The most significant changes are major upgrades to key JavaScript libraries (notably the Ketcher and Miew suites), removal of Redux Saga-related dependencies, and updates to Docker and database images. These changes help modernize the codebase, improve compatibility, and streamline dependencies.Frontend dependency upgrades and cleanup:
ketcher-reactandketcher-standalonefrom v2.x to v3.8.0, and updated their dependencies such asindigo-ketcherto v1.36.0. This brings new features, bug fixes, and better compatibility with newer React versions. [1] [2] [3] [4]miewto v0.11.1,miew-reactto v0.11.0, andthreeto v0.153.0, ensuring support for the latest 3D visualization features and improved performance. [1] [2]react-redux,redux,redux-thunk,react-intersection-observer, etc.) to their latest major versions, improving compatibility with React 18/19 and removing older peer dependencies. [1] [2]Dependency removals and simplification:
redux-saga,@redux-saga/core, etc.), as well as unused type definitions and helper libraries, reducing bundle size and simplifying state management. [1] [2] [3] [4] [5]Docker and database updates: These changes were necessary to be able to run the backend docker container locally
docker-compose.ymlfrombitnami/postgresql:17tobitnamilegacy/postgresql:17, likely to address compatibility or support issues.ntpdatewithntpsec-ntpdatein theDockerfilefor improved security and accuracy in time synchronization.