Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Upgrade @storybook/addon-designs to version 11.0.1 in package.json an…
…d yarn.lock
  • Loading branch information
ndelangen committed Oct 29, 2025
commit 9d7469be0c5002eebf22fc2288200e3fd5ddd8c5
2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"@nx/workspace": "20.8.2",
"@playwright/test": "1.52.0",
"@storybook/addon-a11y": "workspace:*",
"@storybook/addon-designs": "^11.0.0",
"@storybook/addon-designs": "^11.0.1",
"@storybook/addon-docs": "workspace:*",
"@storybook/addon-links": "workspace:*",
"@storybook/addon-onboarding": "workspace:*",
Expand Down
14 changes: 7 additions & 7 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6095,24 +6095,24 @@ __metadata:
languageName: unknown
linkType: soft

"@storybook/addon-designs@npm:^11.0.0":
version: 11.0.0
resolution: "@storybook/addon-designs@npm:11.0.0"
"@storybook/addon-designs@npm:^11.0.1":
version: 11.0.1
resolution: "@storybook/addon-designs@npm:11.0.1"
dependencies:
"@figspec/react": "npm:^1.0.0"
peerDependencies:
"@storybook/addon-docs": ^10.0.0 || ^10.0.0-0
"@storybook/addon-docs": ^10.0.0 || ^10.0.0-0 || ^10.1.0-0 || ^10.2.0-0
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
storybook: ^10.0.0 || ^10.0.0-0
storybook: ^10.0.0 || ^10.0.0-0 || ^10.1.0-0 || ^10.2.0-0
peerDependenciesMeta:
"@storybook/addon-docs":
optional: true
react:
optional: true
react-dom:
optional: true
checksum: 10c0/c3e6ae2b55b6d4bae31af213aa92796c20e419e53e133504f3e1f666d4aff591112ef988748497fdd72fd10e56af32dda5caa3998d9b76b889cee0074f69b407
checksum: 10c0/69aca21c9be81345c91c782a72d7b2d90633581ef28be582836af1d9a7ddcc7515816391020b0ae947058bc59fd56c439a4b957a46ece6439cfbf8bfd1e0e2e7
languageName: node
linkType: hard

Expand Down Expand Up @@ -6852,7 +6852,7 @@ __metadata:
"@nx/workspace": "npm:20.8.2"
"@playwright/test": "npm:1.52.0"
"@storybook/addon-a11y": "workspace:*"
"@storybook/addon-designs": "npm:^11.0.0"
"@storybook/addon-designs": "npm:^11.0.1"
"@storybook/addon-docs": "workspace:*"
"@storybook/addon-links": "workspace:*"
"@storybook/addon-onboarding": "workspace:*"
Expand Down
Loading