-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] - Evaluate updating the config server UI dependecies to the latest versions #1460
Comments
I realized that it might not be possible to update the entirety of the dependencies since some of the new dependency versions require premium features, like the theme support of Primereact starting from version 7. |
Hey @salim-1997 I’m using ZenHub in GitHub, click this link to join my workspace and see other features available in GitHub or download the ZenHub extension and sign up with your GitHub account. |
Current major version updates:
|
|
Is your feature request related to a problem? Please describe.
Currently the config server UI is using dependencies with lower versions than the latest. Although these dependencies now are running without complications, a lot more could be reached with newer versions (more features). Also these outdated versions could potentially cause security problems in the future.
However updating these dependencies to the latest could crash certain parts in the App due to potential compatibility issues.
Describe the solution you'd like
A good solution for that would be evaluating the possibilities and seeing if there is any crucial dependency version that cannot be changed and updating the dependencies that can be updating without complications.
Describe alternatives you've considered
A better alternative would be updating all the dependencies without exception and adapting the app to be running on the latest versions.
The text was updated successfully, but these errors were encountered: