Skip to content

Commit

Permalink
chore(deps): make all peerDependencies optional
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <[email protected]>
  • Loading branch information
Tomas2D committed Nov 14, 2024
1 parent 9814ced commit 607b9c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@
"peerDependencies": {
"@langchain/core": ">=0.1.0"
},
"peerDependenciesMeta": {
"@langchain/core": {
"optional": true
}
},
"devDependencies": {
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
Expand Down
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,9 @@ __metadata:
yaml: ^2.3.3
peerDependencies:
"@langchain/core": ">=0.1.0"
peerDependenciesMeta:
"@langchain/core":
optional: true
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 607b9c8

Please sign in to comment.