File tree Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint" ,
3
- "version" : " 5.2. 0" ,
3
+ "version" : " 5.3.0- 0" ,
4
4
"description" : " Lint your commit messages" ,
5
5
"bin" : {
6
6
"commitlint" : " cli.js"
28
28
},
29
29
"license" : " MIT" ,
30
30
"dependencies" : {
31
- "@commitlint/cli" : " ^5.2. 0" ,
31
+ "@commitlint/cli" : " ^5.3.0- 0" ,
32
32
"read-pkg" : " 3.0.0" ,
33
33
"resolve-pkg" : " 1.0.0"
34
34
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/cli" ,
3
- "version" : " 5.2. 0" ,
3
+ "version" : " 5.3.0- 0" ,
4
4
"description" : " Lint your commit messages" ,
5
5
"bin" : {
6
6
"commitlint" : " ./lib/cli.js"
69
69
"xo" : " 0.18.2"
70
70
},
71
71
"dependencies" : {
72
- "@commitlint/core" : " ^5.2. 0" ,
72
+ "@commitlint/core" : " ^5.3.0- 0" ,
73
73
"babel-polyfill" : " 6.26.0" ,
74
74
"babel-runtime" : " ^6.26.0" ,
75
75
"chalk" : " 2.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-conventional" ,
3
- "version" : " 5.1.3 " ,
3
+ "version" : " 5.3.0-0 " ,
4
4
"description" : " Shareable commitlint config enforcing conventional commits" ,
5
5
"scripts" : {
6
6
"clean" : " exit 0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/core" ,
3
- "version" : " 5.2. 0" ,
3
+ "version" : " 5.3.0- 0" ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt-cli" ,
3
- "version" : " 5.2. 0" ,
3
+ "version" : " 5.3.0- 0" ,
4
4
"description" : " commit prompt using commitlint.config.js" ,
5
5
"bin" : {
6
6
"commit" : " ./cli.js"
31
31
"xo" : " 0.18.2"
32
32
},
33
33
"dependencies" : {
34
- "@commitlint/prompt" : " ^5.2. 0" ,
34
+ "@commitlint/prompt" : " ^5.3.0- 0" ,
35
35
"execa" : " 0.8.0" ,
36
36
"meow" : " 3.7.0"
37
37
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt" ,
3
- "version" : " 5.2. 0" ,
3
+ "version" : " 5.3.0- 0" ,
4
4
"description" : " commitizen prompt using commitlint.config.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"scripts" : {
66
66
"xo" : " 0.18.2"
67
67
},
68
68
"dependencies" : {
69
- "@commitlint/core" : " ^5.2. 0" ,
69
+ "@commitlint/core" : " ^5.3.0- 0" ,
70
70
"babel-runtime" : " ^6.23.0" ,
71
71
"chalk" : " ^2.0.0" ,
72
72
"lodash" : " ^4.17.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/travis-cli" ,
3
- "version" : " 5.2.2 " ,
3
+ "version" : " 5.3.0-0 " ,
4
4
"description" : " Lint all relevant commits for a change or PR on Travis CI" ,
5
5
"bin" : {
6
6
"commitlint-travis" : " ./lib/cli.js"
64
64
"which" : " ^1.3.0"
65
65
},
66
66
"dependencies" : {
67
- "@commitlint/cli" : " ^5.2. 0" ,
67
+ "@commitlint/cli" : " ^5.3.0- 0" ,
68
68
"babel-runtime" : " ^6.26.0" ,
69
69
"execa" : " ^0.8.0"
70
70
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/example-prompt" ,
3
3
"private" : true ,
4
- "version" : " 5.2. 0" ,
4
+ "version" : " 5.3.0- 0" ,
5
5
"description" : " Example for prompt guide" ,
6
6
"scripts" : {
7
7
"commit" : " commit"
17
17
},
18
18
"homepage" : " https://github.com/marionebl/commitlint#readme" ,
19
19
"devDependencies" : {
20
- "@commitlint/prompt-cli" : " ^5.2. 0"
20
+ "@commitlint/prompt-cli" : " ^5.3.0- 0"
21
21
}
22
22
}
Original file line number Diff line number Diff line change 2
2
"lerna" : " 2.5.1" ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
- "version" : " 5.2.2 "
5
+ "version" : " 5.3.0-0 "
6
6
}
You can’t perform that action at this time.
0 commit comments