File tree 2 files changed +1750
-1266
lines changed
2 files changed +1750
-1266
lines changed Original file line number Diff line number Diff line change 28
28
"build-storybook" : " build-storybook" ,
29
29
"storybook" : " start-storybook -p 6006" ,
30
30
"chromatic" : " npx chromatic --project-token dqq8k95raoo" ,
31
- "semantic-release" : " semantic-release"
31
+ "semantic-release" : " semantic-release" ,
32
+ "commit" : " cz"
32
33
},
33
34
"peerDependencies" : {
34
35
"react" : " ^16.14.0" ,
57
58
"@typescript-eslint/eslint-plugin" : " ^5.14.0" ,
58
59
"@typescript-eslint/parser" : " ^5.14.0" ,
59
60
"chromatic" : " ^5.10.2" ,
61
+ "commitizen" : " ^4.2.4" ,
60
62
"cross-env" : " ^7.0.3" ,
63
+ "cz-conventional-changelog" : " ^3.3.0" ,
61
64
"eslint" : " ^6.8.0" ,
62
65
"eslint-config-airbnb-typescript" : " ^10.0.0" ,
63
66
"eslint-config-prettier" : " ^8.4.0" ,
115
118
"resolutions" : {
116
119
"npm/chalk" : " ^4.1.2"
117
120
},
118
- "packageManager" : " yarn@3.1.1"
121
+ "packageManager" : " yarn@3.1.1" ,
122
+ "config" : {
123
+ "commitizen" : {
124
+ "path" : " ./node_modules/cz-conventional-changelog"
125
+ }
126
+ }
119
127
}
You can’t perform that action at this time.
0 commit comments