diff --git a/front/package-lock.json b/front/package-lock.json index fd0f20e869b8..e2545750c323 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@dust-tt/sparkle": "^0.2.37-alpha", + "@dust-tt/sparkle": "^0.2.37", "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", "@headlessui/react": "^1.7.7", @@ -860,9 +860,9 @@ "integrity": "sha512-smLocSfrt3s53H/XSVP3/1kP42oqvrkjUPtyaFd1F79ux24oE31BKt+q0c6lsa6hOYrFzsIwyc5GXAI5JmfOew==" }, "node_modules/@dust-tt/sparkle": { - "version": "0.2.37-alpha", - "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.37-alpha.tgz", - "integrity": "sha512-1rlViBjWbxXgg3g/tSf8WYdVOVFVZsgQ1/P8w+3JL1fpSsqJ/PQfvPhTzKDieBHGQ4bA5B6CTAsFn7oKL5r15A==", + "version": "0.2.37", + "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.37.tgz", + "integrity": "sha512-NTAFitU/iK/m99cGLq2GJ3jj5INrlb8RSJBe8bp7yBtG+9czw0Q615fDu9cFOlK3qPHK6a9T78jD5AgVwvhVEQ==", "dependencies": { "@headlessui/react": "^1.7.17" }, diff --git a/front/package.json b/front/package.json index f159affc5135..f212b17aaaf6 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.2.37-alpha", + "@dust-tt/sparkle": "^0.2.37", "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", "@headlessui/react": "^1.7.7",