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

chore(deps): update dependency @chromatic-com/storybook to v3 #14222

Merged
merged 2 commits into from
Dec 5, 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 frontend/libs/studio-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"uuid": "10.0.0"
},
"devDependencies": {
"@chromatic-com/storybook": "2.0.2",
"@chromatic-com/storybook": "3.2.2",
"@storybook/addon-essentials": "8.4.5",
"@storybook/addon-interactions": "8.4.5",
"@storybook/addon-links": "8.4.5",
Expand Down
22 changes: 12 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1920,16 +1920,18 @@ __metadata:
languageName: node
linkType: hard

"@chromatic-com/storybook@npm:2.0.2":
version: 2.0.2
resolution: "@chromatic-com/storybook@npm:2.0.2"
"@chromatic-com/storybook@npm:3.2.2":
version: 3.2.2
resolution: "@chromatic-com/storybook@npm:3.2.2"
dependencies:
chromatic: "npm:^11.4.0"
chromatic: "npm:^11.15.0"
filesize: "npm:^10.0.12"
jsonfile: "npm:^6.1.0"
react-confetti: "npm:^6.1.0"
strip-ansi: "npm:^7.1.0"
checksum: 10/acd23f87072aaec2a4db174ec19b2479d9a0a4390f10ca804198f6453dce0c35055861bc19a4905fee97f8fd87e43b6c51fda7ce3e30bb355a2729af85f53440
peerDependencies:
storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0
checksum: 10/71338edf56cdbc855074c78981f2e1612b364cd864fa99bbda5c0aad147769b9f476de2fd76816102fd504efc5c0c54ba559d5ac9e3828d53278fe7000863d54
languageName: node
linkType: hard

Expand Down Expand Up @@ -4108,7 +4110,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@studio/components@workspace:frontend/libs/studio-components"
dependencies:
"@chromatic-com/storybook": "npm:2.0.2"
"@chromatic-com/storybook": "npm:3.2.2"
"@storybook/addon-essentials": "npm:8.4.5"
"@storybook/addon-interactions": "npm:8.4.5"
"@storybook/addon-links": "npm:8.4.5"
Expand Down Expand Up @@ -7448,9 +7450,9 @@ __metadata:
languageName: node
linkType: hard

"chromatic@npm:^11.4.0":
version: 11.5.1
resolution: "chromatic@npm:11.5.1"
"chromatic@npm:^11.15.0":
version: 11.19.0
resolution: "chromatic@npm:11.19.0"
peerDependencies:
"@chromatic-com/cypress": ^0.*.* || ^1.0.0
"@chromatic-com/playwright": ^0.*.* || ^1.0.0
Expand All @@ -7463,7 +7465,7 @@ __metadata:
chroma: dist/bin.js
chromatic: dist/bin.js
chromatic-cli: dist/bin.js
checksum: 10/092406c78e3971b16221170f29581ae1d9ea4aa3c014e945aafeb8663cb44ebed97fbb8b36aedf93b0a336d4eca69440061ba8b9eb133f77a46059fe8452a691
checksum: 10/e9e55d3ceeb6b7f7d1b591c123c83b07b3afacfac2deb4f6a48d2edd6664f5da65a3b2ab42002e5269c90894fa029755ad95f8763f5730cbeaa3ecc1de3ab309
languageName: node
linkType: hard

Expand Down
Loading