Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jul 13, 2015
1 parent c25c91c commit 7685484
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion client/updater.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ var VERSION = require('./constants').VERSION

var StatusUpdater = function (socket, titleElement, bannerElement, browsersElement) {
var updateBrowsersInfo = function (browsers) {
var items = [], status
var items = []
var status
for (var i = 0; i < browsers.length; i++) {
status = browsers[i].isReady ? 'idle' : 'executing'
items.push('<li class="' + status + '">' + browsers[i].name + ' is ' + status + '</li>')
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
"dom-serialize": "^2.2.0",
"expand-braces": "^0.1.1",
"glob": "^5.0.10",
"graceful-fs": "^3.0.6",
"graceful-fs": "^4.1.2",
"http-proxy": "^1.11.1",
"lodash": "^3.8.0",
"log4js": "^0.6.25",
Expand All @@ -218,7 +218,7 @@
"optimist": "^0.6.1",
"rimraf": "^2.3.3",
"socket.io": "~1.3.5",
"source-map": "^0.4.2",
"source-map": "^0.4.4",
"useragent": "^2.1.6"
},
"devDependencies": {
Expand All @@ -228,9 +228,9 @@
"chai-subset": "^1.0.1",
"coffee-errors": "^0.8.6",
"coffee-script": "^1.9.2",
"cucumber": "^0.4.7",
"eslint": "^0.22.1",
"eslint-config-standard": "^2.0.1",
"cucumber": "^0.5.2",
"eslint": "^0.24.1",
"eslint-config-standard": "^3.4.1",
"eslint-plugin-react": "^2.5.0",
"grunt": "^0.4",
"grunt-auto-release": "^0.0.6",
Expand All @@ -240,7 +240,7 @@
"grunt-contrib-watch": "^0.6.1",
"grunt-conventional-changelog": "^1.2.2",
"grunt-cucumberjs": "^0.7.0",
"grunt-eslint": "^14.0.0",
"grunt-eslint": "^16.0.0",
"grunt-mocha-test": "^0.12.7",
"grunt-npm": "0.0.2",
"karma-browserify": "^4.1.2",
Expand Down

0 comments on commit 7685484

Please sign in to comment.