[6.x] [npm] pin chromedriver to 2.33.2 (#16857) (#16859)

See https://bugs.chromium.org/p/chromedriver/issues/detail?id=2239

Until Chrome v65 is commonplace, chromedriver 2.34+ won't respond when changing the URL and the new url only has a different hash
This commit is contained in:
Spencer 2018-02-21 20:36:23 -07:00 committed by GitHub
parent 867b34d505
commit 2355976769
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -229,7 +229,7 @@
"chance": "1.0.6",
"cheerio": "0.22.0",
"chokidar": "1.6.0",
"chromedriver": "2.34.0",
"chromedriver": "2.33.2",
"classnames": "2.2.5",
"enzyme": "3.2.0",
"enzyme-adapter-react-16": "^1.1.1",

View file

@ -2087,9 +2087,9 @@ chokidar@^1.4.1, chokidar@^1.6.0, chokidar@^1.7.0:
optionalDependencies:
fsevents "^1.0.0"
chromedriver@2.34.0:
version "2.34.0"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-2.34.0.tgz#f5f51c4f213c7cfec0c9d7d6fa76e19e308417aa"
chromedriver@2.33.2:
version "2.33.2"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-2.33.2.tgz#8fc779d54b6e45bef55d264a1eceed52427a9b49"
dependencies:
del "^3.0.0"
extract-zip "^1.6.5"