diff --git a/src/dashboard/package.json b/src/dashboard/package.json index 19de9fc..c61601b 100644 --- a/src/dashboard/package.json +++ b/src/dashboard/package.json @@ -20,26 +20,26 @@ "@microsoft/signalr": "^10.0.0", "@tanstack/react-query": "^5.100.9", "@uiw/react-codemirror": "^4.25.9", - "lucide-react": "1.14.0", + "lucide-react": "1.16.0", "react": "^19.2.6", "react-dom": "^19.2.6", "react-is": "^19.2.6", - "react-router": "7.15.0", + "react-router": "7.15.1", "recharts": "3.8.1" }, "devDependencies": { "@eslint/js": "^10.0.1", "@tailwindcss/vite": "4.3.0", - "@types/node": "25.6.2", + "@types/node": "25.8.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "6.0.1", - "eslint": "10.3.0", + "@vitejs/plugin-react": "6.0.2", + "eslint": "10.4.0", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "tailwindcss": "4.3.0", "typescript": "6.0.3", - "typescript-eslint": "8.59.2", - "vite": "8.0.11" + "typescript-eslint": "8.59.3", + "vite": "8.0.13" } }