Skip to content

Commit

Permalink
Bump pkgUp (#8163)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriijas authored Dec 13, 2019
1 parent ebcffda commit 9922275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-dev-utils/browsersHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function checkBrowsers(dir, isInteractive, retry = true) {
}

return (
pkgUp(dir)
pkgUp({ cwd: dir })
.then(filePath => {
if (filePath == null) {
return Promise.reject();
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9922275

Please sign in to comment.