File tree 9 files changed +15
-15
lines changed
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" : " 8.3.2 " ,
3
+ "version" : " 8.3.3 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" cli.js"
34
34
},
35
35
"license" : " MIT" ,
36
36
"dependencies" : {
37
- "@commitlint/cli" : " ^8.3.2 " ,
37
+ "@commitlint/cli" : " ^8.3.3 " ,
38
38
"read-pkg" : " 5.2.0" ,
39
39
"resolve-pkg" : " 2.0.0"
40
40
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/cli" ,
3
- "version" : " 8.3.2 " ,
3
+ "version" : " 8.3.3 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" index.js" ,
72
72
"dependencies" : {
73
73
"@commitlint/format" : " ^8.3.2" ,
74
74
"@commitlint/lint" : " ^8.3.2" ,
75
- "@commitlint/load" : " ^8.3.2 " ,
75
+ "@commitlint/load" : " ^8.3.3 " ,
76
76
"@commitlint/read" : " ^8.3.2" ,
77
77
"babel-polyfill" : " 6.26.0" ,
78
78
"chalk" : " 2.4.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-conventional" ,
3
- "version" : " 8.3.2 " ,
3
+ "version" : " 8.3.3 " ,
4
4
"description" : " Shareable commitlint config enforcing conventional commits" ,
5
5
"files" : [
6
6
" index.js"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/core" ,
3
- "version" : " 8.3.2 " ,
3
+ "version" : " 8.3.3 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" index.js"
34
34
"dependencies" : {
35
35
"@commitlint/format" : " ^8.3.2" ,
36
36
"@commitlint/lint" : " ^8.3.2" ,
37
- "@commitlint/load" : " ^8.3.2 " ,
37
+ "@commitlint/load" : " ^8.3.3 " ,
38
38
"@commitlint/read" : " ^8.3.2"
39
39
}
40
40
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/load" ,
3
- "version" : " 8.3.2 " ,
3
+ "version" : " 8.3.3 " ,
4
4
"description" : " Load shared commitlint configuration" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt-cli" ,
3
- "version" : " 8.3.2 " ,
3
+ "version" : " 8.3.3 " ,
4
4
"description" : " commit prompt using commitlint.config.js" ,
5
5
"files" : [
6
6
" cli.js"
34
34
"ava" : " 0.25.0"
35
35
},
36
36
"dependencies" : {
37
- "@commitlint/prompt" : " ^8.3.2 " ,
37
+ "@commitlint/prompt" : " ^8.3.3 " ,
38
38
"execa" : " 0.11.0" ,
39
39
"string-to-stream" : " 3.0.1"
40
40
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt" ,
3
- "version" : " 8.3.2 " ,
3
+ "version" : " 8.3.3 " ,
4
4
"description" : " commitizen prompt using commitlint.config.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"files" : [
65
65
"cross-env" : " 6.0.3"
66
66
},
67
67
"dependencies" : {
68
- "@commitlint/load" : " ^8.3.2 " ,
68
+ "@commitlint/load" : " ^8.3.3 " ,
69
69
"babel-runtime" : " ^6.23.0" ,
70
70
"chalk" : " ^2.0.0" ,
71
71
"lodash" : " 4.17.15" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/travis-cli" ,
3
- "version" : " 8.3.2 " ,
3
+ "version" : " 8.3.3 " ,
4
4
"description" : " Lint all relevant commits for a change or PR on Travis CI" ,
5
5
"files" : [
6
6
" lib/"
65
65
"which" : " 2.0.1"
66
66
},
67
67
"dependencies" : {
68
- "@commitlint/cli" : " ^8.3.2 " ,
68
+ "@commitlint/cli" : " ^8.3.3 " ,
69
69
"babel-runtime" : " 6.26.0" ,
70
70
"execa" : " 0.11.0"
71
71
}
Original file line number Diff line number Diff line change 2
2
"lerna" : " 2" ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
- "version" : " 8.3.2 "
5
+ "version" : " 8.3.3 "
6
6
}
You can’t perform that action at this time.
0 commit comments