This PR updates several outdated dependencies listed in the package.json and package-lock.json files. Keeping dependencies up to date is essential for security, performance, and compatibility with new features.
Changes Made
Updated the following packages:
Core Libraries:react, react-dom, typescript-eslint, and eslint.
Test and Build Tools:mocha, @cucumber/cucumber, selenium-webdriver, husky, and lint-staged.
Some of Frequently Used Utilities:lodash, dotenv, uuid, and minimist
Removed any deprecated packages.
Adjusted code where necessary to accommodate breaking changes in updated packages.
Testing
All existing tests have been run, and they pass successfully after the updates.
Related Issues
Fixes #3802
Feedback
Please review and provide any feedback or concerns regarding these changes.
Description
This PR updates several outdated dependencies listed in the package.json and package-lock.json files. Keeping dependencies up to date is essential for security, performance, and compatibility with new features.
Changes Made
react
,react-dom
,typescript-eslint
, andeslint
.mocha
,@cucumber/cucumber
,selenium-webdriver
,husky
, andlint-staged
.lodash
,dotenv
,uuid
, andminimist
Testing
All existing tests have been run, and they pass successfully after the updates.
Related Issues
Feedback
Please review and provide any feedback or concerns regarding these changes.