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

Commit

Permalink
dep(upgrade): upgrade dependencies and typings to latest (#3356)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnishina authored and heathkit committed Jul 11, 2016
1 parent 2a49c01 commit 5075e86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@
"optimist": "~0.6.0",
"q": "1.4.1",
"saucelabs": "~1.2.0",
"selenium-webdriver": "2.53.2",
"selenium-webdriver": "2.53.3",
"source-map-support": "~0.4.0",
"webdriver-manager": "^10.1.0"
"webdriver-manager": "^10.2.1"
},
"devDependencies": {
"body-parser": "1.15.1",
"body-parser": "~1.15.2",
"chai": "~3.5.0",
"chai-as-promised": "~5.3.0",
"clang-format": "^1.0.34",
"expect.js": "~0.3.1",
"express": "~4.13.3",
"express": "~4.14.0",
"gulp": "^3.9.1",
"gulp-clang-format": "^1.0.23",
"jshint": "^2.9.2",
"lodash": "^4.5.1",
"marked": "^0.3.3",
"mocha": "2.5.3",
"rimraf": "~2.5.0",
"rimraf": "~2.5.3",
"run-sequence": "^1.1.5",
"typescript": "^1.8.10",
"typings": "^1.0.4"
Expand Down
2 changes: 1 addition & 1 deletion typings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"jasmine": "registry:dt/jasmine#2.2.0+20160621224255",
"minimatch": "registry:dt/minimatch#2.0.8+20160317120654",
"minimist": "registry:dt/minimist#1.1.3+20160317120654",
"node": "registry:dt/node#6.0.0+20160621231320",
"node": "registry:dt/node#6.0.0+20160709114037",
"optimist": "registry:dt/optimist#0.0.0+20160316171810",
"q": "registry:dt/q#0.0.0+20160613154756"
}
Expand Down

0 comments on commit 5075e86

Please sign in to comment.