Lock puppeteer to 1.4.x.

1.8 doesn't seem to be able to click reliably.
This commit is contained in:
Guo Xiang Tan 2018-09-11 09:52:39 +08:00
parent 4ee8e77073
commit 244948497a
2 changed files with 14 additions and 12 deletions

View File

@ -12,7 +12,7 @@
"chrome-remote-interface": "^0.25",
"eslint": "^4.19",
"prettier": "^1.13",
"puppeteer": "^1.4",
"puppeteer": "1.4",
"pretender": "^1.6"
}
}

View File

@ -470,7 +470,7 @@ external-editor@^2.0.4:
iconv-lite "^0.4.17"
tmp "^0.0.33"
extract-zip@^1.6.6:
extract-zip@^1.6.5:
version "1.6.7"
resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-1.6.7.tgz#a840b4b8af6403264c8db57f4f1a74333ef81fe9"
dependencies:
@ -575,7 +575,7 @@ has-flag@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
https-proxy-agent@^2.2.1:
https-proxy-agent@^2.1.0:
version "2.2.1"
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.1.tgz#51552970fa04d723e04c56d04178c3f92592bbc0"
dependencies:
@ -851,18 +851,18 @@ pseudomap@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
puppeteer@^1.4:
version "1.8.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-1.8.0.tgz#9e8bbd2f5448cc19cac220efc0512837104877ad"
puppeteer@1.4:
version "1.4.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-1.4.0.tgz#437f0f3450d76e437185c0bf06f446e80f184692"
dependencies:
debug "^3.1.0"
extract-zip "^1.6.6"
https-proxy-agent "^2.2.1"
extract-zip "^1.6.5"
https-proxy-agent "^2.1.0"
mime "^2.0.3"
progress "^2.0.0"
proxy-from-env "^1.0.0"
rimraf "^2.6.1"
ws "^5.1.1"
ws "^3.0.0"
readable-stream@^2.2.2:
version "2.3.3"
@ -1078,11 +1078,13 @@ ws@3.3.x:
safe-buffer "~5.1.0"
ultron "~1.1.0"
ws@^5.1.1:
version "5.2.2"
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f"
ws@^3.0.0:
version "3.3.3"
resolved "https://registry.yarnpkg.com/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2"
dependencies:
async-limiter "~1.0.0"
safe-buffer "~5.1.0"
ultron "~1.1.0"
yallist@^2.1.2:
version "2.1.2"