We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04daafa commit 5927906Copy full SHA for 5927906
app/templates/_package.json
@@ -28,9 +28,9 @@
28
"passport-facebook": "latest",<% } %><% if (filters.twitterAuth) { %>
29
"passport-twitter": "latest",<% } %><% if (filters.googleAuth) { %>
30
"passport-google-oauth": "latest",<% } %><% if (filters.socketio) { %>
31
- "socket.io": "^1.0.6",
32
- "socket.io-client": "^1.0.6",
33
- "socketio-jwt": "^3.0.0",<% } %>
+ "socket.io": "^1.3.5",
+ "socket.io-client": "^1.3.5",
+ "socketio-jwt": "^4.2.0",<% } %>
34
"serve-favicon": "~2.0.1"
35
},
36
"devDependencies": {
0 commit comments