Skip to content

Commit

Permalink
fix: Fix socket.io type dependency (#2526)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Jan 10, 2022
1 parent 7fd94ce commit 32356a5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 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 packages/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@feathersjs/transport-commons": "^4.5.12",
"@types/socket.io": "^3.0.1",
"@types/socket.io": "^2.1.11",
"debug": "^4.3.3",
"socket.io": "^2.3.0",
"uberproto": "^2.0.6"
Expand Down

0 comments on commit 32356a5

Please sign in to comment.