Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): upgrade @storybook/csf to v0.1.11 #491

Merged
merged 1 commit into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@babel/types": "^7.22.5",
"@jest/types": "^29.6.3",
"@storybook/core-common": "next",
"@storybook/csf": "^0.1.2",
"@storybook/csf": "^0.1.11",
"@storybook/csf-tools": "next",
"@storybook/preview-api": "next",
"@swc/core": "^1.5.22",
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3727,7 +3727,16 @@ __metadata:
languageName: node
linkType: hard

"@storybook/csf@npm:^0.1.2, @storybook/csf@npm:^0.1.7":
"@storybook/csf@npm:^0.1.11":
version: 0.1.11
resolution: "@storybook/csf@npm:0.1.11"
dependencies:
type-fest: ^2.19.0
checksum: ba2a265f62ad82a2853b069f77e974efe31bed263a640ca1dd8e6d7e194022018a67ad4a2587ae928f33ae45aaf6ffedd5925ba3fcf3fe5b7996667a918e22eb
languageName: node
linkType: hard

"@storybook/csf@npm:^0.1.7":
version: 0.1.7
resolution: "@storybook/csf@npm:0.1.7"
dependencies:
Expand Down Expand Up @@ -3971,7 +3980,7 @@ __metadata:
"@storybook/addon-essentials": next
"@storybook/addon-interactions": next
"@storybook/core-common": next
"@storybook/csf": ^0.1.2
"@storybook/csf": ^0.1.11
"@storybook/csf-tools": next
"@storybook/preview-api": next
"@storybook/react": next
Expand Down
Loading