From ba02b3fd0dc15bed3dc311c609cb679b1aaefcc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 01:08:09 +0000 Subject: [PATCH] build(deps-dev): bump storybook from 10.3.3 to 10.3.4 in /packages/ui Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 10.3.3 to 10.3.4. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.3.4/code/core) --- updated-dependencies: - dependency-name: storybook dependency-version: 10.3.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/ui/package-lock.json | 16 ++++++++++++---- packages/ui/package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/packages/ui/package-lock.json b/packages/ui/package-lock.json index 16b68247e..be28f3ba4 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.3.3", + "storybook": "^10.3.4", "tailwind-csstree": "^0.1.4", "tailwindcss": "^4.2.2", "tsx": "^4.21.0", @@ -5339,6 +5339,13 @@ "dev": true, "license": "MIT" }, + "node_modules/@webcontainer/env": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@webcontainer/env/-/env-1.1.1.tgz", + "integrity": "sha512-6aN99yL695Hi9SuIk1oC88l9o0gmxL1nGWWQ/kNy81HigJ0FoaoTXpytCj6ItzgyCEwA9kF1wixsTuv5cjsgng==", + "dev": true, + "license": "MIT" + }, "node_modules/@whatwg-node/disposablestack": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/@whatwg-node/disposablestack/-/disposablestack-0.0.6.tgz", @@ -12327,9 +12334,9 @@ } }, "node_modules/storybook": { - "version": "10.3.3", - "resolved": "https://registry.npmjs.org/storybook/-/storybook-10.3.3.tgz", - "integrity": "sha512-tMoRAts9EVqf+mEMPLC6z1DPyHbcPe+CV1MhLN55IKsl0HxNjvVGK44rVPSePbltPE6vIsn4bdRj6CCUt8SJwQ==", + "version": "10.3.4", + "resolved": "https://registry.npmjs.org/storybook/-/storybook-10.3.4.tgz", + "integrity": "sha512-866YXZy9k59tLPl9SN3KZZOFeBC/swxkuBVtW8iQjJIzfCrvk7zXQd8RSQ4ignmCdArVvY4lGMCAT4yNaZSt1g==", "dev": true, "license": "MIT", "dependencies": { @@ -12339,6 +12346,7 @@ "@testing-library/user-event": "^14.6.1", "@vitest/expect": "3.2.4", "@vitest/spy": "3.2.4", + "@webcontainer/env": "^1.1.1", "esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0", "open": "^10.2.0", "recast": "^0.23.5", diff --git a/packages/ui/package.json b/packages/ui/package.json index 4c567e39c..323ece255 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.3.3", + "storybook": "^10.3.4", "tailwind-csstree": "^0.1.4", "tailwindcss": "^4.2.2", "tsx": "^4.21.0",