From ae927cb1de72580106074332920fc20f004a8166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 19:30:40 +0000 Subject: [PATCH] build(deps-dev): bump storybook from 10.1.11 to 10.3.6 Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 10.1.11 to 10.3.6. - [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.6/code/core) --- updated-dependencies: - dependency-name: storybook dependency-version: 10.3.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 59 ++++++++++++++++------------------------------- package.json | 2 +- 2 files changed, 21 insertions(+), 40 deletions(-) diff --git a/package-lock.json b/package-lock.json index b77839f3a6..352845ef53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "prettier-plugin-svelte": "^3.4.1", "rollup-plugin-postcss": "^4.0.2", "sinon": "^21.0.1", - "storybook": "^10.1.11", + "storybook": "^10.3.6", "stylelint": "^17.0.0", "stylelint-config-recommended": "^18.0.0", "stylelint-config-standard": "^40.0.0", @@ -1898,9 +1898,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1914,9 +1911,6 @@ "cpu": [ "arm" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1930,9 +1924,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1946,9 +1937,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1962,9 +1950,6 @@ "cpu": [ "loong64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1978,9 +1963,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1994,9 +1976,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2010,9 +1989,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2026,9 +2002,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2042,9 +2015,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -2058,9 +2028,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4044,6 +4011,13 @@ "@xtuc/long": "4.2.2" } }, + "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/@webpack-cli/configtest": { "version": "3.0.1", "dev": true, @@ -12090,20 +12064,23 @@ "license": "MIT" }, "node_modules/storybook": { - "version": "10.1.11", + "version": "10.3.6", + "resolved": "https://registry.npmjs.org/storybook/-/storybook-10.3.6.tgz", + "integrity": "sha512-vbSz7g/1rGMC1uAULqMZjALkIuLu2QABqfhRYhyr/11kzyesi+vAmwyJLukZP1FfecxGOgMwOh6GS0YsGpHAvQ==", "dev": true, "license": "MIT", "dependencies": { "@storybook/global": "^5.0.0", - "@storybook/icons": "^2.0.0", - "@testing-library/jest-dom": "^6.6.3", + "@storybook/icons": "^2.0.1", + "@testing-library/jest-dom": "^6.9.1", "@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", - "semver": "^7.6.2", + "semver": "^7.7.3", "use-sync-external-store": "^1.5.0", "ws": "^8.18.0" }, @@ -12115,11 +12092,15 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "prettier": "^2 || ^3" + "prettier": "^2 || ^3", + "vite-plus": "^0.1.15" }, "peerDependenciesMeta": { "prettier": { "optional": true + }, + "vite-plus": { + "optional": true } } }, diff --git a/package.json b/package.json index a17ce17e99..82fb57f5ad 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "prettier-plugin-svelte": "^3.4.1", "rollup-plugin-postcss": "^4.0.2", "sinon": "^21.0.1", - "storybook": "^10.1.11", + "storybook": "^10.3.6", "stylelint": "^17.0.0", "stylelint-config-recommended": "^18.0.0", "stylelint-config-standard": "^40.0.0",