Skip to content

Commit

Permalink
chore(deps-dev): bump @storybook/theming from 7.5.2 to 7.5.3
Browse files Browse the repository at this point in the history
Bumps [@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming) from 7.5.2 to 7.5.3.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.5.3/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.5.3/code/lib/theming)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2023
1 parent c4ad50e commit 6e22e67
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@storybook/addons": "7.5.2",
"@storybook/html": "7.5.2",
"@storybook/html-vite": "7.5.2",
"@storybook/theming": "7.5.2",
"@storybook/theming": "7.5.3",
"@testing-library/react": "13.4.0",
"@types/node": "18.11.9",
"@types/react": "18.2.14",
Expand Down
26 changes: 25 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5449,6 +5449,15 @@ __metadata:
languageName: node
linkType: hard

"@storybook/client-logger@npm:7.5.3":
version: 7.5.3
resolution: "@storybook/client-logger@npm:7.5.3"
dependencies:
"@storybook/global": ^5.0.0
checksum: 0931daa2274f93dc1921e0c48cfb3a938b4c88843327e832c49115ea0aaa48ee5ddaeb37dc51ba0c7daac84215d62a9101befbfbf0088ce272396eb6c3f1d046
languageName: node
linkType: hard

"@storybook/codemod@npm:7.5.2":
version: 7.5.2
resolution: "@storybook/codemod@npm:7.5.2"
Expand Down Expand Up @@ -5957,6 +5966,21 @@ __metadata:
languageName: node
linkType: hard

"@storybook/theming@npm:7.5.3":
version: 7.5.3
resolution: "@storybook/theming@npm:7.5.3"
dependencies:
"@emotion/use-insertion-effect-with-fallbacks": ^1.0.0
"@storybook/client-logger": 7.5.3
"@storybook/global": ^5.0.0
memoizerific: ^1.11.3
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: e9769d0ad9144d47755d89fad0788ca6fa990116e2c8a3ab7c491357d71adea9feb248d1a5d6a81f4981720feaf80f42373a9ed4adb85906babc14422824fae9
languageName: node
linkType: hard

"@storybook/types@npm:7.5.2":
version: 7.5.2
resolution: "@storybook/types@npm:7.5.2"
Expand Down Expand Up @@ -13073,7 +13097,7 @@ __metadata:
"@storybook/core-events": 7.5.2
"@storybook/html": 7.5.2
"@storybook/html-vite": 7.5.2
"@storybook/theming": 7.5.2
"@storybook/theming": 7.5.3
"@testing-library/react": 13.4.0
"@types/node": 18.11.9
"@types/react": 18.2.14
Expand Down

0 comments on commit 6e22e67

Please sign in to comment.