Skip to content

Commit c624727

Browse files
chore(deps): update dependency @chromatic-com/storybook to v4
1 parent 8e24750 commit c624727

File tree

2 files changed

+16
-23
lines changed

2 files changed

+16
-23
lines changed

packages/@d-zero/custom-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"storybook": "storybook build"
3232
},
3333
"devDependencies": {
34-
"@chromatic-com/storybook": "3.2.6",
34+
"@chromatic-com/storybook": "4.0.0",
3535
"@storybook/addon-essentials": "8.6.14",
3636
"@storybook/blocks": "8.6.14",
3737
"@storybook/experimental-addon-test": "8.6.14",

yarn.lock

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,15 @@
182182
"@babel/helper-string-parser" "^7.27.1"
183183
"@babel/helper-validator-identifier" "^7.27.1"
184184

185-
"@chromatic-com/storybook@3.2.6":
186-
version "3.2.6"
187-
resolved "https://registry.yarnpkg.com/@chromatic-com/storybook/-/storybook-3.2.6.tgz#24fd1a2536311c7538145ccc4d971e90c202e43b"
188-
integrity sha512-FDmn5Ry2DzQdik+eq2sp/kJMMT36Ewe7ONXUXM2Izd97c7r6R/QyGli8eyh/F0iyqVvbLveNYFyF0dBOJNwLqw==
185+
"@chromatic-com/storybook@4.0.0":
186+
version "4.0.0"
187+
resolved "https://registry.yarnpkg.com/@chromatic-com/storybook/-/storybook-4.0.0.tgz#63a6a19d8f1dba8eac96c58af2d4e5a74588ff4b"
188+
integrity sha512-FfyMHK/lz/dHezWxwNZv4ReFORWVvv+bJx71NT2BSfLhOKOaoZnKJOe4QLyGxWAB7ynnedrM9V9qea3FPFj+rQ==
189189
dependencies:
190-
chromatic "^11.15.0"
190+
"@neoconfetti/react" "^1.0.0"
191+
chromatic "^12.0.0"
191192
filesize "^10.0.12"
192193
jsonfile "^6.1.0"
193-
react-confetti "^6.1.0"
194194
strip-ansi "^7.1.0"
195195

196196
"@commitlint/[email protected]":
@@ -1639,6 +1639,11 @@
16391639
"@emnapi/runtime" "^1.1.0"
16401640
"@tybys/wasm-util" "^0.9.0"
16411641

1642+
"@neoconfetti/react@^1.0.0":
1643+
version "1.0.0"
1644+
resolved "https://registry.yarnpkg.com/@neoconfetti/react/-/react-1.0.0.tgz#9a619d980a2285a829b1f8c78ca6484f0364a370"
1645+
integrity sha512-klcSooChXXOzIm+SE5IISIAn3bYzYfPjbX7D7HoqZL84oAfgREeSg5vSIaSFH+DaGzzvImTyWe1OyrJ67vik4A==
1646+
16421647
"@nodelib/[email protected]":
16431648
version "2.1.5"
16441649
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -4029,10 +4034,10 @@ chownr@^2.0.0:
40294034
resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece"
40304035
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
40314036

4032-
chromatic@^11.15.0:
4033-
version "11.29.0"
4034-
resolved "https://registry.yarnpkg.com/chromatic/-/chromatic-11.29.0.tgz#da556dbd3b043e8c6a3134d1afa3bb4ad7317410"
4035-
integrity sha512-yisBlntp9hHVj19lIQdpTlcYIXuU9H/DbFuu6tyWHmj6hWT2EtukCCcxYXL78XdQt1vm2GfIrtgtKpj/Rzmo4A==
4037+
chromatic@^12.0.0:
4038+
version "12.2.0"
4039+
resolved "https://registry.yarnpkg.com/chromatic/-/chromatic-12.2.0.tgz#2f22865d66fa82d7c5565170f70eabb613223671"
4040+
integrity sha512-GswmBW9ZptAoTns1BMyjbm55Z7EsIJnUvYKdQqXIBZIKbGErmpA+p4c0BYA+nzw5B0M+rb3Iqp1IaH8TFwIQew==
40364041

40374042
40384043
version "2.8.0"
@@ -10984,13 +10989,6 @@ rc-config-loader@^4.1.3:
1098410989
json5 "^2.2.2"
1098510990
require-from-string "^2.0.2"
1098610991

10987-
react-confetti@^6.1.0:
10988-
version "6.4.0"
10989-
resolved "https://registry.yarnpkg.com/react-confetti/-/react-confetti-6.4.0.tgz#e9416b5b3c8baf6f0bb1c5a8e1e3c89babd2c837"
10990-
integrity sha512-5MdGUcqxrTU26I2EU7ltkWPwxvucQTuqMm8dUz72z2YMqTD6s9vMcDUysk7n9jnC+lXuCPeJJ7Knf98VEYE9Rg==
10991-
dependencies:
10992-
tween-functions "^1.2.0"
10993-
1099410992
"react-dom@^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0":
1099510993
version "19.1.0"
1099610994
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.1.0.tgz#133558deca37fa1d682708df8904b25186793623"
@@ -12917,11 +12915,6 @@ tuf-js@^2.2.1:
1291712915
debug "^4.3.4"
1291812916
make-fetch-happen "^13.0.1"
1291912917

12920-
tween-functions@^1.2.0:
12921-
version "1.2.0"
12922-
resolved "https://registry.yarnpkg.com/tween-functions/-/tween-functions-1.2.0.tgz#1ae3a50e7c60bb3def774eac707acbca73bbc3ff"
12923-
integrity sha512-PZBtLYcCLtEcjL14Fzb1gSxPBeL7nWvGhO5ZFPGqziCcr8uvHp0NDmdjBchp6KHL+tExcg0m3NISmKxhU394dA==
12924-
1292512918
type-check@^0.4.0, type-check@~0.4.0:
1292612919
version "0.4.0"
1292712920
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)