lablup / backend.ai-webui

Backend.AI Web UI for web / desktop app (Windows/Linux/macOS). Backend.AI Web UI provides a convenient environment for users, while allowing various commands to be executed without CLI. It also provides some visual features that are not provided by the CLI, such as dashboards and statistics.
https://www.backend.ai
GNU Lesser General Public License v3.0
93 stars 66 forks source link

update: node.js components to recent versions #2388

Closed inureyes closed 4 weeks ago

inureyes commented 1 month ago

This PR updates node.js components to recent versions

Checklist: (if applicable)

github-actions[bot] commented 1 month ago

Coverage report for ./react

St.:grey_question:
Category Percentage Covered / Total
πŸ”΄ Statements 2.89% 116/4011
πŸ”΄ Branches 3.23% 87/2695
πŸ”΄ Functions 1.43% 19/1326
πŸ”΄ Lines 2.85% 112/3934

Test suite run success

32 tests passing in 4 suites.

Report generated by πŸ§ͺjest coverage report action from f918e3d0a8a71ba6362c43832b4bcf046d947e82

yomybaby commented 1 month ago

I have reverted @typescript-eslint/no-unused-vars to version 5.x for now. Since create-react-app is no longer being maintained, let's consider replacing it with something else in the future. @inureyes