Update packages (#155)

This commit is contained in:
Hakan Shehu
2025-07-23 10:10:23 +02:00
committed by GitHub
parent 170a801603
commit 6212e7c65e
12 changed files with 1709 additions and 1969 deletions

View File

@@ -31,9 +31,9 @@
"@tailwindcss/postcss": "^4.1.11",
"@types/better-sqlite3": "^7.6.13",
"@types/electron-squirrel-startup": "^1.0.2",
"@vitejs/plugin-react": "^4.6.0",
"electron": "^37.2.0",
"vite": "^7.0.2"
"@vitejs/plugin-react": "^4.7.0",
"electron": "^37.2.3",
"vite": "^7.0.5"
},
"dependencies": {
"@colanode/client": "*",

View File

@@ -19,7 +19,7 @@
},
"description": "",
"devDependencies": {
"@types/node": "^24.0.10",
"@types/node": "^24.1.0",
"@types/nodemailer": "^6.4.17",
"@types/pg": "^8.15.4",
"@types/ws": "^8.18.1",
@@ -28,31 +28,31 @@
"tsx": "^4.20.3"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.842.0",
"@aws-sdk/client-s3": "^3.850.0",
"@colanode/core": "*",
"@colanode/crdt": "*",
"@fastify/cors": "^11.0.1",
"@fastify/websocket": "^11.1.0",
"@langchain/core": "^0.3.62",
"@langchain/google-genai": "^0.2.14",
"@langchain/langgraph": "^0.3.6",
"@langchain/openai": "^0.5.16",
"@fastify/websocket": "^11.2.0",
"@langchain/core": "^0.3.66",
"@langchain/google-genai": "^0.2.15",
"@langchain/langgraph": "^0.3.11",
"@langchain/openai": "^0.6.2",
"@node-rs/argon2": "^2.0.2",
"bullmq": "^5.56.1",
"bullmq": "^5.56.5",
"diff": "^8.0.2",
"dotenv": "^17.0.1",
"dotenv": "^17.2.0",
"fastify": "^5.4.0",
"fastify-type-provider-zod": "^5.0.0",
"fastify-type-provider-zod": "^5.0.2",
"handlebars": "^4.7.8",
"js-sha256": "^0.11.0",
"ky": "^1.8.1",
"kysely": "^0.28.2",
"langchain": "^0.3.29",
"langfuse-langchain": "^3.38.1",
"nodemailer": "^7.0.4",
"ky": "^1.8.2",
"kysely": "^0.28.3",
"langchain": "^0.3.30",
"langfuse-langchain": "^3.38.4",
"nodemailer": "^7.0.5",
"pg": "^8.16.3",
"pino": "^9.7.0",
"redis": "^5.5.6",
"sharp": "^0.34.2"
"redis": "^5.6.0",
"sharp": "^0.34.3"
}
}

View File

@@ -12,14 +12,14 @@
"dependencies": {
"@colanode/client": "*",
"@colanode/ui": "*",
"@sqlite.org/sqlite-wasm": "^3.50.1-build1",
"@sqlite.org/sqlite-wasm": "^3.50.3-build1",
"comlink": "^4.4.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@vitejs/plugin-react": "^4.6.0",
"@vitejs/plugin-react": "^4.7.0",
"tailwindcss": "^4.1.8",
"vite": "^7.0.2",
"vite": "^7.0.5",
"vite-plugin-pwa": "^1.0.1"
}
}