[frontend][deps] update frontend dependencies and note in README on how to do that

This commit is contained in:
2025-03-20 19:44:35 +01:00
parent 765447e6d1
commit 393f8b5fab
3 changed files with 133 additions and 123 deletions

View File

@ -18,11 +18,11 @@
"@tauri-apps/plugin-shell": "^2.2.0"
},
"devDependencies": {
"@types/react": "^19.0.10",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.8.2",
"vite": "^6.2.0",
"vite": "^6.2.2",
"@tauri-apps/cli": "^2.3.1"
}
}