Skip to content

Commit

Permalink
chore: simplify internal package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRAG committed Jan 23, 2025
1 parent 231042d commit 2925be0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions cdp-langchain/examples/chatbot-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"format-check": "prettier -c .prettierrc --check \"**/*.{ts,js,cjs,json,md}\""
},
"dependencies": {
"@coinbase/cdp-agentkit-core": "^0.0.13",
"@coinbase/cdp-langchain": "^0.0.14",
"@coinbase/cdp-agentkit-core": "*",
"@coinbase/cdp-langchain": "*",
"@langchain/langgraph": "^0.2.21",
"@langchain/openai": "^0.3.14",
"@langchain/core": "^0.3.19",
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions twitter-langchain/examples/chatbot-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"format-check": "prettier -c .prettierrc --check \"**/*.{ts,js,cjs,json,md}\""
},
"dependencies": {
"@coinbase/cdp-agentkit-core": "^0.0.13",
"@coinbase/twitter-langchain": "^0.0.11",
"@coinbase/cdp-agentkit-core": "*",
"@coinbase/twitter-langchain": "*",
"@langchain/langgraph": "^0.2.21",
"@langchain/openai": "^0.3.14",
"@langchain/core": "^0.3.19",
Expand Down
2 changes: 1 addition & 1 deletion twitter-langchain/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"langchain"
],
"dependencies": {
"@coinbase/cdp-agentkit-core": "^0.0.13",
"@coinbase/cdp-agentkit-core": "*",
"@langchain/core": "^0.3.19",
"twitter-api-v2": "^1.18.2",
"zod": "^3.22.4"
Expand Down

0 comments on commit 2925be0

Please sign in to comment.