Skip to content

Commit a19b5bd

Browse files
authored
Merge pull request #12025 from ethereum/chromatic
Add `chromatic` back to the project
2 parents b8639fc + d1ed20b commit a19b5bd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"crowdin-contributors": "ts-node -O '{ \"module\": \"commonjs\" }' src/scripts/crowdin/getCrowdinContributors.ts",
1515
"storybook": "storybook dev -p 6006",
1616
"build-storybook": "storybook build",
17+
"chromatic": "chromatic --project-token fee8e66c9916",
1718
"crowdin-clean": "rm -rf .crowdin && mkdir .crowdin",
1819
"crowdin-import": "ts-node src/scripts/crowdin-import.ts",
1920
"markdown-checker": "ts-node -O '{ \"module\": \"commonjs\" }' src/scripts/markdownChecker.ts"
@@ -70,6 +71,7 @@
7071
"@types/node": "^20.4.2",
7172
"@types/react": "^18.2.15",
7273
"@types/react-dom": "^18.2.7",
74+
"chromatic": "^10.5.0",
7375
"eslint": "^8.45.0",
7476
"eslint-config-next": "^13.0.0",
7577
"eslint-config-prettier": "^9.0.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6070,6 +6070,11 @@ chownr@^2.0.0:
60706070
resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece"
60716071
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
60726072

6073+
chromatic@^10.5.0:
6074+
version "10.5.0"
6075+
resolved "https://registry.yarnpkg.com/chromatic/-/chromatic-10.5.0.tgz#85349cccb30d2d004668fdd33314f701300fc72e"
6076+
integrity sha512-fOdncJpF/JxRKhNyKwkxw08tVyqF+SJq/TI9cEEUgqip/+KHDfW4U0fy2U1C+RXuJefN6FgqOflsEUoURNBmGg==
6077+
60736078
chrome-trace-event@^1.0.2:
60746079
version "1.0.3"
60756080
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"

0 commit comments

Comments
 (0)