mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
Bump pkgUp (#8163)
This commit is contained in:
committed by
GitHub
parent
ebcffdacdc
commit
9922275c14
2
packages/react-dev-utils/browsersHelper.js
vendored
2
packages/react-dev-utils/browsersHelper.js
vendored
@@ -67,7 +67,7 @@ function checkBrowsers(dir, isInteractive, retry = true) {
|
||||
}
|
||||
|
||||
return (
|
||||
pkgUp(dir)
|
||||
pkgUp({ cwd: dir })
|
||||
.then(filePath => {
|
||||
if (filePath == null) {
|
||||
return Promise.reject();
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user