Skip to content

Commit

Permalink
community[patch]: Relax webllm peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Sep 4, 2024
1 parent ad44586 commit a483ae3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions libs/langchain-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@langchain/standard-tests": "0.0.0",
"@layerup/layerup-security": "^1.5.12",
"@mendable/firecrawl-js": "^0.0.36",
"@mlc-ai/web-llm": "0.2.46",
"@mlc-ai/web-llm": ">=0.2.62 <0.3.0",
"@mozilla/readability": "^0.4.4",
"@neondatabase/serverless": "^0.9.1",
"@notionhq/client": "^2.2.10",
Expand Down Expand Up @@ -242,7 +242,7 @@
"@langchain/langgraph": "*",
"@layerup/layerup-security": "^1.5.12",
"@mendable/firecrawl-js": "^0.0.13",
"@mlc-ai/web-llm": "0.2.46",
"@mlc-ai/web-llm": "*",
"@mozilla/readability": "*",
"@neondatabase/serverless": "*",
"@notionhq/client": "^2.2.10",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11211,7 +11211,7 @@ __metadata:
"@langchain/standard-tests": 0.0.0
"@layerup/layerup-security": ^1.5.12
"@mendable/firecrawl-js": ^0.0.36
"@mlc-ai/web-llm": 0.2.46
"@mlc-ai/web-llm": ">=0.2.62 <0.3.0"
"@mozilla/readability": ^0.4.4
"@neondatabase/serverless": ^0.9.1
"@notionhq/client": ^2.2.10
Expand Down Expand Up @@ -11378,7 +11378,7 @@ __metadata:
"@langchain/langgraph": "*"
"@layerup/layerup-security": ^1.5.12
"@mendable/firecrawl-js": ^0.0.13
"@mlc-ai/web-llm": 0.2.46
"@mlc-ai/web-llm": "*"
"@mozilla/readability": "*"
"@neondatabase/serverless": "*"
"@notionhq/client": ^2.2.10
Expand Down Expand Up @@ -12776,12 +12776,12 @@ __metadata:
languageName: node
linkType: hard

"@mlc-ai/web-llm@npm:0.2.46":
version: 0.2.46
resolution: "@mlc-ai/web-llm@npm:0.2.46"
"@mlc-ai/web-llm@npm:>=0.2.62 <0.3.0":
version: 0.2.62
resolution: "@mlc-ai/web-llm@npm:0.2.62"
dependencies:
loglevel: ^1.9.1
checksum: 09c83a45d7f9351ae492d8704fe580868d0b46b640eca232ebc76d552f2ffad031c9c504a0d29f69122029478af270eeeda0800e7fb032b00c11dc1632e1ae11
checksum: 7ccb0842e3fe83156406e61e0172f2f07115c77669b37729499f52c120cc33acd000fc4619b30fb67ca7712246c9722af65e4fe208c2f4546e2882297d53293c
languageName: node
linkType: hard

Expand Down

0 comments on commit a483ae3

Please sign in to comment.