From 15c48b70c4401c51528a9c55adeab14c2b3fe5a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 02:04:58 +0000 Subject: [PATCH] Bump @fluffylabs/shared-ui from 0.8.1 to 0.8.2 Bumps [@fluffylabs/shared-ui](https://github.com/FluffyLabs/shared-ui) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/FluffyLabs/shared-ui/releases) - [Commits](https://github.com/FluffyLabs/shared-ui/compare/v0.8.1...v0.8.2) --- updated-dependencies: - dependency-name: "@fluffylabs/shared-ui" dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0e637f..2cc6e08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "fluffy-codec-web", "version": "0.0.0", "dependencies": { - "@fluffylabs/shared-ui": "^0.8.1", + "@fluffylabs/shared-ui": "^0.8.2", "@typeberry/lib": "^0.5.10", "lucide-react": "^1.8.0", "react": "^19.2.4", @@ -802,9 +802,9 @@ } }, "node_modules/@fluffylabs/shared-ui": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@fluffylabs/shared-ui/-/shared-ui-0.8.1.tgz", - "integrity": "sha512-lC7/3F5dL7A+ZF7v91DDYcuJHcbc48oU7Wz1oUtwgxSz2VpCOq3OWpcIr3qTqairwjy5gMLxKMdqfq5CdmiaoQ==", + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/@fluffylabs/shared-ui/-/shared-ui-0.8.2.tgz", + "integrity": "sha512-kXz3zGRXMPixydEAw3zk1oUFT8DE4z26HR1u+5cuhth8MVenYsOYbcgd33Xe8Hszu37se899NriSqOXeqNJBdg==", "dependencies": { "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-dialog": "^1.1.15", diff --git a/package.json b/package.json index 1f3215e..7c3befd 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test": "vitest" }, "dependencies": { - "@fluffylabs/shared-ui": "^0.8.1", + "@fluffylabs/shared-ui": "^0.8.2", "@typeberry/lib": "^0.5.10", "lucide-react": "^1.8.0", "react": "^19.2.4",