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
Next Next commit
Upgrade @chromatic-com/storybook to version 4.1.2 in package.json and…
… yarn.lock
  • Loading branch information
ndelangen committed Oct 29, 2025
commit 755c8b0fc603a5a5dd421a422beb5ede57188601
2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"typescript": "^5.8.3"
},
"dependencies": {
"@chromatic-com/storybook": "^4.1.1",
"@chromatic-com/storybook": "^4.1.2",
"@nx/vite": "20.8.2",
"@nx/workspace": "20.8.2",
"@playwright/test": "1.52.0",
Expand Down
12 changes: 6 additions & 6 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2089,18 +2089,18 @@ __metadata:
languageName: node
linkType: hard

"@chromatic-com/storybook@npm:^4.1.1":
version: 4.1.1
resolution: "@chromatic-com/storybook@npm:4.1.1"
"@chromatic-com/storybook@npm:^4.1.2":
version: 4.1.2
resolution: "@chromatic-com/storybook@npm:4.1.2"
dependencies:
"@neoconfetti/react": "npm:^1.0.0"
chromatic: "npm:^12.0.0"
filesize: "npm:^10.0.12"
jsonfile: "npm:^6.1.0"
strip-ansi: "npm:^7.1.0"
peerDependencies:
storybook: ^0.0.0-0 || ^9.0.0 || ^9.1.0-0 || ^9.2.0-0 || ^10.0.0-0
checksum: 10c0/7c343305a6feedfddf123b302e5b0aea5bd09fa5722e5d81d6f331d6d8282825002b55e9360d438c71edc7344e622d4f573804255fc779d5dd39d6d09b2fa6ea
storybook: ^0.0.0-0 || ^9.0.0 || ^9.1.0-0 || ^9.2.0-0 || ^10.0.0-0 || ^10.1.0-0 || ^10.2.0-0 || ^10.3.0-0
checksum: 10c0/1719a79acba4a6e851b0729724f049fae99c904a9619916d877ec05524cd6bc4141908b8d11aef4dfe9724fbeb6d3629ffbc8ea15f1ac5b59d5317b93a70a510
languageName: node
linkType: hard

Expand Down Expand Up @@ -6847,7 +6847,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@storybook/root@workspace:."
dependencies:
"@chromatic-com/storybook": "npm:^4.1.1"
"@chromatic-com/storybook": "npm:^4.1.2"
"@nx/vite": "npm:20.8.2"
"@nx/workspace": "npm:20.8.2"
"@playwright/test": "npm:1.52.0"
Expand Down
2 changes: 1 addition & 1 deletion test-storybooks/yarn-pnp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"react-dom": "^19.1.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.1.1",
"@chromatic-com/storybook": "^4.1.2",
"@eslint/js": "^9.29.0",
"@playwright/test": "1.52.0",
"@storybook/addon-a11y": "9.1.0-alpha.6",
Expand Down
Loading