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
2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"typescript": "^5.8.3"
},
"dependencies": {
"@chromatic-com/storybook": "^4.0.0",
"@chromatic-com/storybook": "^4.1.1",
"@nx/vite": "20.2.2",
"@nx/workspace": "20.2.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 @@ -2027,18 +2027,18 @@ __metadata:
languageName: node
linkType: hard

"@chromatic-com/storybook@npm:^4.0.0":
version: 4.0.0
resolution: "@chromatic-com/storybook@npm:4.0.0"
"@chromatic-com/storybook@npm:^4.1.1":
version: 4.1.1
resolution: "@chromatic-com/storybook@npm:4.1.1"
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
checksum: 10c0/36c3cfb3cfb25522e888206c3fe20b3cd5053c418afd5917b5a3ad7d93b839312cebd5c1f0a42e5c931e18a400a701781a2692d4c61ddda3a91fff62edd969b6
storybook: ^0.0.0-0 || ^9.0.0 || ^9.1.0-0 || ^9.2.0-0 || ^10.0.0-0
checksum: 10c0/7c343305a6feedfddf123b302e5b0aea5bd09fa5722e5d81d6f331d6d8282825002b55e9360d438c71edc7344e622d4f573804255fc779d5dd39d6d09b2fa6ea
languageName: node
linkType: hard

Expand Down Expand Up @@ -6724,7 +6724,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@storybook/root@workspace:."
dependencies:
"@chromatic-com/storybook": "npm:^4.0.0"
"@chromatic-com/storybook": "npm:^4.1.1"
"@nx/vite": "npm:20.2.2"
"@nx/workspace": "npm:20.2.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 @@ -55,7 +55,7 @@
"react-dom": "^19.1.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^4",
"@chromatic-com/storybook": "^4.1.1",
"@eslint/js": "^9.29.0",
"@playwright/test": "1.52.0",
"@storybook/addon-a11y": "9.1.0-alpha.6",
Expand Down
Loading