From f86afa2b3ee64568283323e4420572aceb88d6b7 Mon Sep 17 00:00:00 2001 From: Stanislas Polu Date: Fri, 29 Sep 2023 12:42:38 +0200 Subject: [PATCH] Bump sparkle to fix modal (#1879) --- 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 8ce7d6686764..309bebcfc57e 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@dust-tt/sparkle": "0.1.91", + "@dust-tt/sparkle": "0.1.92", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11", "@nangohq/frontend": "^0.16.1", @@ -722,9 +722,9 @@ "license": "Apache-2.0" }, "node_modules/@dust-tt/sparkle": { - "version": "0.1.91", - "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.1.91.tgz", - "integrity": "sha512-O5ZWHVEXtV/IOHBJdWeTk+jaDU+8hJWkREiBKfb7H4kkO1DHD+k2i6TuJnQB0YO6xzChV80GUzxmt0OvV1XUBQ==", + "version": "0.1.92", + "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.1.92.tgz", + "integrity": "sha512-Q+WWQdugcBknny3ntju3fXsf1TBiLV++02K0PBcLProIEH5wehzR/r9wBnDwe3NVtUHjMY/AbXrtUCGIjMWEtA==", "dependencies": { "@headlessui/react": "^1.7.17" }, diff --git a/front/package.json b/front/package.json index 4a970213e2ad..f51a4f421679 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.1.91", + "@dust-tt/sparkle": "0.1.92", "@headlessui/react": "^1.7.7", "@heroicons/react": "^2.0.11", "@nangohq/frontend": "^0.16.1",