Skip to content
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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@vitejs/plugin-react": "^4.1.0",
"autoprefixer": "^10.4.21",
"babel-plugin-named-exports-order": "^0.0.2",
"chromatic": "^7.4.0",
"chromatic": "^12.0.0",
"cypress": "^13.3.1",
"cypress-vite": "^1.4.2",
"prop-types": "^15.8.1",
Expand Down
18 changes: 13 additions & 5 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3063,14 +3063,22 @@ __metadata:
languageName: node
linkType: hard

"chromatic@npm:^7.4.0":
version: 7.6.0
resolution: "chromatic@npm:7.6.0"
"chromatic@npm:^12.0.0":
version: 12.0.0
resolution: "chromatic@npm:12.0.0"
peerDependencies:
"@chromatic-com/cypress": ^0.*.* || ^1.0.0
"@chromatic-com/playwright": ^0.*.* || ^1.0.0
peerDependenciesMeta:
"@chromatic-com/cypress":
optional: true
"@chromatic-com/playwright":
optional: true
bin:
chroma: dist/bin.js
chromatic: dist/bin.js
chromatic-cli: dist/bin.js
checksum: 10c0/5ed93689daea8ad22fe3a81e7238357933063905cf5f3acb5a2ec54dbcb5f9ae18c0c66b8bc2d7ed0c909144d9620864f97db70427d10f46de6c7960f6612b2b
checksum: 10c0/fb6022581f9d04b29b731a0696178f027cf7b37b90d34bcb6c493f158c7b66f5047b2702d06b4c5246d5ac8ae5712ff5996959b32061726f862c0ec9396adfdb
languageName: node
linkType: hard

Expand Down Expand Up @@ -4244,7 +4252,7 @@ __metadata:
autoprefixer: "npm:^10.4.21"
axios: "npm:^1.7.4"
babel-plugin-named-exports-order: "npm:^0.0.2"
chromatic: "npm:^7.4.0"
chromatic: "npm:^12.0.0"
classnames: "npm:^2.3.2"
cmdk: "npm:^1.1.1"
cypress: "npm:^13.3.1"
Expand Down
Loading