From e54eb285b39f6964a76f02f22df26f6fcccc5437 Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 2 Jan 2025 14:19:20 +0100 Subject: [PATCH] Bumped sparkle version --- front/package-lock.json | 8 ++++---- front/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/front/package-lock.json b/front/package-lock.json index 8dc32943272a..dfbcb43cdbb3 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.351-alpha", + "@dust-tt/sparkle": "^0.2.351", "@dust-tt/types": "file:../types", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11", @@ -11453,9 +11453,9 @@ "link": true }, "node_modules/@dust-tt/sparkle": { - "version": "0.2.351-alpha", - "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.351-alpha.tgz", - "integrity": "sha512-iOXfbqDyHKlR6vEUmZChRUia+NHBX0ArdM2M6B7Kcbdl2WWAl2XILHDgf/Av7y95MfVMVBi283OrbDydVvFNKg==", + "version": "0.2.351", + "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.351.tgz", + "integrity": "sha512-JavoOPirn+5aqnch06wUpyq8/PetbpdBtrgd86mn0SMoJy9Dqx8Vh7eqyvy/GIqPkJHXtiq2hgKxGbNejJCWfQ==", "license": "ISC", "dependencies": { "@emoji-mart/data": "^1.1.2", diff --git a/front/package.json b/front/package.json index bde5e13a6495..1c2cac968063 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.351-alpha", + "@dust-tt/sparkle": "^0.2.351", "@dust-tt/types": "file:../types", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11",