Skip to content

Commit b570025

Browse files
committedSep 30, 2020
chore: bump engine.io-client and downgrade debug
The newer versions need to be transpiled to ES5, so we'll rollback for now as it breaks IE11. We'll have to find a way to provide the users who bundle the Engine.IO (or Socket.IO) client (with webpack for example) with a source code which does not include debug (or document the usage of webpack-remove-debug [1]). [1] https://github.com/johngodley/webpack-remove-debug
1 parent 1fb1b78 commit b570025

File tree

2 files changed

+110
-33
lines changed

2 files changed

+110
-33
lines changed
 

‎package-lock.json

+107-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"backo2": "1.0.2",
1919
"component-bind": "1.0.0",
2020
"component-emitter": "~1.3.0",
21-
"debug": "~4.1.0",
21+
"debug": "~3.1.0",
2222
"engine.io-client": "~3.4.0",
2323
"has-binary2": "~1.0.2",
2424
"indexof": "0.0.1",
25-
"parseqs": "0.0.5",
26-
"parseuri": "0.0.5",
25+
"parseqs": "0.0.6",
26+
"parseuri": "0.0.6",
2727
"socket.io-parser": "~3.3.0",
2828
"to-array": "0.1.4"
2929
},

0 commit comments

Comments
 (0)
Please sign in to comment.