📦 chore: fix packages/api peer dependencies (#9973)
Some checks are pending
Docker Dev Branch Images Build / build (Dockerfile, lc-dev, node) (push) Waiting to run
Docker Dev Branch Images Build / build (Dockerfile.multi, lc-dev-api, api-build) (push) Waiting to run

This commit is contained in:
Danny Avila 2025-10-04 16:43:22 -04:00 committed by GitHub
parent 1b8a0bfaee
commit 9ff608e6af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 97 additions and 60 deletions

View file

@ -44,7 +44,6 @@
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@keyv/redis": "^4.3.3",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-json": "^6.1.0",
@ -61,16 +60,10 @@
"@types/node": "^20.3.0",
"@types/react": "^18.2.18",
"@types/winston": "^2.4.4",
"connect-redis": "^8.1.0",
"ioredis": "^5.3.2",
"jest": "^29.5.0",
"jest-junit": "^16.0.0",
"keyv": "^5.3.2",
"keyv-file": "^5.1.2",
"librechat-data-provider": "*",
"memorystore": "^1.6.7",
"mongodb": "^6.14.2",
"rate-limit-redis": "^4.2.0",
"rimraf": "^5.0.1",
"rollup": "^4.22.4",
"rollup-plugin-peer-deps-external": "^2.2.4",