From 4055555eabbadbfc6fb8c80dd3e1d50b0a81c768 Mon Sep 17 00:00:00 2001 From: Henry Fontanier Date: Thu, 7 Sep 2023 17:19:55 +0200 Subject: [PATCH] chore: upgrade front sparkle to 0.1.47 --- front/components/use/EventSchemaForm.tsx | 2 +- front/components/use/chat/MessageFeedback.tsx | 4 ++-- front/package-lock.json | 8 ++++---- front/package.json | 2 +- .../pages/w/[wId]/builder/data-sources/[name]/upsert.tsx | 2 +- front/pages/w/[wId]/u/chat/[cId]/index.tsx | 6 +++--- front/pages/w/[wId]/u/extract/templates/[sId]/index.tsx | 8 ++++---- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/front/components/use/EventSchemaForm.tsx b/front/components/use/EventSchemaForm.tsx index 181402cc2b66..22ad0cfd5d90 100644 --- a/front/components/use/EventSchemaForm.tsx +++ b/front/components/use/EventSchemaForm.tsx @@ -388,7 +388,7 @@ function PropertiesFields({ { removeProperty(index); }} diff --git a/front/components/use/chat/MessageFeedback.tsx b/front/components/use/chat/MessageFeedback.tsx index a99656fe79d2..97b2fc5e697d 100644 --- a/front/components/use/chat/MessageFeedback.tsx +++ b/front/components/use/chat/MessageFeedback.tsx @@ -29,14 +29,14 @@ export function MessageFeedback({ )} > feedbackHandler(message, "positive")} className="ml-1" selected={message.feedback === "positive"} /> feedbackHandler(message, "negative")} className="ml-1" diff --git a/front/package-lock.json b/front/package-lock.json index 4416c177cc0d..ad42f2aa5ec9 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@dust-tt/sparkle": "0.1.46", + "@dust-tt/sparkle": "0.1.47", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11", "@nangohq/frontend": "^0.16.1", @@ -713,9 +713,9 @@ "license": "Apache-2.0" }, "node_modules/@dust-tt/sparkle": { - "version": "0.1.46", - "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.1.46.tgz", - "integrity": "sha512-rNpMOpQqbqQOAzhRtru+fHfeIGjoeOU1NQsmhAa0ikIX0LL4zlzNqQeQg/IBFeGX/QUKBUebSSNZZOl6X6A8Lw==", + "version": "0.1.47", + "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.1.47.tgz", + "integrity": "sha512-Lu/UiVk2K0OUDIf6XNpJqJdv0Fl/bRjy2yuS77bXbmLCrTHNPDLLYUIUS8gEmqf7kmG/P8or3Dj4oKB4KQe7/A==", "dependencies": { "@headlessui/react": "^1.7.17" }, diff --git a/front/package.json b/front/package.json index 9596b1ef4993..d55502f25095 100644 --- a/front/package.json +++ b/front/package.json @@ -13,7 +13,7 @@ "initdb": "env $(cat .env.local) npx tsx admin/db.ts" }, "dependencies": { - "@dust-tt/sparkle": "0.1.46", + "@dust-tt/sparkle": "0.1.47", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11", "@nangohq/frontend": "^0.16.1", diff --git a/front/pages/w/[wId]/builder/data-sources/[name]/upsert.tsx b/front/pages/w/[wId]/builder/data-sources/[name]/upsert.tsx index a4ead9ceae36..50c1d176c789 100644 --- a/front/pages/w/[wId]/builder/data-sources/[name]/upsert.tsx +++ b/front/pages/w/[wId]/builder/data-sources/[name]/upsert.tsx @@ -301,7 +301,7 @@ export default function DataSourceUpsert({ {!readOnly ? ( { handleTagDelete(index); }} diff --git a/front/pages/w/[wId]/u/chat/[cId]/index.tsx b/front/pages/w/[wId]/u/chat/[cId]/index.tsx index cacc430c9af8..8e1a8b732a8e 100644 --- a/front/pages/w/[wId]/u/chat/[cId]/index.tsx +++ b/front/pages/w/[wId]/u/chat/[cId]/index.tsx @@ -383,7 +383,7 @@ export function RetrievalsView({
{expanded ? ( { @@ -392,7 +392,7 @@ export function RetrievalsView({ /> ) : ( { @@ -496,7 +496,7 @@ function CopyToClipboardElement({ message }: { message: ChatMessageType }) { return (
diff --git a/front/pages/w/[wId]/u/extract/templates/[sId]/index.tsx b/front/pages/w/[wId]/u/extract/templates/[sId]/index.tsx index 408e6593aecf..7e09ef53ce65 100644 --- a/front/pages/w/[wId]/u/extract/templates/[sId]/index.tsx +++ b/front/pages/w/[wId]/u/extract/templates/[sId]/index.tsx @@ -184,7 +184,7 @@ export default function AppExtractEventsReadData({ { @@ -197,7 +197,7 @@ export default function AppExtractEventsReadData({ @@ -212,7 +212,7 @@ export default function AppExtractEventsReadData({ { @@ -346,7 +346,7 @@ const ExtractButtonAndModal = ({ event }: { event: ExtractedEventType }) => { setIsOpen(true)} />