Skip to content

Commit de738b3

Browse files
authored
update chromatic version (#178)
1 parent 7034be9 commit de738b3

4 files changed

Lines changed: 38 additions & 455 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ npm-debug.log*
88
screenshots/*
99
storybook-static
1010
yarn-error.log
11+
build-storybook.log

packages/frontend/.storybook/config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import Vue from 'vue';
2-
import 'storybook-chromatic';
2+
import 'chromatic';
33
import { configure } from '@storybook/vue';
44

5-
65
import { format as formatDate } from 'date-fns';
76

87
import '../src/style.styl';

packages/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "jest",
1212
"storybook": "start-storybook -p 6006 -s src/assets",
1313
"build-storybook": "build-storybook -s src/assets",
14-
"chromatic": "CHROMATIC_APP_CODE=f8ytond4pc5 chromatic test"
14+
"chromatic": "chromatic"
1515
},
1616
"dependencies": {
1717
"array-to-sentence": "^1.1.0",
@@ -64,7 +64,7 @@
6464
"debug": "^3.1.0",
6565
"npm-run-all": "^4.0.2",
6666
"regenerator-runtime": "^0.12.1",
67-
"storybook-chromatic": "1.2.1"
67+
"chromatic": "6.10.1"
6868
},
6969
"prettier": {
7070
"trailingComma": "all",

0 commit comments

Comments
 (0)