Skip to content

Commit

Permalink
generate pr-7
Browse files Browse the repository at this point in the history
  • Loading branch information
skmishraoracle committed Dec 9, 2024
1 parent 49afa7d commit 87a172d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
4 changes: 0 additions & 4 deletions libs/langchain-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@
"mongodb": "^5.2.0",
"mysql2": "^3.9.8",
"neo4j-driver": "^5.17.0",
"node-llama-cpp": "3.1.1",
"node-llama-cpp": "^2",
"notion-to-md": "^3.1.0",
"officeparser": "^4.0.4",
Expand Down Expand Up @@ -440,9 +439,6 @@
"@libsql/client": {
"optional": true
},
"@libsql/client": {
"optional": true
},
"@mendable/firecrawl-js": {
"optional": true
},
Expand Down
3 changes: 0 additions & 3 deletions libs/langchain-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,9 @@
"@swc/core": "^1.3.90",
"@swc/jest": "^0.2.29",
"@tsconfig/recommended": "^1.0.3",
<<<<<<< HEAD
"@types/lodash": "^4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
=======
>>>>>>> d719938957659922a35c075329fd647089eda940
"dotenv": "^16.3.1",
"dpdm": "^3.12.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"typescript": "~5.1.6"
},
"dependencies": {
"@langchain/community": "workspace:^"
"@langchain/community": "workspace:^",
"langchain": "workspace:^"
},
"resolutions": {
"dpdm@^3.12.0": "patch:dpdm@npm%3A3.12.0#./.yarn/patches/dpdm-npm-3.12.0-0dfdd8e3b8.patch",
Expand All @@ -72,9 +73,5 @@
"eslint --cache --fix"
],
"*.md": "prettier --config .prettierrc --write"
},
"dependencies": {
"@langchain/community": "workspace:^",
"langchain": "workspace:^"
}
}

0 comments on commit 87a172d

Please sign in to comment.