Skip to content
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

refactor : Updated few dependencies related to : mui, eslint, babel, echarts, webpack, electron #175

Conversation

Abhijay007
Copy link
Contributor

@Abhijay007 Abhijay007 commented Mar 2, 2024

Summary of Changes

This pull request aims to update several dependencies to their latest versions to ensure compatibility, security, and leverage new features and enhancements. The following dependencies have been updated:

  1. @babel/core: Updated to version ^7.24.0
  2. eslint: Updated to version 8.57.0
  3. eslint-plugin-import: Updated to version ^2.29.1
  4. eslint-plugin-jsx-a11y: Updated to version 6.8.0
  5. eslint-plugin-react: Updated to version ^7.33.2
  6. @mui/icons-material: Updated to version ^5.15.11
  7. @mui/material: Updated to version ^5.15.11
  8. @mui/styles: Updated to version ^5.15.11
  9. echarts: Updated to version ^5.5.0
  10. webpack Updated to version ^5.90.3
  11. webpack-bundle-analyzer Updated to version ^4.10.1
  12. webpack-merge Updated to version ^5.10.0
  13. @electron/rebuild Updated to version ^3.6.0
  14. @electron/remote Updated to version ^2.1.2
  15. @emotion/react Updated to version ^11.11.4

Related Issue

Closes #171

Testing:

  • Tested updated dependencies locally to ensure functionality remains intact.

    use commands :

    • yarn test - all tests passed
    • yarn dev - no UI fails detected
    • yarn build no build fails detected

Checklist

  • My code is well-documented, and I've updated relevant documentation.
  • I have tested these changes on my local environment.
  • I have reviewed and proofread my code and the changes.
  • The branch is up-to-date with the base branch.

Additional Context

Reviewer(s)

@lrasmus

Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
@Abhijay007 Abhijay007 changed the title refactor : Updated few dependencies related to : mui, eslint, babel, echarts refactor : Updated few dependencies related to : mui, eslint, babel, echarts, webpack, electron Mar 2, 2024
Copy link
Contributor

@lrasmus lrasmus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All look good - thank you!

@lrasmus lrasmus merged commit 7f338dd into StatTag:master Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor : Update Project Dependencies
2 participants