Skip to content

Commit

Permalink
transloadit: pin socket.io-client to ES5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Sep 20, 2019
1 parent 9dae62d commit 5839b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/transloadit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@uppy/tus": "file:../tus",
"@uppy/utils": "file:../utils",
"component-emitter": "^1.2.1",
"socket.io-client": "^2.1.1"
"socket.io-client": "~2.2.0"
},
"peerDependencies": {
"@uppy/core": "^1.0.0"
Expand Down

0 comments on commit 5839b65

Please sign in to comment.