From 790d3e64c396a9769373752021e95693770bd258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 20:40:38 +0000 Subject: [PATCH] build(deps-dev): bump @storybook/addon-webpack5-compiler-babel Bumps the storybook group in /demo with 1 update: [@storybook/addon-webpack5-compiler-babel](https://github.com/storybookjs/addon-webpack5-compiler-babel). Updates `@storybook/addon-webpack5-compiler-babel` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/storybookjs/addon-webpack5-compiler-babel/releases) - [Changelog](https://github.com/storybookjs/addon-webpack5-compiler-babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/storybookjs/addon-webpack5-compiler-babel/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: "@storybook/addon-webpack5-compiler-babel" dependency-version: 4.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook ... Signed-off-by: dependabot[bot] --- demo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/package.json b/demo/package.json index 8900f0be..04e96b57 100644 --- a/demo/package.json +++ b/demo/package.json @@ -43,7 +43,7 @@ "@playwright/experimental-ct-react": "1.52.0", "@playwright/test": "1.52.0", "@storybook/addon-docs": "10.3.3", - "@storybook/addon-webpack5-compiler-babel": "4.0.0", + "@storybook/addon-webpack5-compiler-babel": "4.0.1", "@storybook/cli": "10.3.3", "@storybook/preset-scss": "1.0.3", "@storybook/react": "10.3.3",