Update packages (#94)

This commit is contained in:
Hakan Shehu
2025-06-25 19:58:24 +02:00
committed by GitHub
parent b75e98cab6
commit 1fd2cb0245
10 changed files with 943 additions and 744 deletions

View File

@@ -19,7 +19,7 @@
},
"description": "",
"devDependencies": {
"@types/node": "^24.0.1",
"@types/node": "^24.0.4",
"@types/nodemailer": "^6.4.17",
"@types/pg": "^8.15.4",
"@types/ws": "^8.18.1",
@@ -28,17 +28,17 @@
"tsx": "^4.20.3"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.828.0",
"@aws-sdk/client-s3": "^3.835.0",
"@colanode/core": "*",
"@colanode/crdt": "*",
"@fastify/cors": "^11.0.1",
"@fastify/websocket": "^11.1.0",
"@langchain/core": "^0.3.58",
"@langchain/google-genai": "^0.2.12",
"@langchain/langgraph": "^0.3.3",
"@langchain/openai": "^0.5.13",
"@langchain/core": "^0.3.61",
"@langchain/google-genai": "^0.2.13",
"@langchain/langgraph": "^0.3.5",
"@langchain/openai": "^0.5.15",
"@node-rs/argon2": "^2.0.2",
"bullmq": "^5.53.3",
"bullmq": "^5.56.0",
"diff": "^8.0.2",
"dotenv": "^16.5.0",
"fastify": "^5.4.0",
@@ -47,10 +47,10 @@
"js-sha256": "^0.11.0",
"ky": "^1.8.1",
"kysely": "^0.28.2",
"langchain": "^0.3.28",
"langfuse-langchain": "^3.37.4",
"langchain": "^0.3.29",
"langfuse-langchain": "^3.37.5",
"nodemailer": "^7.0.3",
"pg": "^8.16.0",
"pg": "^8.16.2",
"redis": "^5.5.6",
"sharp": "^0.34.2"
}