Skip to content

Commit

Permalink
bump dep
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryHengZJ committed Nov 8, 2024
1 parent ccc0088 commit 337737e
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 187 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@
"pnpm": ">=9"
},
"resolutions": {
"@qdrant/openapi-typescript-fetch": "1.2.6",
"@google/generative-ai": "^0.15.0",
"@langchain/core": "0.2.18",
"@qdrant/openapi-typescript-fetch": "1.2.6",
"openai": "4.57.3",
"@langchain/core": "0.2.18"
"protobufjs": "7.4.0"
},
"eslintIgnore": [
"**/dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"meilisearch": "^0.41.0",
"moment": "^2.29.3",
"mongodb": "6.3.0",
"mysql2": "^3.9.2",
"mysql2": "^3.11.3",
"node-fetch": "^2.6.11",
"node-html-markdown": "^1.3.0",
"notion-to-md": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.9.2",
"mysql2": "^3.11.3",
"openai": "^4.57.3",
"pg": "^8.11.1",
"posthog-node": "^3.5.0",
Expand Down
Loading

0 comments on commit 337737e

Please sign in to comment.