Bump pkgUp (#8163)

This commit is contained in:
Andreas Cederström
2019-12-13 10:57:54 +01:00
committed by GitHub
parent ebcffdacdc
commit 9922275c14
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ function checkBrowsers(dir, isInteractive, retry = true) {
}
return (
pkgUp(dir)
pkgUp({ cwd: dir })
.then(filePath => {
if (filePath == null) {
return Promise.reject();

View File

@@ -68,7 +68,7 @@
"is-root": "2.1.0",
"loader-utils": "1.2.3",
"open": "^7.0.0",
"pkg-up": "2.0.0",
"pkg-up": "3.1.0",
"react-error-overlay": "^6.0.4",
"recursive-readdir": "2.2.2",
"shell-quote": "1.7.2",