Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Aug 3, 2024
1 parent 8af1a65 commit a4760b6
Show file tree
Hide file tree
Showing 2 changed files with 623 additions and 729 deletions.
17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"node": ">=18"
},
"dependencies": {
"@langchain/community": "^0.2.19",
"@langchain/core": "^0.2.17",
"@langchain/langgraph": "^0.0.28",
"@langchain/openai": "^0.2.4",
"@langchain/community": "^0.2.23",
"@langchain/core": "^0.2.20",
"@langchain/langgraph": "^0.0.31",
"@langchain/openai": "^0.2.5",
"@next/bundle-analyzer": "^13.4.19",
"@supabase/supabase-js": "^2.32.0",
"@types/node": "20.12.12",
Expand All @@ -26,7 +26,7 @@
"autoprefixer": "10.4.14",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"langchain": "^0.2.10",
"langchain": "^0.2.12",
"next": "^14.2.3",
"postcss": "8.4.27",
"react": "^18.3.1",
Expand All @@ -41,14 +41,11 @@
"prettier": "3.0.0"
},
"resolutions": {
"@langchain/core": "0.2.17"
},
"overrides": {
"@langchain/core": "0.2.17"
"@langchain/core": "0.2.20"
},
"pnpm": {
"overrides": {
"@langchain/core": "0.2.17"
"@langchain/core": "0.2.20"
}
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit a4760b6

Please sign in to comment.