From ec1af07374adec0389bb59db9b2fc69c420d02ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 11:52:25 +0000 Subject: [PATCH] build(deps-dev): bump storybook from 10.3.1 to 10.3.3 in /packages/ui (#9465) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/ui/package-lock.json | 8 ++++---- packages/ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/ui/package-lock.json b/packages/ui/package-lock.json index c71754234..7857b8927 100644 --- a/packages/ui/package-lock.json +++ b/packages/ui/package-lock.json @@ -37,7 +37,7 @@ "jsdom": "^29.0.1", "publint": "^0.3.18", "size-limit": "^12.0.0", - "storybook": "^10.2.16", + "storybook": "^10.3.3", "tailwind-csstree": "^0.1.4", "tailwindcss": "^4.2.2", "tsx": "^4.21.0", @@ -12327,9 +12327,9 @@ } }, "node_modules/storybook": { - "version": "10.3.1", - "resolved": "https://registry.npmjs.org/storybook/-/storybook-10.3.1.tgz", - "integrity": "sha512-i/CA1dUyVcF6cNL3tgPTQ/G6Evh6r3QdATuiiKObrA3QkEKmt3jrY+WeuQA7FCcmHk/vKabeliNrblaff8aY6Q==", + "version": "10.3.3", + "resolved": "https://registry.npmjs.org/storybook/-/storybook-10.3.3.tgz", + "integrity": "sha512-tMoRAts9EVqf+mEMPLC6z1DPyHbcPe+CV1MhLN55IKsl0HxNjvVGK44rVPSePbltPE6vIsn4bdRj6CCUt8SJwQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/packages/ui/package.json b/packages/ui/package.json index ff62ea40d..d10656e87 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -105,7 +105,7 @@ "jsdom": "^29.0.1", "publint": "^0.3.18", "size-limit": "^12.0.0", - "storybook": "^10.2.16", + "storybook": "^10.3.3", "tailwind-csstree": "^0.1.4", "tailwindcss": "^4.2.2", "tsx": "^4.21.0",