chore: update astro to version 5.16.10 and add overrides for dependencies

feat: enhance Dashboard component to fetch jobs with sorting and limit parameters

fix: improve LogViewer component to handle reconnections and errors more gracefully

fix: update Layout.astro to include authorization token in fetch request for engine status
This commit is contained in:
2026-01-17 07:57:50 -05:00
parent 6fcec124ad
commit fb7be10dc3
5 changed files with 106 additions and 41 deletions

View File

@@ -11,7 +11,7 @@
"dependencies": {
"@astrojs/react": "4.4.2",
"@astrojs/tailwind": "6.0.2",
"astro": "5.16.9",
"astro": "5.16.10",
"clsx": "^2.0.0",
"framer-motion": "^10.0.0",
"lucide-react": "^0.300.0",
@@ -23,5 +23,10 @@
"tailwindcss": "^3.3.0",
"postcss": "^8.4.0",
"autoprefixer": "^10.4.0"
},
"overrides": {
"devalue": "^5.6.2",
"h3": "^1.15.5",
"unstorage": "^1.17.4"
}
}