Update packages

This commit is contained in:
Hakan Shehu
2025-03-17 23:33:48 +01:00
parent 399f20b1e4
commit 130524708d
7 changed files with 789 additions and 1538 deletions

View File

@@ -33,18 +33,17 @@
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/semver": "^7.5.8",
"@types/unzipper": "^0.10.10",
"autoprefixer": "^10.4.20",
"autoprefixer": "^10.4.21",
"electron": "^34.2.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.15",
"vite": "^6.1.1"
"vite": "^6.2.2"
},
"dependencies": {
"@colanode/core": "*",
"@colanode/crdt": "*",
"@floating-ui/react": "^0.27.4",
"@hookform/resolvers": "^4.1.0",
"@floating-ui/react": "^0.27.5",
"@hookform/resolvers": "^4.1.3",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-collapsible": "^1.1.3",
@@ -61,8 +60,8 @@
"@radix-ui/react-toast": "^1.2.6",
"@radix-ui/react-tooltip": "^1.1.8",
"@radix-ui/react-visually-hidden": "^1.1.2",
"@tanstack/react-query": "^5.66.8",
"@tanstack/react-virtual": "^3.13.0",
"@tanstack/react-query": "^5.68.0",
"@tanstack/react-virtual": "^3.13.4",
"@tiptap/core": "^2.11.5",
"@tiptap/extension-blockquote": "^2.11.5",
"@tiptap/extension-bold": "^2.11.5",
@@ -86,28 +85,28 @@
"@tiptap/extension-underline": "^2.11.5",
"@tiptap/react": "^2.11.5",
"@tiptap/suggestion": "^2.11.5",
"better-sqlite3": "^11.8.1",
"better-sqlite3": "^11.9.0",
"bufferutil": "^4.0.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"cmdk": "^1.1.1",
"electron-squirrel-startup": "^1.0.1",
"is-hotkey": "^0.2.0",
"lowlight": "^3.2.0",
"lucide-react": "^0.475.0",
"lucide-react": "^0.482.0",
"mime-types": "^2.1.35",
"ms": "^2.1.3",
"re-resizable": "^6.10.3",
"re-resizable": "^6.11.2",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-intersection-observer": "^9.15.1",
"react-router-dom": "^7.2.0",
"react-intersection-observer": "^9.16.0",
"react-router-dom": "^7.3.0",
"semver": "^7.7.1",
"tailwind-merge": "^3.0.1",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"tiptap-extension-auto-joiner": "^0.1.3",
"ts-pattern": "^5.6.2",

View File

@@ -22,39 +22,40 @@
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/multer": "^1.4.12",
"@types/node": "^22.13.4",
"@types/node": "^22.13.10",
"@types/nodemailer": "^6.4.17",
"@types/pg": "^8.11.11",
"@types/ws": "^8.5.14",
"@types/ws": "^8.18.0",
"nodemon": "^3.1.7",
"tsup": "^8.3.6",
"tsup": "^8.4.0",
"tsx": "^4.19.2"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.750.0",
"@aws-sdk/s3-request-presigner": "^3.750.0",
"@aws-sdk/client-s3": "^3.758.0",
"@aws-sdk/s3-request-presigner": "^3.758.0",
"@colanode/core": "*",
"@colanode/crdt": "*",
"@langchain/core": "^0.3.40",
"@langchain/core": "^0.3.42",
"@langchain/google-genai": "^0.1.10",
"@langchain/openai": "^0.4.4",
"@langchain/langgraph": "^0.2.56",
"@langchain/openai": "^0.4.5",
"@node-rs/argon2": "^2.0.2",
"axios": "^1.7.8",
"bullmq": "^5.41.4",
"axios": "^1.8.3",
"bullmq": "^5.43.1",
"cors": "^2.8.5",
"diff": "^7.0.0",
"dotenv": "^16.4.5",
"express": "^5.0.1",
"handlebars": "^4.7.8",
"js-sha256": "^0.11.0",
"kysely": "^0.27.4",
"kysely": "^0.27.6",
"langchain": "^0.3.19",
"langfuse-langchain": "^3.35.2",
"langfuse-langchain": "^3.37.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.10.0",
"pg": "^8.13.3",
"pg": "^8.14.1",
"redis": "^4.7.0",
"sharp": "^0.33.5",
"ws": "^8.18.0"
"ws": "^8.18.1"
}
}