Update packages (#196)

This commit is contained in:
Hakan Shehu
2025-08-29 16:25:52 +02:00
committed by GitHub
parent 185ec4abbd
commit 4a2ac3f1ed
10 changed files with 916 additions and 876 deletions

View File

@@ -28,12 +28,12 @@
"@electron-forge/publisher-github": "^7.8.3",
"@electron/fuses": "^2.0.0",
"@electron/rebuild": "^4.0.1",
"@tailwindcss/postcss": "^4.1.11",
"@tailwindcss/postcss": "^4.1.12",
"@types/better-sqlite3": "^7.6.13",
"@types/electron-squirrel-startup": "^1.0.2",
"@vitejs/plugin-react": "^5.0.0",
"electron": "^37.2.6",
"vite": "^7.1.2"
"@vitejs/plugin-react": "^5.0.2",
"electron": "^37.4.0",
"vite": "^7.1.3"
},
"dependencies": {
"@colanode/client": "*",

View File

@@ -19,43 +19,43 @@
},
"description": "",
"devDependencies": {
"@types/node": "^24.2.1",
"@types/nodemailer": "^6.4.17",
"@types/node": "^24.3.0",
"@types/nodemailer": "^7.0.1",
"@types/pg": "^8.15.5",
"@types/ws": "^8.18.1",
"nodemon": "^3.1.10",
"tsup": "^8.5.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.864.0",
"@aws-sdk/client-s3": "^3.878.0",
"@colanode/core": "*",
"@colanode/crdt": "*",
"@fastify/cors": "^11.1.0",
"@fastify/websocket": "^11.2.0",
"@langchain/core": "^0.3.69",
"@langchain/core": "^0.3.72",
"@langchain/google-genai": "^0.2.16",
"@langchain/langgraph": "^0.4.4",
"@langchain/openai": "^0.6.7",
"@langchain/langgraph": "^0.4.7",
"@langchain/openai": "^0.6.9",
"@node-rs/argon2": "^2.0.2",
"@redis/client": "^5.8.0",
"@tus/s3-store": "^2.0.0",
"@redis/client": "^5.8.2",
"@tus/s3-store": "^2.0.1",
"@tus/server": "^2.3.0",
"bullmq": "^5.56.10",
"bullmq": "^5.58.2",
"diff": "^8.0.2",
"dotenv": "^17.2.1",
"fastify": "^5.5.0",
"fastify-type-provider-zod": "^5.0.3",
"handlebars": "^4.7.8",
"js-sha256": "^0.11.0",
"ky": "^1.8.2",
"ky": "^1.9.1",
"kysely": "^0.28.5",
"langchain": "^0.3.30",
"langfuse-langchain": "^3.38.4",
"langchain": "^0.3.31",
"langfuse-langchain": "^3.38.5",
"ms": "^2.1.3",
"nodemailer": "^7.0.5",
"pg": "^8.16.3",
"pino": "^9.8.0",
"pino": "^9.9.0",
"sharp": "^0.34.3",
"zod": "^4.0.17"
"zod": "^4.1.5"
}
}

View File

@@ -2,6 +2,7 @@
"name": "@colanode/web",
"private": true,
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "vite --port 4000",
"start": "vite --port 4000",
@@ -16,10 +17,10 @@
"comlink": "^4.4.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@vitejs/plugin-react": "^5.0.0",
"@tailwindcss/postcss": "^4.1.12",
"@vitejs/plugin-react": "^5.0.2",
"tailwindcss": "^4.1.8",
"vite": "^7.1.2",
"vite-plugin-pwa": "^1.0.2"
"vite": "^7.1.3",
"vite-plugin-pwa": "^1.0.3"
}
}