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

Commit

Permalink
deps(update): update tslint and @types/selenium-webdriver (#3941)
Browse files Browse the repository at this point in the history
- use @types/selenium-webdriver ~2.53.39
- fix for tslint

closes #3939
  • Loading branch information
cnishina committed Jan 7, 2017
1 parent 7376708 commit 4d87c9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"dependencies": {
"@types/node": "^6.0.46",
"@types/q": "^0.0.32",
"@types/selenium-webdriver": "2.53.38",
"@types/selenium-webdriver": "~2.53.39",
"blocking-proxy": "0.0.2",
"chalk": "^1.1.3",
"glob": "^7.0.3",
"jasmine": "2.4.1",
"jasminewd2": "0.1.0-beta.0",
"jasminewd2": "~0.1.0",
"optimist": "~0.6.0",
"q": "1.4.1",
"saucelabs": "~1.3.0",
Expand Down Expand Up @@ -51,7 +51,7 @@
"rimraf": "~2.5.3",
"run-sequence": "^1.1.5",
"semver": "^5.3.0",
"tslint": "~4.2.0",
"tslint": "~4.3.0",
"tslint-eslint-rules": "^3.2.0",
"typescript": "^2.0.0",
"vrsource-tslint-rules": "^4.0.0"
Expand Down

0 comments on commit 4d87c9c

Please sign in to comment.