From 429ca9e048a47b0a7c2335cb085842c247258012 Mon Sep 17 00:00:00 2001 From: Edouard Wautier <4435185+Duncid@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:17:34 +0100 Subject: [PATCH] deploying sparkle 364 --- .../components/assistant/conversation/SidebarMenu.tsx | 2 +- front/package-lock.json | 10 +++++----- front/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/front/components/assistant/conversation/SidebarMenu.tsx b/front/components/assistant/conversation/SidebarMenu.tsx index 689d82af64da..a06346f8227d 100644 --- a/front/components/assistant/conversation/SidebarMenu.tsx +++ b/front/components/assistant/conversation/SidebarMenu.tsx @@ -220,7 +220,7 @@ export function AssistantSidebarMenu({ owner }: AssistantSidebarMenuProps) {
diff --git a/front/package-lock.json b/front/package-lock.json index a594546469d8..8134ea4ab21e 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@auth0/nextjs-auth0": "^3.5.0", "@dust-tt/client": "file:../sdks/js", - "@dust-tt/sparkle": "^0.2.362", + "@dust-tt/sparkle": "^0.2.364", "@dust-tt/types": "file:../types", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11", @@ -143,7 +143,7 @@ }, "../sdks/js": { "name": "@dust-tt/client", - "version": "1.0.22", + "version": "1.0.23", "license": "ISC", "dependencies": { "axios": "^1.7.9", @@ -11454,9 +11454,9 @@ "link": true }, "node_modules/@dust-tt/sparkle": { - "version": "0.2.362", - "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.362.tgz", - "integrity": "sha512-ZC1byoxaN16p9Fb+QUcsp7mnvCX/D2DaFRgSrkhx8nr96w08hQiTznWy5D84T0PzslXVgCtXf/KyqprFjSaZEQ==", + "version": "0.2.364", + "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.364.tgz", + "integrity": "sha512-n99SBOBOE1BN25mMqLspcjUQIk8TwNviO42ROyHBCOEu3oq+Iyfyn6/ovkmBbAlVBjYMGg2AJ0V6GSxlpIhH+w==", "dependencies": { "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", diff --git a/front/package.json b/front/package.json index 801abb1eb090..459ff4e1102f 100644 --- a/front/package.json +++ b/front/package.json @@ -20,7 +20,7 @@ "dependencies": { "@auth0/nextjs-auth0": "^3.5.0", "@dust-tt/client": "file:../sdks/js", - "@dust-tt/sparkle": "^0.2.362", + "@dust-tt/sparkle": "^0.2.364", "@dust-tt/types": "file:../types", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11",