Prasad P. Pawar created ATLAS-5150:
--------------------------------------
Summary: React UI: Fix library versions in React UI to prevent
unintended upgrades during build
Key: ATLAS-5150
URL: https://issues.apache.org/jira/browse/ATLAS-5150
Project: Atlas
Issue Type: Improvement
Components: atlas-webui
Affects Versions: 3.0.0
Reporter: Prasad P. Pawar
Assignee: Prasad P. Pawar
Currently, the React UI build process allows library versions to auto-upgrade
during installation, which can lead to unexpected build failures or
inconsistencies.
To ensure build stability and reproducibility, update the {{package.json}} to
use fixed (pinned) versions for all dependencies and devDependencies.
Going forward, library versions can be manually updated as needed, rather than
allowing automatic upgrades during the build process.
*Acceptance Criteria:*
* All library versions in {{package.json}} are pinned to specific versions.
* Build process completes successfully without version drift.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)