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

Bump @storybook/addon-links from 8.3.5 to 8.3.6 #344

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 @@ -73,7 +73,7 @@
"@rollup/pluginutils": "^5.1.2",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-interactions": "^8.3.6",
"@storybook/addon-links": "^8.3.5",
"@storybook/addon-links": "^8.3.6",
"@storybook/blocks": "^8.3.6",
"@storybook/channels": "^8.3.6",
"@storybook/components": "^8.3.6",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2123,20 +2123,20 @@ __metadata:
languageName: node
linkType: hard

"@storybook/addon-links@npm:^8.3.5":
version: 8.3.5
resolution: "@storybook/addon-links@npm:8.3.5"
"@storybook/addon-links@npm:^8.3.6":
version: 8.3.6
resolution: "@storybook/addon-links@npm:8.3.6"
dependencies:
"@storybook/csf": "npm:^0.1.11"
"@storybook/global": "npm:^5.0.0"
ts-dedent: "npm:^2.0.0"
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
storybook: ^8.3.5
storybook: ^8.3.6
peerDependenciesMeta:
react:
optional: true
checksum: 10c0/ac431b420196fea7f9aa2a62356d2221c75065515ba82e4a0bbcddaa66a9a61d93f186e6efde87ca43ddfd043f3503f4459449d0f3f76935707276b87698f0d3
checksum: 10c0/28d837680ef9c51aa1a4f43fb8c461dce90281264b2a259bf4ca7929d734bbda9a8ca54bf04d328ca4436c6d64b9cdb5b594717f8840d6d9693d0e637bdd8909
languageName: node
linkType: hard

Expand Down Expand Up @@ -8191,7 +8191,7 @@ __metadata:
"@rollup/pluginutils": "npm:^5.1.2"
"@storybook/addon-essentials": "npm:^8.3.6"
"@storybook/addon-interactions": "npm:^8.3.6"
"@storybook/addon-links": "npm:^8.3.5"
"@storybook/addon-links": "npm:^8.3.6"
"@storybook/blocks": "npm:^8.3.6"
"@storybook/channels": "npm:^8.3.6"
"@storybook/components": "npm:^8.3.6"
Expand Down
Loading