Updated key frontend dependencies to latest stable versions and removed
deprecated react-flow-renderer package that was no longer in use.
Changes:
- Remove deprecated react-flow-renderer (unused in codebase)
- Update @tanstack/react-query to v5.59.0 (from v5.17.0)
- Update react-router-dom to v6.28.0 (from v6.20.0)
- Update axios to v1.7.9 (from v1.6.0)
- Update reactflow to v11.11.4 (from v11.10.1)
- Update lucide-react to v0.453.0 (from v0.294.0)
- Update vite to v5.4.10 (from v5.0.8)
- Update typescript to v5.6.3 (from v5.2.2)
Testing:
- Frontend builds successfully with updated dependencies
- TypeScript compilation passes without errors
- All dependency updates are backward compatible
Benefits:
- Latest security patches and bug fixes
- Improved performance and features
- Cleaner dependency tree without deprecated packages
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>