Skip to content

Commit

Permalink
infra(patch): Bump lc deps to prevent type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed May 31, 2024
1 parent c771c59 commit 97fec57
Show file tree
Hide file tree
Showing 2 changed files with 3,474 additions and 5,915 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"node": ">=18"
},
"dependencies": {
"@langchain/community": "^0.2.3",
"@langchain/core": "^0.2.1",
"@langchain/openai": "^0.0.33",
"@langchain/community": "^0.2.4",
"@langchain/core": "^0.2.4",
"@langchain/openai": "^0.0.34",
"@next/bundle-analyzer": "^13.4.19",
"@supabase/supabase-js": "^2.32.0",
"@types/node": "20.12.12",
Expand All @@ -25,7 +25,7 @@
"autoprefixer": "10.4.14",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"langchain": "^0.2.2",
"langchain": "^0.2.3",
"next": "^14.2.3",
"postcss": "8.4.27",
"react": "^18.3.1",
Expand All @@ -40,14 +40,14 @@
"prettier": "3.0.0"
},
"resolutions": {
"@langchain/core": "0.2.1"
"@langchain/core": "0.2.4"
},
"overrides": {
"@langchain/core": "0.2.1"
"@langchain/core": "0.2.4"
},
"pnpm": {
"overrides": {
"@langchain/core": "0.2.1"
"@langchain/core": "0.2.4"
}
}
}
Loading

0 comments on commit 97fec57

Please sign in to comment.