Skip to content

Commit

Permalink
fix(deps): update socket.io packages to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and JPSchellenberg committed Jan 11, 2021
1 parent 0c59694 commit b391b6a
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 129 deletions.
24 changes: 8 additions & 16 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"redux-thunk": "2.3.0",
"save": "2.4.0",
"shortid": "2.2.16",
"socket.io-client": "2.3.1",
"socket.io-client": "2.4.0",
"superagent": "6.1.0",
"typescript": "4.1.3",
"web-vitals": "0.2.4"
Expand Down
152 changes: 41 additions & 111 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"nucleus-nodejs": "3.0.7",
"promisepipe": "3.0.0",
"rimraf": "3.0.2",
"socket.io": "2.3.0"
"socket.io": "2.4.0"
},
"scripts": {
"build": "npm run build:server && npm run build:client",
Expand Down

0 comments on commit b391b6a

Please sign in to comment.