From 473ea43913ca59c0f5eb1784a515ab09a830bc8d Mon Sep 17 00:00:00 2001 From: perzeuss <11357019+perzeuss@users.noreply.github.com> Date: Thu, 17 Aug 2023 17:51:11 +0200 Subject: [PATCH] chore: update dependency pinning for optional deps --- clients/js/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/clients/js/package.json b/clients/js/package.json index 67c58b58572..27f8625a41d 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -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" } }