From f480457bc0ba9d6e29755086f7f3071e15ba2896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 19:20:28 +0000 Subject: [PATCH] chore(deps-dev): bump @storybook/theming from 8.3.0 to 8.6.14 Bumps [@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming) from 8.3.0 to 8.6.14. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Commits](https://github.com/storybookjs/storybook/commits/v8.6.14/code/lib/theming) --- updated-dependencies: - dependency-name: "@storybook/theming" dependency-version: 8.6.14 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8372f613..d5b2c2ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "@storybook/react": "^8.3.0", "@storybook/react-vite": "^8.3.0", "@storybook/test": "^8.3.0", - "@storybook/theming": "^8.0.8", + "@storybook/theming": "^8.6.14", "@testing-library/react": "^16.0.1", "@testing-library/webdriverio": "^3.2.1", "@types/du": "^1.0.3", @@ -4498,9 +4498,9 @@ } }, "node_modules/@storybook/theming": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-8.3.0.tgz", - "integrity": "sha512-lJCarAzswZvUgBt/o1LMJp+07Io5G2VI1+Fw+bgn+92kRD8otCFwuMZIy0u7cEjHiEGqGnpzThlIki6vFjEXeA==", + "version": "8.6.14", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-8.6.14.tgz", + "integrity": "sha512-r4y+LsiB37V5hzpQo+BM10PaCsp7YlZ0YcZzQP1OCkPlYXmUAFy2VvDKaFRpD8IeNPKug2u4iFm/laDEbs03dg==", "dev": true, "license": "MIT", "funding": { @@ -4508,7 +4508,7 @@ "url": "https://opencollective.com/storybook" }, "peerDependencies": { - "storybook": "^8.3.0" + "storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0" } }, "node_modules/@svgr/babel-plugin-add-jsx-attribute": { diff --git a/package.json b/package.json index d3bfbdbd..d90c0a0f 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@storybook/react": "^8.3.0", "@storybook/react-vite": "^8.3.0", "@storybook/test": "^8.3.0", - "@storybook/theming": "^8.0.8", + "@storybook/theming": "^8.6.14", "@testing-library/react": "^16.0.1", "@testing-library/webdriverio": "^3.2.1", "@types/du": "^1.0.3",