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-docs from 8.3.0 to 8.3.1 #1974

Merged
merged 1 commit into from
Sep 18, 2024
Merged
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
55 changes: 54 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2152,7 +2152,7 @@ __metadata:
languageName: node
linkType: hard

"@storybook/addon-docs@npm:8.3.0, @storybook/addon-docs@npm:^8.2.9":
"@storybook/addon-docs@npm:8.3.0":
version: 8.3.0
resolution: "@storybook/addon-docs@npm:8.3.0"
dependencies:
Expand All @@ -2174,6 +2174,28 @@ __metadata:
languageName: node
linkType: hard

"@storybook/addon-docs@npm:^8.2.9":
version: 8.3.1
resolution: "@storybook/addon-docs@npm:8.3.1"
dependencies:
"@mdx-js/react": "npm:^3.0.0"
"@storybook/blocks": "npm:8.3.1"
"@storybook/csf-plugin": "npm:8.3.1"
"@storybook/global": "npm:^5.0.0"
"@storybook/react-dom-shim": "npm:8.3.1"
"@types/react": "npm:^16.8.0 || ^17.0.0 || ^18.0.0"
fs-extra: "npm:^11.1.0"
react: "npm:^16.8.0 || ^17.0.0 || ^18.0.0"
react-dom: "npm:^16.8.0 || ^17.0.0 || ^18.0.0"
rehype-external-links: "npm:^3.0.0"
rehype-slug: "npm:^6.0.0"
ts-dedent: "npm:^2.0.0"
peerDependencies:
storybook: ^8.3.1
checksum: 10c0/e4678da612da960892b00c5ef6ec241f70a963f73097a8c1716390fe776b20d37f0296b22d6994ea2966d35ad31f9385b009b4d63a2ea1e16ac6a7f89f669642
languageName: node
linkType: hard

"@storybook/addon-essentials@npm:^8.2.9":
version: 8.3.0
resolution: "@storybook/addon-essentials@npm:8.3.0"
Expand Down Expand Up @@ -2325,6 +2347,37 @@ __metadata:
languageName: node
linkType: hard

"@storybook/blocks@npm:8.3.1":
version: 8.3.1
resolution: "@storybook/blocks@npm:8.3.1"
dependencies:
"@storybook/csf": "npm:^0.1.11"
"@storybook/global": "npm:^5.0.0"
"@storybook/icons": "npm:^1.2.10"
"@types/lodash": "npm:^4.14.167"
color-convert: "npm:^2.0.1"
dequal: "npm:^2.0.2"
lodash: "npm:^4.17.21"
markdown-to-jsx: "npm:^7.4.5"
memoizerific: "npm:^1.11.3"
polished: "npm:^4.2.2"
react-colorful: "npm:^5.1.2"
telejson: "npm:^7.2.0"
ts-dedent: "npm:^2.0.0"
util-deprecate: "npm:^1.0.2"
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
storybook: ^8.3.1
peerDependenciesMeta:
react:
optional: true
react-dom:
optional: true
checksum: 10c0/276f5164878fedce20af6f8c36ecdecbc680b8a0c507447d2c0bb096016680d7be6c6bb4a8a1ddd8ba689b864ef845a7b7f42b2c7e1e8accdd3a2e04792cdd36
languageName: node
linkType: hard

"@storybook/builder-vite@npm:8.3.1, @storybook/builder-vite@npm:^8.2.9":
version: 8.3.1
resolution: "@storybook/builder-vite@npm:8.3.1"
Expand Down
Loading