pawarprasad123 opened a new pull request, #464: URL: https://github.com/apache/atlas/pull/464
## What changes were proposed in this pull request? 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. ## How was this patch tested? Tested manually. <img width="1920" height="1200" alt="Screenshot from 2025-10-07 14-49-23" src="https://github.com/user-attachments/assets/2729ec89-73f5-4e8c-96d5-1988e616d204" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
