Skip to content

Commit

Permalink
Merge a11f78b into f93f90d
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 4, 2019
2 parents f93f90d + a11f78b commit dedc6b8
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 25 deletions.
49 changes: 30 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -58,7 +58,7 @@
"sinon": "^5.1.0",
"sinon-chai": "^3.1.0",
"temp": "^0.9.0",
"through2": "^2.0.0",
"through2": "^3.0.0",
"tmp": "0.0.33",
"vinyl": "^2.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-core/package.json
Expand Up @@ -38,7 +38,7 @@
"q": "^1.5.1",
"read-pkg": "^3.0.0",
"read-pkg-up": "^3.0.0",
"through2": "^2.0.0"
"through2": "^3.0.0"
},
"scripts": {
"test-windows": "mocha --timeout 30000"
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-writer/package.json
Expand Up @@ -45,7 +45,7 @@
"meow": "^4.0.0",
"semver": "^5.5.0",
"split": "^1.0.0",
"through2": "^2.0.0"
"through2": "^3.0.0"
},
"scripts": {
"test-windows": "echo 'make work on windows'"
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-commits-parser/package.json
Expand Up @@ -38,7 +38,7 @@
"lodash": "^4.2.1",
"meow": "^4.0.0",
"split2": "^2.0.0",
"through2": "^2.0.0",
"through2": "^3.0.0",
"trim-off-newlines": "^1.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/git-raw-commits/package.json
Expand Up @@ -37,7 +37,7 @@
"lodash.template": "^4.0.2",
"meow": "^4.0.0",
"split2": "^2.0.0",
"through2": "^2.0.0"
"through2": "^3.0.0"
},
"scripts": {
"test-windows": "mocha --timeout 30000"
Expand Down
2 changes: 1 addition & 1 deletion packages/gulp-conventional-changelog/package.json
Expand Up @@ -39,6 +39,6 @@
"fancy-log": "^1.3.2",
"object-assign": "^4.0.1",
"plugin-error": "^1.0.1",
"through2": "^2.0.0"
"through2": "^3.0.0"
}
}

0 comments on commit dedc6b8

Please sign in to comment.