Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
deps(outdated): webdriver-manager and @types updated
Browse files Browse the repository at this point in the history
- webdriver-manager 10.2.6 uses the latest chromedriver, version 2.25
  • Loading branch information
cnishina committed Oct 26, 2016
1 parent 7083426 commit c11945a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
],
"author": "Julie Ralph <ju.ralph@gmail.com>",
"dependencies": {
"@types/jasmine": "^2.2.31",
"@types/node": "^6.0.35",
"@types/q": "^0.0.30",
"@types/jasmine": "^2.5.36",
"@types/node": "^6.0.46",
"@types/q": "^0.0.32",
"@types/selenium-webdriver": "~2.53.31",
"adm-zip": "0.4.7",
"chalk": "^1.1.3",
Expand All @@ -26,14 +26,14 @@
"saucelabs": "~1.3.0",
"selenium-webdriver": "2.53.3",
"source-map-support": "~0.4.0",
"webdriver-manager": "^10.2.2"
"webdriver-manager": "^10.2.6"
},
"devDependencies": {
"@types/chalk": "^0.4.28",
"@types/glob": "^5.0.29",
"@types/minimatch": "^2.0.28",
"@types/minimist": "^1.1.28",
"@types/optimist": "0.0.28",
"@types/optimist": "^0.0.29",
"body-parser": "~1.15.2",
"chai": "~3.5.0",
"chai-as-promised": "~5.3.0",
Expand Down

0 comments on commit c11945a

Please sign in to comment.