Skip to content

Commit

Permalink
chore: update dependency pinning for optional deps
Browse files Browse the repository at this point in the history
  • Loading branch information
perzeuss committed Aug 30, 2023
1 parent 915fe32 commit 447009a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"isomorphic-fetch": "^3.0.0"
},
"optionalDependencies": {
"@visheratin/web-ai": "^1.3.1",
"@visheratin/web-ai-node": "^1.3.1",
"@xenova/transformers": "^2.5.2",
"cohere-ai": "^6.2.2",
"openai": "^3.3.0"
"@visheratin/web-ai": "^1.0.0",
"@visheratin/web-ai-node": "^1.0.0",
"@xenova/transformers": "^2.0.0",
"cohere-ai": "^6.0.0",
"openai": "^3.0.0"
}
}

0 comments on commit 447009a

Please sign in to comment.