[mirotalksfu] - update dep.

main
Miroslav Pejic 4 years ago
parent 5652d086cd
commit 1bbb833e3a

@ -56,7 +56,8 @@ If you want to deploy a `MiroTalk SFU` instance on `your dedicated droplet`, or
## Run it locally
- You will need to have `NodeJS` installed, this project has been tested with Node version [12.X](https://nodejs.org/en/blog/release/v12.22.1/) and [14.X](https://nodejs.org/en/blog/release/v14.17.5/), `python3-pip DEB package`, `build-essential DEB package` and `python version >= 3.6 with PIP`.
- You will need to have `NodeJS` installed, this project has been tested with Node version [12.X](https://nodejs.org/en/blog/release/v12.22.1/) and [14.X](https://nodejs.org/en/blog/release/v14.17.5/).
- python3-pip DEB package, build-essential DEB package and python version >= 3.6 with PIP.
- The `requirements` can also be found [here](https://mediasoup.org/documentation/v3/mediasoup/installation/#requirements).
```bash

@ -20,11 +20,11 @@
"cors": "2.8.5",
"express": "4.17.3",
"httpolyglot": "0.1.2",
"mediasoup": "3.9.6",
"mediasoup": "3.9.7",
"mediasoup-client": "3.6.50",
"ngrok": "4.3.0",
"@sentry/node": "^6.17.9",
"@sentry/integrations": "^6.17.9",
"@sentry/node": "^6.18.0",
"@sentry/integrations": "^6.18.0",
"socket.io": "4.4.1",
"swagger-ui-express": "4.3.0",
"uuid": "8.3.2",

Loading…
Cancel
Save