From 6b86b50d6a91eac6b7c1e9b3a6172bdf25c6e6e3 Mon Sep 17 00:00:00 2001 From: Edouard Wautier <4435185+Duncid@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:33:15 +0200 Subject: [PATCH] Testing Sparkle 97 with Front (#1978) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Testing 976 with Front * Sparkle98 --------- Co-authored-by: édouard wautier --- 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 327c9b7db419..67a8fb9eea21 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@dust-tt/sparkle": "0.1.96", + "@dust-tt/sparkle": "0.1.98", "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", "@headlessui/react": "^1.7.7", @@ -727,9 +727,9 @@ "license": "Apache-2.0" }, "node_modules/@dust-tt/sparkle": { - "version": "0.1.96", - "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.1.96.tgz", - "integrity": "sha512-Oq/M/Rjv8L+S3CdUCsgdxLpCJmzg1UTQbXCELSh6doWxCb6FFFCe/hwAzxo10ai3fdpAw58JQp8bKn8S0eBlTQ==", + "version": "0.1.98", + "resolved": "https://registry.npmjs.org/@dust-tt/sparkle/-/sparkle-0.1.98.tgz", + "integrity": "sha512-pb4smqmPJw7T28JWl82dwzDtaX79rpBeu2w5UnaJFOr7ByRrCchEpnHFEQh7fTJDm31hdD/qO7cQvGGwxTDcMA==", "dependencies": { "@headlessui/react": "^1.7.17" }, diff --git a/front/package.json b/front/package.json index 14607ae70021..29b36c23433c 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.96", + "@dust-tt/sparkle": "0.1.98", "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", "@headlessui/react": "^1.7.7",