File tree 3 files changed +189
-165
lines changed
3 files changed +189
-165
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "types": [
3
+ {
4
+ "type": "feat",
5
+ "section": "Features"
6
+ },
7
+ {
8
+ "type": "fix",
9
+ "section": "Bug Fixes"
10
+ },
11
+ {
12
+ "type": "test",
13
+ "section": "Tests"
14
+ },
15
+ {
16
+ "type": "build",
17
+ "section": "Build System"
18
+ },
19
+ {
20
+ "type": "docs",
21
+ "section": "Documentation"
22
+ },
23
+ {
24
+ "type": "ci",
25
+ "section": "Continuous Integration"
26
+ },
27
+ {
28
+ "type": "chore",
29
+ "section": "Chores",
30
+ "hidden": true
31
+ }
32
+ ]
33
+ }
Original file line number Diff line number Diff line change 137
137
"@babel/plugin-transform-runtime" : " 7.9.0" ,
138
138
"@babel/preset-env" : " 7.9.0" ,
139
139
"@babel/register" : " 7.9.0" ,
140
- "@commitlint/cli" : " 8.3.5 " ,
141
- "@commitlint/config-conventional" : " 8.3.4 " ,
140
+ "@commitlint/cli" : " 9.1.1 " ,
141
+ "@commitlint/config-conventional" : " 9.1.1 " ,
142
142
"codacy-coverage" : " 3.4.0" ,
143
143
"concurrently" : " 5.1.0" ,
144
144
"cross-env" : " 7.0.0" ,
149
149
"eslint-config-airbnb" : " 18.0.1" ,
150
150
"eslint-config-prettier" : " 6.10.0" ,
151
151
"eslint-plugin-mocha" : " 6.3.0" ,
152
- "husky" : " 4.2.3 " ,
152
+ "husky" : " 4.2.5 " ,
153
153
"npm-run-all" : " 4.1.5" ,
154
154
"prettier" : " 1.19.1" ,
155
155
"pretty-quick" : " 2.0.1" ,
156
156
"react-scripts" : " 3.4.0" ,
157
157
"redux-mock-store" : " 1.5.4" ,
158
158
"spectron" : " 10.0.1" ,
159
- "standard-version" : " 8.0.1 " ,
159
+ "standard-version" : " 8.0.2 " ,
160
160
"wait-on" : " 4.0.1"
161
161
},
162
162
"build" : {
You can’t perform that action at this time.
0 commit comments