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 @chromatic-com/storybook from 2.0.2 to 3.2.0 #1063

Closed
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 @@ -36,7 +36,7 @@
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@chromatic-com/storybook": "^2.0.2",
"@chromatic-com/storybook": "^3.2.0",
"@eslint/js": "^9.13.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
Expand Down
46 changes: 39 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1414,16 +1414,21 @@ __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.0":
version: 3.2.0
resolution: "@chromatic-com/storybook@npm:3.2.0"
dependencies:
chromatic: "npm:^11.4.0"
"@storybook/channels": "npm:^8.3.0"
"@storybook/telemetry": "npm:^8.3.0"
"@storybook/types": "npm:^8.3.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: 10c0/a997e8247168d9c30030966877836839951b6acd65899a4bb683d78d37e549a3285ca14a721893d75bef5b89e075d7090d084023c142680efaef60c9db64e7fa
peerDependencies:
storybook: "*"
checksum: 10c0/59485e69a55df6b1998e19bf0e129fa1f9a86d3ae541f4dcb6f6dd945e7b9a6258ce75e244aaa73821039cef8c57424402a3c0bf63a66b4511a2ac0b5611103b
languageName: node
linkType: hard

Expand Down Expand Up @@ -2753,6 +2758,15 @@ __metadata:
languageName: node
linkType: hard

"@storybook/channels@npm:^8.3.0":
version: 8.3.6
resolution: "@storybook/channels@npm:8.3.6"
peerDependencies:
storybook: ^8.3.6
checksum: 10c0/3c34ed2b03c60c6ed1160d9a0efdb836be892e333556848ff492c16ab6d92521207512670d42f69d681f521e50f130a00f692610a3ca63228a8d2b49be57f4fa
languageName: node
linkType: hard

"@storybook/client-api@npm:7.6.17":
version: 7.6.17
resolution: "@storybook/client-api@npm:7.6.17"
Expand Down Expand Up @@ -3071,6 +3085,15 @@ __metadata:
languageName: node
linkType: hard

"@storybook/telemetry@npm:^8.3.0":
version: 8.3.6
resolution: "@storybook/telemetry@npm:8.3.6"
peerDependencies:
storybook: ^8.3.6
checksum: 10c0/b4fd8d0e238335249aa82dea49bde56813e0c771e67dd7110fb9e038d1e2bd64aa03e76ee865ef6a7f0fd5220d02bd7bcf3273bb4c19403e3d527d9dd7a258d4
languageName: node
linkType: hard

"@storybook/test@npm:8.3.6, @storybook/test@npm:^8.3.6":
version: 8.3.6
resolution: "@storybook/test@npm:8.3.6"
Expand Down Expand Up @@ -3126,6 +3149,15 @@ __metadata:
languageName: node
linkType: hard

"@storybook/types@npm:^8.3.0":
version: 8.3.6
resolution: "@storybook/types@npm:8.3.6"
peerDependencies:
storybook: ^8.3.6
checksum: 10c0/482f55e34877f9eb94a8ff4627a254f3b5442f91f13363e6837e3a9c220a369be1c6ce4652b870b7fa4e522c3365825651f9e04a21bda76b104a6c1f7435e274
languageName: node
linkType: hard

"@testing-library/dom@npm:10.4.0":
version: 10.4.0
resolution: "@testing-library/dom@npm:10.4.0"
Expand Down Expand Up @@ -4839,7 +4871,7 @@ __metadata:
languageName: node
linkType: hard

"chromatic@npm:^11.4.0":
"chromatic@npm:^11.15.0":
version: 11.16.1
resolution: "chromatic@npm:11.16.1"
peerDependencies:
Expand Down Expand Up @@ -8519,7 +8551,7 @@ __metadata:
"@babel/preset-env": "npm:^7.26.0"
"@babel/preset-react": "npm:^7.25.9"
"@babel/preset-typescript": "npm:^7.26.0"
"@chromatic-com/storybook": "npm:^2.0.2"
"@chromatic-com/storybook": "npm:^3.2.0"
"@emotion/css": "npm:^11.13.4"
"@emotion/react": "npm:^11.13.3"
"@emotion/styled": "npm:^11.13.0"
Expand Down
Loading