Skip to content

Commit b677150

Browse files
build(deps-dev): update version and release deps
1 parent d1027bc commit b677150

File tree

3 files changed

+189
-165
lines changed

3 files changed

+189
-165
lines changed

.versionrc

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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+
}

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@
137137
"@babel/plugin-transform-runtime": "7.9.0",
138138
"@babel/preset-env": "7.9.0",
139139
"@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",
142142
"codacy-coverage": "3.4.0",
143143
"concurrently": "5.1.0",
144144
"cross-env": "7.0.0",
@@ -149,14 +149,14 @@
149149
"eslint-config-airbnb": "18.0.1",
150150
"eslint-config-prettier": "6.10.0",
151151
"eslint-plugin-mocha": "6.3.0",
152-
"husky": "4.2.3",
152+
"husky": "4.2.5",
153153
"npm-run-all": "4.1.5",
154154
"prettier": "1.19.1",
155155
"pretty-quick": "2.0.1",
156156
"react-scripts": "3.4.0",
157157
"redux-mock-store": "1.5.4",
158158
"spectron": "10.0.1",
159-
"standard-version": "8.0.1",
159+
"standard-version": "8.0.2",
160160
"wait-on": "4.0.1"
161161
},
162162
"build": {

0 commit comments

Comments
 (0)