From b5cca5a6d8092937d3f1d5e753b3ee643888bb90 Mon Sep 17 00:00:00 2001 From: Rami Bitar Date: Sun, 3 May 2026 16:33:35 -0400 Subject: [PATCH] update ai plugin version --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b4ce487..7878444 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@reacteditor/core": "0.0.10", "@reacteditor/field-google-fonts": "^0.0.1", "@reacteditor/field-shopify": "^0.0.1", - "@reacteditor/plugin-ai": "^0.0.1", + "@reacteditor/plugin-ai": "^0.0.3", "@reacteditor/plugin-tailwind-cdn": "^0.0.2", "@shopify/storefront-api-client": "^1.0.0", "@tailwindcss/postcss": "^4.1.11", diff --git a/yarn.lock b/yarn.lock index f88de12..45690cd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1259,10 +1259,10 @@ resolved "https://registry.yarnpkg.com/@reacteditor/field-shopify/-/field-shopify-0.0.1.tgz#5f6d3462141ae428a2e2d83750636a7ff10ec805" integrity sha512-z0bDecTiEbKEiWYS+ulwfuEo3YDNUtlTl5ImyE3RB3dt8iwSOyJbPQJJJj/iXPUgsSjHQL3NMHNXmfdVxumYdw== -"@reacteditor/plugin-ai@^0.0.1": - version "0.0.1" - resolved "https://registry.yarnpkg.com/@reacteditor/plugin-ai/-/plugin-ai-0.0.1.tgz#d6afaee908a98460e776c6407a2ecb17d0cdd253" - integrity sha512-NPnxBfhhX7mVAH+dHx8Jsp0xfcvwVh26iz5tp08Z6Z6x4GGvJeFEh05IBI94C1XgkVo4M7kzZZXJtS/qSvk8PA== +"@reacteditor/plugin-ai@^0.0.3": + version "0.0.3" + resolved "https://registry.yarnpkg.com/@reacteditor/plugin-ai/-/plugin-ai-0.0.3.tgz#7bd6c521860f43e43c4bb746b8dfbd1e4dad75df" + integrity sha512-xNhC+vO45NIhmG7BLygOe4RC4h7qrL/SLZ7k3aEaEpMgyWLbxAUFD5qX57RthGLY6mNeTI7VKTZAn/2+RNKumw== dependencies: "@ai-sdk/react" "3.0.71" ai "^6.0.0"