From 736f97e5a79f1cdf729ffe5c0af076c094712aeb Mon Sep 17 00:00:00 2001 From: pinotalexandre Date: Mon, 2 Dec 2024 14:28:34 +0100 Subject: [PATCH] Bumping new 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 61af284d0ff9..a27f6980bf69 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.329", + "@dust-tt/sparkle": "^0.2.330", "@dust-tt/types": "file:../types", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11", @@ -11485,9 +11485,9 @@ "link": true }, "node_modules/@dust-tt/sparkle": { - "version": "0.2.329", - "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.329.tgz", - "integrity": "sha512-4X4GxCiw/GkjsR97dWG4MFvCwhWbbjujvvEqEpAhhkSdCJG4ig+RW5tuzDJ4mVXYjxHqrgBz9LIQfHyjwSAEbA==", + "version": "0.2.330", + "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.330.tgz", + "integrity": "sha512-zQctsnK+46oNxc5CTl4HWk1wam2c1LDf8Qk+dI4ikz6SZ2AmMLPaANKI7lAfm2b0ip7S9nkn4AOj4M7OSPhgLQ==", "dependencies": { "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", diff --git a/front/package.json b/front/package.json index de6b5b132526..92f74529acc0 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.329", + "@dust-tt/sparkle": "^0.2.330", "@dust-tt/types": "file:../types", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11",