Created form to upload new firmware

This commit is contained in:
2024-10-07 22:04:57 +02:00
parent f4dda44d15
commit cef5b5aa5b
7 changed files with 566 additions and 248 deletions

View File

@ -19,11 +19,13 @@
"@mui/material": "^6.1.2",
"@mui/x-charts": "^7.19.0",
"@mui/x-date-pickers": "^7.19.0",
"@types/semver": "^7.5.8",
"date-and-time": "^3.6.0",
"dayjs": "^1.11.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2"
"react-router-dom": "^6.26.2",
"semver": "^7.6.3"
},
"devDependencies": {
"@types/react": "^18.3.11",