Testing: Improve the stability of tests by using Array.sort in hoist-jest, preventing errors related to maximum call stack size. This change enhances the reliability of your testing experience.
Fixes
Fix the issue where tests fail with a 'Maximum call stack size exceeded' error when using the 'ts-jest' preset. This resolves the problem and ensures smoother test execution.
Others
Update development dependencies to the latest versions, including eslint and @types/react, ensuring better compatibility and performance.