Skip to content

Commit

Permalink
fix: Update deps (#329)
Browse files Browse the repository at this point in the history
* Update deps

* Downgrade selenium-server to 3.7.1
  • Loading branch information
Igor Muchychka committed Dec 28, 2017
1 parent 3187b1a commit 811396b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 23 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -53,7 +53,7 @@
"resources"
],
"peerDependencies": {
"cucumber": "3.0.0 - 3.1.0",
"cucumber": "3.0.0 - 3.2.0",
"nightwatch": "0.9.0 - 0.9.19"
},
"devDependencies": {
Expand All @@ -62,13 +62,13 @@
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"chai": "^4.1.2",
"chromedriver": "^2.33.0",
"chromedriver": "^2.34.0",
"coveralls": "^3.0.0",
"cucumber": "3.2.0",
"cucumber-html-reporter": "3.0.4",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^4.13.0",
"eslint-config-standard": "^10.2.1",
"eslint": "^4.14.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-no-only-tests": "^2.0.0",
"eslint-plugin-node": "^5.2.0",
Expand All @@ -91,7 +91,7 @@
"selenium-server": "3.7.1",
"semantic-release": "7.0.2",
"twemoji": "^2.5.0",
"simple-icons": "^1.2.15"
"simple-icons": "^1.2.17"
},
"config": {
"commitizen": {
Expand Down
40 changes: 22 additions & 18 deletions yarn.lock
Expand Up @@ -645,9 +645,9 @@ check-error@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz#574d312edd88bb5dd8912e9286dd6c0aed4aac82"

chromedriver@^2.33.0:
version "2.33.2"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-2.33.2.tgz#8fc779d54b6e45bef55d264a1eceed52427a9b49"
chromedriver@^2.34.0:
version "2.34.0"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-2.34.0.tgz#f5f51c4f213c7cfec0c9d7d6fa76e19e308417aa"
dependencies:
del "^3.0.0"
extract-zip "^1.6.5"
Expand Down Expand Up @@ -1110,7 +1110,7 @@ debug@2.2.0:
dependencies:
ms "0.7.1"

debug@3.1.0, debug@^3.0.1:
debug@3.1.0, debug@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
dependencies:
Expand Down Expand Up @@ -1352,9 +1352,9 @@ escodegen@1.x.x, escodegen@^1.9.0:
optionalDependencies:
source-map "~0.5.6"

eslint-config-standard@^10.2.1:
version "10.2.1"
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-10.2.1.tgz#c061e4d066f379dc17cd562c64e819b4dd454591"
eslint-config-standard@^11.0.0-beta.0:
version "11.0.0-beta.0"
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-11.0.0-beta.0.tgz#f8afe69803d95c685a4b8392b8793188eb03cbb3"

eslint-import-resolver-node@^0.3.1:
version "0.3.1"
Expand Down Expand Up @@ -1413,21 +1413,25 @@ eslint-scope@^3.7.1:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint@^4.13.0:
version "4.13.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.13.0.tgz#1991aa359586af83877bde59de9d41f53e20826d"
eslint-visitor-keys@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"

eslint@^4.14.0:
version "4.14.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.14.0.tgz#96609768d1dd23304faba2d94b7fefe5a5447a82"
dependencies:
ajv "^5.3.0"
babel-code-frame "^6.22.0"
chalk "^2.1.0"
concat-stream "^1.6.0"
cross-spawn "^5.1.0"
debug "^3.0.1"
debug "^3.1.0"
doctrine "^2.0.2"
eslint-scope "^3.7.1"
eslint-visitor-keys "^1.0.0"
espree "^3.5.2"
esquery "^1.0.0"
estraverse "^4.2.0"
esutils "^2.0.2"
file-entry-cache "^2.0.0"
functional-red-black-tree "^1.0.1"
Expand Down Expand Up @@ -4308,9 +4312,9 @@ select@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/select/-/select-1.1.2.tgz#0e7350acdec80b1108528786ec1d4418d11b396d"

selenium-server@3.8.1:
version "3.8.1"
resolved "https://registry.yarnpkg.com/selenium-server/-/selenium-server-3.8.1.tgz#61c53afd8614ef4c61bc0823cdd9a6fd0f3f21d7"
selenium-server@3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/selenium-server/-/selenium-server-3.7.1.tgz#cb3d4f444a6ba04357eb49b3f79bca990f279dd2"

semantic-release@7.0.2:
version "7.0.2"
Expand Down Expand Up @@ -4390,9 +4394,9 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"

simple-icons@^1.2.15:
version "1.2.15"
resolved "https://registry.yarnpkg.com/simple-icons/-/simple-icons-1.2.15.tgz#9a595ba2d25fc48f538c7b1dd8f728b2c06b7c73"
simple-icons@^1.2.17:
version "1.2.17"
resolved "https://registry.yarnpkg.com/simple-icons/-/simple-icons-1.2.17.tgz#18a0b5b64c1fe53e21b633e1030a9985ced8b4e9"

slash@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit 811396b

Please sign in to comment.