mirror of
https://github.com/bybrooklyn/alchemist.git
synced 2026-04-18 09:53:33 -04:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user