Skip to content

Commit

Permalink
upgrade chromatic version
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed May 4, 2023
1 parent fc53085 commit cb1a0ca
Show file tree
Hide file tree
Showing 3 changed files with 638 additions and 928 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"storybook": "yarn workspace msw-storybook-docs storybook",
"msw:dev": "yarn workspace msw-storybook-addon dev",
"start": "npm-run-all --parallel storybook msw:dev",
"build": "yarn workspace msw-storybook-addon build && yarn workspace msw-storybook-docs storybook-build"
"build": "yarn workspace msw-storybook-addon build && yarn workspace msw-storybook-docs build-storybook"
},
"devDependencies": {
"npm-run-all": "^4.1.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "vitest run",
"test:watch": "vitest watch",
"storybook": "storybook dev -p 6006",
"storybook-build": "storybook build",
"build-storybook": "storybook build",
"msw:update": "msw init public"
},
"eslintConfig": {
Expand Down Expand Up @@ -62,7 +62,7 @@
"@storybook/addon-storysource": "^7.0.7",
"@storybook/react": "^7.0.7",
"@storybook/react-vite": "^7.0.7",
"chromatic": "^5.5.0",
"chromatic": "^6.17.4",
"msw": "^1.2.1",
"jsdom": "^21.1.0",
"storybook": "^7.0.7",
Expand Down

0 comments on commit cb1a0ca

Please sign in to comment.