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 : @babel ,core-js, d3, easymde, isomorphic-git, winston #177

Conversation

Abhijay007
Copy link
Contributor

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/plugin-proposal-decorators: Updated to version "^7.24.0"
  2. @babel/plugin-proposal-do-expressions: Updated to version ^7.23.3
  3. @babel/plugin-proposal-export-default-from: Updated to version ^7.23.3
  4. @babel/plugin-proposal-export-namespace-from: Updated to version ^7.33.2
  5. @babel/plugin-proposal-function-bind: Updated to version ^7.23.3
  6. @babel/plugin-proposal-function-sentl: Updated to version ^7.23.3
  7. @babel/plugin-proposal-optional-chaining replaced with @babel/plugin-transform-optional-chaining as this plugin was no longer maintained ^7.23.4
  8. @babel/plugin-proposal-pipeline-operator: Updated to version ^7.23.3
  9. @babel/plugin-proposal-throw-expressions: Updated to version ^7.23.3
  10. @babel/plugin-transform-react-constant-elements: Updated to version ^7.23.3
  11. @babel/plugin-transform-react-inline-elements: Updated to version ^7.23.3
  12. @babel/preset-flow: Updated to version ^7.24.0
  13. @babel/preset-react: Updated to version ^7.23.3
  14. @babel/register: Updated to version ^7.23.7
  15. core-js: Updated to version ^3.36.0
  16. d3: Updated to version 7.8.5
  17. easymde: Updated to version 2.18.0
  18. isomorphic-git: Updated to version ^1.25.6
  19. winston: Updated to version ^3.12.0
  20. eslint-plugin-react: Updated to version ^7.34.0

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>
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 changes look good

@lrasmus lrasmus merged commit 196a91b into StatTag:master Mar 6, 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