### Summary of Changes
- Replaced `react-query` with `@tanstack/react-query` in `package.json` and updated related imports.
- Updated frontend CI workflow to use `vitest` for testing instead of Jest, modifying test commands accordingly.
- Removed the `App.js`, `Dashboard.js`, `Settings.js`, and other component files, transitioning to a new structure.
- Enhanced error handling in the `useServiceStatus` hook to provide more informative error messages.
### Expected Results
- Improved performance and modernized the frontend build process with Vite.
- Streamlined testing setup with `vitest`, enhancing test execution speed and reliability.
- Increased clarity and maintainability of the codebase by adhering to clean code principles and removing unused components.
### Summary of Changes
- Updated Docker images for PostgreSQL and Redis to use `latest` tags in `docker-compose.dev.yml` and `docker-compose.yml`.
- Modified Node.js version in the frontend CI workflow to `latest` in `frontend.yml`.
- Updated all dependencies in `package.json` and `package-lock.json` for the frontend and API docs services to `latest` versions.
### Expected Results
- Ensured that the project uses the most recent versions of dependencies, improving security and performance.
- Enhanced compatibility with the latest features and fixes from the respective libraries and services.