Skip to content

Commit

Permalink
feat: change version conflict (#1338)
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-dixit authored Feb 14, 2025
1 parent c137e26 commit 8e64d10
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 95 deletions.
14 changes: 7 additions & 7 deletions js/package.dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"author": "Utkarsh Dixit <[email protected]>",
"license": "ISC",
"peerDependencies": {
"ai": "^3.2.22",
"@ai-sdk/openai": "^0.0.36",
"@cloudflare/workers-types": "^4.20240718.0",
"@langchain/core": "^0.2.18",
"@langchain/openai": "^0.2.5",
"langchain": "^0.2.11",
"openai": "^4.50.0"
"ai": ">=3.2.22",
"@ai-sdk/openai": ">=0.0.36",
"@cloudflare/workers-types": ">=4.20240718.0",
"@langchain/core": ">=0.2.18",
"@langchain/openai": ">=0.2.5",
"langchain": ">=0.2.11",
"openai": ">=4.50.0"
},
"dependencies": {
"chalk": "^4",
Expand Down
14 changes: 7 additions & 7 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"author": "Utkarsh Dixit <[email protected]>",
"license": "ISC",
"peerDependencies": {
"@ai-sdk/openai": "^0.0.36",
"@cloudflare/workers-types": "^4.20240718.0",
"@langchain/core": "^0.2.18",
"@langchain/openai": "^0.2.5",
"ai": "^3.2.22",
"langchain": "^0.2.11",
"openai": "^4.50.0"
"ai": ">=3.2.22",
"@ai-sdk/openai": ">=0.0.36",
"@cloudflare/workers-types": ">=4.20240718.0",
"@langchain/core": ">=0.2.18",
"@langchain/openai": ">=0.2.5",
"langchain": ">=0.2.11",
"openai": ">=4.50.0"
},
"dependencies": {
"axios": "^1.7.2",
Expand Down
109 changes: 28 additions & 81 deletions js/pnpm-lock.yaml

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

0 comments on commit 8e64d10

Please sign in to comment.