Skip to content

Commit

Permalink
build(deps-dev): bump @storybook/react from 7.5.3 to 7.6.0 (#5703)
Browse files Browse the repository at this point in the history
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) from 7.5.3 to 7.6.0.
- [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/v7.6.0/code/renderers/react)

---
updated-dependencies:
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent 8996a04 commit f90200e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/app-content-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@storybook/addon-a11y": "~7.6.0",
"@storybook/addon-essentials": "~7.5.0",
"@storybook/nextjs": "~7.6.0",
"@storybook/react": "~7.5.0",
"@storybook/react": "~7.6.0",
"@testing-library/dom": "~9.3.0",
"@testing-library/react": "~14.1.0",
"@testing-library/user-event": "~14.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@storybook/addon-a11y": "~7.6.0",
"@storybook/addon-essentials": "~7.5.0",
"@storybook/nextjs": "~7.6.0",
"@storybook/react": "~7.5.0",
"@storybook/react": "~7.6.0",
"@testing-library/dom": "~9.3.0",
"@testing-library/react": "~14.1.0",
"@testing-library/user-event": "~14.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-classifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@babel/register": "~7.22.5",
"@storybook/addon-a11y": "~7.6.0",
"@storybook/addon-essentials": "~7.5.0",
"@storybook/react": "~7.5.0",
"@storybook/react": "~7.6.0",
"@storybook/react-webpack5": "~7.5.0",
"@testing-library/dom": "~9.3.0",
"@testing-library/react": "~14.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@babel/register": "~7.22.5",
"@storybook/addon-a11y": "~7.6.0",
"@storybook/addon-essentials": "~7.5.0",
"@storybook/react": "~7.5.0",
"@storybook/react": "~7.6.0",
"@storybook/react-webpack5": "~7.5.0",
"@testing-library/dom": "~9.3.0",
"@testing-library/react": "~14.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@node-loader/babel": "~2.0.1",
"@storybook/addon-a11y": "~7.6.0",
"@storybook/addon-essentials": "~7.5.2",
"@storybook/react": "~7.5.2",
"@storybook/react": "~7.6.0",
"@storybook/react-webpack5": "~7.5.2",
"@testing-library/dom": "~9.3.0",
"@testing-library/react": "~14.1.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4760,7 +4760,7 @@
"@storybook/react" "7.5.3"
"@types/node" "^18.0.0"

"@storybook/[email protected]", "@storybook/react@~7.5.0", "@storybook/react@~7.5.2":
"@storybook/[email protected]":
version "7.5.3"
resolved "https://registry.yarnpkg.com/@storybook/react/-/react-7.5.3.tgz#fe01ff2057826bdf55b0852deea7e76859757c01"
integrity sha512-dZILdM36xMFDjdmmy421G5X+sOIncB2qF3IPTooniG1i1Z6v/dVNo57ovdID9lDTNa+AWr2fLB9hANiISMqmjQ==
Expand All @@ -4787,7 +4787,7 @@
type-fest "~2.19"
util-deprecate "^1.0.2"

"@storybook/[email protected]":
"@storybook/[email protected]", "@storybook/react@~7.6.0":
version "7.6.0"
resolved "https://registry.yarnpkg.com/@storybook/react/-/react-7.6.0.tgz#24f77bb0fb1bf3f71d475c8a5b714defa2336f3b"
integrity sha512-9ohJYqNAjGa1Lqxs8wKQNAifLjuQCSOFRx1yFb9azpJ7VS/G4CJ9v4p0Et79rqhP9EcHgACZx/8jFQsQgDD9ug==
Expand Down

0 comments on commit f90200e

Please sign in to comment.