update framework

This commit is contained in:
2026-07-22 10:25:02 +07:00
parent 3da8608cf1
commit a836645728
6 changed files with 160 additions and 124 deletions

View File

@@ -5,9 +5,9 @@
"type": "module",
"description": "Public web client for installing Robot applications through the Local Installer Agent.",
"scripts": {
"dev": "vite --host 0.0.0.0",
"dev": "vite",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0"
"preview": "vite preview"
},
"dependencies": {
"@fluentui/react-icons": "^2.0.333",
@@ -15,6 +15,6 @@
"@vitejs/plugin-react": "^5.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"vite": "^7.0.0"
"vite": "^7.3.5"
}
}