Allow for chromedriver patch version updates

e2e-tests were failing on my environment when using chromedriver 2.33.0, but they work when using chromedriver 2.33.2. I decided to change the version to `^2.33.0` instead of `2.33.2` to allow future patch version updates to happen automatically and to follow the version definition used for the other packages used by WC.
This commit is contained in:
Rodrigo Primo 2017-11-06 15:06:48 -02:00
parent e097a52f48
commit 4c99c085e7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
"babel-preset-stage-2": "^6.13.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chromedriver": "2.33.0",
"chromedriver": "^2.33.0",
"config": "^1.24.0",
"cross-env": "^3.0.0",
"grunt": "~1.0.1",