diff --git a/front/package-lock.json b/front/package-lock.json index 71f33aa6078e..2319e5d4a63f 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -4,11 +4,10 @@ "requires": true, "packages": { "": { - "name": "front", "dependencies": { "@auth0/nextjs-auth0": "^3.5.0", "@dust-tt/client": "file:../sdks/js", - "@dust-tt/sparkle": "^0.2.339", + "@dust-tt/sparkle": "^0.2.340-rc-1 ", "@dust-tt/types": "file:../types", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11", @@ -11453,9 +11452,9 @@ "link": true }, "node_modules/@dust-tt/sparkle": { - "version": "0.2.339", - "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.339.tgz", - "integrity": "sha512-5SaV+/T077ioLs5y53/o6c9xRsZuubPEcnDpdIG1u00Da12zi8zUnYepplnkCOLKaSje+1KQK1Iw5XH6mkVTEQ==", + "version": "0.2.340-rc-1", + "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.2.340-rc-1.tgz", + "integrity": "sha512-gMNj181/sVR4KdgHgKI7hrY17SJg4auD9AXlMwxoW6J+nlxl2iZ5Hij2yy28TXW1dzccRhfWkiwc7v8xVkRKUg==", "dependencies": { "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", diff --git a/front/package.json b/front/package.json index 382662e59b6f..6478870f409b 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.339", + "@dust-tt/sparkle": "^0.2.340-rc-1 ", "@dust-tt/types": "file:../types", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11",