From 30fbe3c9da78f83a4471ecc755b4495e85b9f2fa Mon Sep 17 00:00:00 2001 From: Edouard Wautier <4435185+Duncid@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:45:27 +0100 Subject: [PATCH] Moving to prod Sparkle 345 --- 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 5463d77336b15..b361e5a3b5f26 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.343-rc5", + "@dust-tt/sparkle": "0.2.345", "@dust-tt/types": "file:../types", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11", @@ -11452,9 +11452,9 @@ "link": true }, "node_modules/@dust-tt/sparkle": { - "version": "0.2.343-rc5", - "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.343-rc5.tgz", - "integrity": "sha512-ao5sAwSuRQFDh8LTFqPiWz7UysBw0xDVGURSyvSPl3Ghefe/ibYBoqjfgXj9Nb6dmtfUClukU7j4rccwdDg4WA==", + "version": "0.2.345", + "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.345.tgz", + "integrity": "sha512-4VdoTpN8OOg2FJ5EHPx1xAk7YGRLP5mAvps9TkjGCMkgPTTV0vdq/4U3iLN9phaM70B8YQVfeurI9uLzAOK61A==", "dependencies": { "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", diff --git a/front/package.json b/front/package.json index 6c285b8f3907c..51b3d41954685 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.343-rc5", + "@dust-tt/sparkle": "0.2.345", "@dust-tt/types": "file:../types", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11",