fix: bg jobs sequencing

This commit is contained in:
allanice001
2025-12-10 13:25:12 +00:00
parent c63f9f1cf3
commit a929561bc8
6 changed files with 122 additions and 127 deletions

View File

@@ -46,12 +46,12 @@
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"lucide-react": "^0.556.0",
"motion": "^12.23.25",
"lucide-react": "^0.557.0",
"motion": "^12.23.26",
"next-themes": "^0.4.6",
"rapidoc": "^9.3.8",
"react": "^19.2.1",
"react-day-picker": "^9.11.3",
"react-day-picker": "^9.12.0",
"react-dom": "^19.2.1",
"react-hook-form": "^7.68.0",
"react-icons": "^5.5.0",
@@ -67,20 +67,20 @@
"devDependencies": {
"@eslint/js": "9.39.1",
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
"@types/node": "24.10.1",
"@types/node": "24.10.2",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.1",
"@vitejs/plugin-react": "5.1.2",
"eslint": "9.39.1",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-react-refresh": "0.4.24",
"globals": "16.5.0",
"prettier": "3.7.4",
"prettier-plugin-tailwindcss": "0.7.2",
"shadcn": "3.5.1",
"shadcn": "3.5.2",
"tw-animate-css": "1.4.0",
"typescript": "5.9.3",
"typescript-eslint": "8.48.1",
"vite": "7.2.6"
"typescript-eslint": "8.49.0",
"vite": "7.2.7"
}
}