mafintosh / webrtc-swarm

Create a swarm of p2p connections using webrtc and a signalhub
MIT License
380 stars 60 forks source link

Upgrade dependencies #35

Open aslakhellesoy opened 5 years ago

aslakhellesoy commented 5 years ago

Upgrade simple-peer dependency to 9.2.0. This is needed to make this library work on Safari 12.0 (14606.1.36.1.9) - see https://github.com/feross/simple-peer/issues/190 and https://github.com/feross/simple-peer/pull/337.

While I was at it I also upgraded other dependencies (and reformatted code according to latest standard).

This PR supersedes #33

G-Ray commented 5 years ago

@mafintosh can you review this please :arrow_up: ?