Bump @storybook/builder-webpack5 from 6.4.21 to 6.4.22

Bumps [@storybook/builder-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/lib/core) from 6.4.21 to 6.4.22.
- [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/v6.4.22/lib/core)

---
updated-dependencies:
- dependency-name: "@storybook/builder-webpack5"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-14 15:22:13 +00:00 committed by GitHub
parent 60c21575aa
commit c92166b63b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 19 deletions

View File

@ -69,7 +69,7 @@
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/builder-webpack5": "^6.4.20",
"@storybook/builder-webpack5": "^6.4.22",
"@storybook/manager-webpack5": "^6.4.22",
"@storybook/node-logger": "^6.4.22",
"@storybook/preset-create-react-app": "^4.1.0",

View File

@ -2854,10 +2854,10 @@
webpack-hot-middleware "^2.25.1"
webpack-virtual-modules "^0.2.2"
"@storybook/builder-webpack5@^6.4.20":
version "6.4.21"
resolved "https://registry.yarnpkg.com/@storybook/builder-webpack5/-/builder-webpack5-6.4.21.tgz#d601676083a263a1f03847b12fe2ad1ecd3865bb"
integrity sha512-pUD8+wL2LN1iFHAcpDo0E7lXkL5E6pCqmKmUbkgs1bPgvY0n9gyvDK46H70P/HWu+PGXKMXI/gofsF5ub1NaRQ==
"@storybook/builder-webpack5@^6.4.22":
version "6.4.22"
resolved "https://registry.yarnpkg.com/@storybook/builder-webpack5/-/builder-webpack5-6.4.22.tgz#cd10b3b307f4a6f9c474d3b72ba5555055395681"
integrity sha512-vvQ0HgkIIVz+cmaCXIRor0UFZbGZqh4aV0ISSof60BjdW5ld+R+XCr/bdTU6Zg8b2fL9CXh7/LE6fImnIMpRIA==
dependencies:
"@babel/core" "^7.12.10"
"@babel/plugin-proposal-class-properties" "^7.12.1"
@ -2879,21 +2879,21 @@
"@babel/preset-env" "^7.12.11"
"@babel/preset-react" "^7.12.10"
"@babel/preset-typescript" "^7.12.7"
"@storybook/addons" "6.4.21"
"@storybook/api" "6.4.21"
"@storybook/channel-postmessage" "6.4.21"
"@storybook/channels" "6.4.21"
"@storybook/client-api" "6.4.21"
"@storybook/client-logger" "6.4.21"
"@storybook/components" "6.4.21"
"@storybook/core-common" "6.4.21"
"@storybook/core-events" "6.4.21"
"@storybook/node-logger" "6.4.21"
"@storybook/preview-web" "6.4.21"
"@storybook/router" "6.4.21"
"@storybook/addons" "6.4.22"
"@storybook/api" "6.4.22"
"@storybook/channel-postmessage" "6.4.22"
"@storybook/channels" "6.4.22"
"@storybook/client-api" "6.4.22"
"@storybook/client-logger" "6.4.22"
"@storybook/components" "6.4.22"
"@storybook/core-common" "6.4.22"
"@storybook/core-events" "6.4.22"
"@storybook/node-logger" "6.4.22"
"@storybook/preview-web" "6.4.22"
"@storybook/router" "6.4.22"
"@storybook/semver" "^7.3.2"
"@storybook/store" "6.4.21"
"@storybook/theming" "6.4.21"
"@storybook/store" "6.4.22"
"@storybook/theming" "6.4.22"
"@types/node" "^14.0.10"
babel-loader "^8.0.0"
babel-plugin-macros "^3.0.1"