From 8f87075a99533b629322ef0289a75d28cc8a2566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:13:06 +0000 Subject: [PATCH] build(deps-dev): bump storybook from 10.2.13 to 10.2.16 in /packages/ui (#9362) 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 3194b7c1d..6c2ffa99f 100644 --- a/packages/ui/package-lock.json +++ b/packages/ui/package-lock.json @@ -37,7 +37,7 @@ "jsdom": "^28.1.0", "publint": "^0.3.18", "size-limit": "^12.0.0", - "storybook": "^10.2.7", + "storybook": "^10.2.16", "tailwind-csstree": "^0.1.4", "tailwindcss": "^4.2.1", "tsx": "^4.21.0", @@ -12371,9 +12371,9 @@ } }, "node_modules/storybook": { - "version": "10.2.13", - "resolved": "https://registry.npmjs.org/storybook/-/storybook-10.2.13.tgz", - "integrity": "sha512-heMfJjOfbHvL+wlCAwFZlSxcakyJ5yQDam6e9k2RRArB1veJhRnsjO6lO1hOXjJYrqxfHA/ldIugbBVlCDqfvQ==", + "version": "10.2.16", + "resolved": "https://registry.npmjs.org/storybook/-/storybook-10.2.16.tgz", + "integrity": "sha512-Az1Qro0XjCBttsuO55H2aIGPYqGx00T8O3o29rLQswOyZhgAVY9H2EnJiVsfmSG1Kwt8qYTVv7VxzLlqDxropA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 914303671..cedbc6272 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -105,7 +105,7 @@ "jsdom": "^28.1.0", "publint": "^0.3.18", "size-limit": "^12.0.0", - "storybook": "^10.2.7", + "storybook": "^10.2.16", "tailwind-csstree": "^0.1.4", "tailwindcss": "^4.2.1", "tsx": "^4.21.0",