Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Dec 30, 2016
1 parent 7dc745c commit eafafd1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,25 @@
"./lib/simple-auth.js": false
},
"dependencies": {
"metasync": "0.0.17",
"websocket": "^1.0.23"
"metasync": "0.0.19",
"websocket": "^1.0.24"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"eslint": "^3.11.1",
"eslint": "^3.12.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"karma-safari-launcher": "^1.0.0",
"karma-webpack": "^1.8.0",
"karma-webpack": "^1.8.1",
"mocha": "^3.2.0",
"remark-cli": "^2.1.0",
"remark-lint": "^5.2.0",
"remark-lint": "^5.4.0",
"remark-validate-links": "^5.0.0",
"webpack": "^1.13.3"
"webpack": "^1.14.0"
},
"scripts": {
"test": "npm run test-unit && npm run test-integration && npm run lint",
Expand Down

0 comments on commit eafafd1

Please sign in to comment.