Skip to content

Commit

Permalink
feat(deps): pify@^4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Jul 17, 2019
1 parent d9aa249 commit f8ee7e6
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 11 deletions.
2 changes: 1 addition & 1 deletion commands/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"init-package-json": "^1.10.3",
"npm-package-arg": "^6.1.0",
"p-reduce": "^1.0.0",
"pify": "^3.0.0",
"pify": "^4.0.1",
"semver": "^5.5.0",
"slash": "^2.0.0",
"validate-npm-package-license": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion core/conventional-commits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lodash.template": "^4.5.0",
"npm-package-arg": "^6.1.0",
"npmlog": "^4.1.2",
"pify": "^3.0.0",
"pify": "^4.0.1",
"semver": "^5.5.0"
}
}
49 changes: 42 additions & 7 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"normalize-newline": "^3.0.0",
"normalize-path": "^3.0.0",
"path-key": "^2.0.1",
"pify": "^4.0.1",
"prettier": "^1.18.2",
"tacks": "^1.3.0",
"tar": "^4.4.10",
Expand Down
2 changes: 1 addition & 1 deletion utils/npm-conf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
},
"dependencies": {
"config-chain": "^1.1.11",
"pify": "^3.0.0"
"pify": "^4.0.1"
}
}
2 changes: 1 addition & 1 deletion utils/npm-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"fs-extra": "^7.0.0",
"npm-package-arg": "^6.1.0",
"npmlog": "^4.1.2",
"pify": "^3.0.0",
"pify": "^4.0.1",
"read-package-json": "^2.0.13"
}
}

3 comments on commit f8ee7e6

@revelt
Copy link
Contributor

@revelt revelt commented on f8ee7e6 Jul 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we will be able to replace pify with util.promisify when we stop supporting Node v6 and move to Node v8... Even the latter reaches EOL this December...

@evocateur
Copy link
Member Author

@evocateur evocateur commented on f8ee7e6 Jul 25, 2019 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@revelt
Copy link
Contributor

@revelt revelt commented on f8ee7e6 Jul 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd help if I could but Lerna's source is beyond my level, I'll patrol Issues section instead.

Please sign in to comment.