feat: implement request monitoring and queuing services to manage concurrent requests to Komga
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"bcrypt": "^5.1.1",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"clsx": "^2.1.1",
|
||||
"framer-motion": "12.4.10",
|
||||
"framer-motion": "^10.18.0",
|
||||
"i18next": "^24.2.2",
|
||||
"i18next-browser-languagedetector": "^8.0.4",
|
||||
"lucide-react": "^0.487.0",
|
||||
@@ -36,10 +36,11 @@
|
||||
"sharp": "0.33.2",
|
||||
"tailwind-merge": "^3.0.2",
|
||||
"tailwindcss-animate": "1.0.7",
|
||||
"undici": "^7.16.0",
|
||||
"zod": "3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "24.7.0",
|
||||
"@types/node": "24.7.2",
|
||||
"@types/react": "18.2.64",
|
||||
"@types/react-dom": "18.2.21",
|
||||
"@typescript-eslint/eslint-plugin": "^8.24.0",
|
||||
@@ -54,5 +55,5 @@
|
||||
"tailwindcss": "3.4.1",
|
||||
"typescript": "5.3.3"
|
||||
},
|
||||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
||||
"packageManager": "pnpm@9.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user