📦 chore: update package.json/package-lock.json (#2600)

* 📦 chore: update package.json/package-lock.json

* 📦 chore: remove unused dependencies
This commit is contained in:
Danny Avila 2024-05-02 03:23:38 -04:00 committed by GitHub
parent ab6fbe48f1
commit 5d3c90be26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 8 deletions

View file

@ -41,6 +41,7 @@
"@langchain/community": "^0.0.46", "@langchain/community": "^0.0.46",
"@langchain/google-genai": "^0.0.11", "@langchain/google-genai": "^0.0.11",
"@langchain/google-vertexai": "^0.0.5", "@langchain/google-vertexai": "^0.0.5",
"agenda": "^5.0.0",
"axios": "^1.3.4", "axios": "^1.3.4",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"cheerio": "^1.0.0-rc.12", "cheerio": "^1.0.0-rc.12",

8
package-lock.json generated
View file

@ -13,9 +13,6 @@
"client", "client",
"packages/*" "packages/*"
], ],
"dependencies": {
"agenda": "^5.0.0"
},
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.38.1", "@playwright/test": "^1.38.1",
"@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/eslint-plugin": "^5.62.0",
@ -52,6 +49,7 @@
"@langchain/community": "^0.0.46", "@langchain/community": "^0.0.46",
"@langchain/google-genai": "^0.0.11", "@langchain/google-genai": "^0.0.11",
"@langchain/google-vertexai": "^0.0.5", "@langchain/google-vertexai": "^0.0.5",
"agenda": "^5.0.0",
"axios": "^1.3.4", "axios": "^1.3.4",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"cheerio": "^1.0.0-rc.12", "cheerio": "^1.0.0-rc.12",
@ -85,7 +83,7 @@
"multer": "^1.4.5-lts.1", "multer": "^1.4.5-lts.1",
"nodejs-gpt": "^1.37.4", "nodejs-gpt": "^1.37.4",
"nodemailer": "^6.9.4", "nodemailer": "^6.9.4",
"openai": "^4.36.0", "openai": "4.36.0",
"openai-chat-tokens": "^0.2.8", "openai-chat-tokens": "^0.2.8",
"openid-client": "^5.4.2", "openid-client": "^5.4.2",
"passport": "^0.6.0", "passport": "^0.6.0",
@ -29155,7 +29153,7 @@
}, },
"packages/data-provider": { "packages/data-provider": {
"name": "librechat-data-provider", "name": "librechat-data-provider",
"version": "0.5.7", "version": "0.5.9",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "^4.0.9",

View file

@ -100,8 +100,5 @@
"admin/", "admin/",
"packages/" "packages/"
] ]
},
"dependencies": {
"agenda": "^5.0.0"
} }
} }