-
Notifications
You must be signed in to change notification settings - Fork 144
fix: update dependencies for security and performance improvements #298
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
fix: update dependencies for security and performance improvements #298
Conversation
✅ Deploy Preview for learn-open-source ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Compliance Checks
Thank you for your Pull Request! We have run several checks on this pull request in order to make sure it's suitable for merging into this project. The results are listed in the following section.
Watched Files
This pull request modifies specific files that require careful review by the maintainers.
Files Matched
- package-lock.json
- package.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Congratulations on submitting your first Pull Request! 🎉
We appreciate your contribution. Feel free to join the conversation in our
Community and say hello!
adiati98
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for the PR, @Gokula-6sg! 🚀
Please be informed that we're adding the hacktoberfest-accepted label to this PR so it's counted towards Hacktoberfest. But we might merge this after we merge some other PRs.
|
Thank you so much for merging this! 🎉@adiati98 , Glad to contribute and learned a lot from this PR 🙌 |

Description
This PR updates outdated dependencies to their latest stable versions for improved security and performance. The changes include updating Docusaurus packages, React, and other key dependencies while ensuring the site builds and runs correctly after updates.
Related Issues
Fixes #267
Mobile & Desktop Screenshots/Recordings
N/A - This is a dependency update that doesn't include visual changes. The site appearance remains unchanged after updates.
Steps to QA
npm installto install updated dependenciesnpm run buildto verify the site builds successfullynpm startto test the development server at http://localhost:3000/[optional] What GIF best describes this PR or how it makes you feel?
🎯 - Successfully hitting the target by updating dependencies and improving security!