Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Henning Morud committed Jun 6, 2018
1 parent 0ae2ecb commit 52252f0
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 @@ -19,7 +19,7 @@
],
"license": "BSD-2-Clause",
"dependencies": {
"ws": "^2.0.0"
"ws": "^5.2.0"
},
"peerDependencies": {
"express": "^4.0.0 || ^5.0.0-alpha.1"
Expand All @@ -44,11 +44,11 @@
},
"homepage": "https://github.com/HenningM/express-ws",
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.5.0",
"eslint": "^3.15.0",
"eslint": "^4.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"express": "^5.0.0-alpha.1"
"eslint-plugin-import": "^2.12.0",
"express": "^5.0.0-alpha.6"
}
}

0 comments on commit 52252f0

Please sign in to comment.