openvidu-browser: dependencies update

This commit is contained in:
pabloFuente 2019-11-08 09:24:16 +01:00
parent 6afda4f7d6
commit 5e9f9f4fe1
3 changed files with 351 additions and 214 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,18 @@
{
"author": "OpenVidu",
"dependencies": {
"@types/node": "12.6.8",
"@types/node": "12.12.6",
"@types/platform": "1.3.2",
"freeice": "2.2.2",
"hark": "1.2.3",
"platform": "1.3.5",
"uuid": "3.3.2",
"wolfy87-eventemitter": "5.2.6"
"uuid": "3.3.3",
"wolfy87-eventemitter": "5.2.8"
},
"description": "OpenVidu Browser",
"devDependencies": {
"autoprefixer": "9.6.1",
"browserify": "16.3.0",
"autoprefixer": "9.7.1",
"browserify": "16.5.0",
"grunt": "1.0.4",
"grunt-cli": "1.3.2",
"grunt-contrib-copy": "1.0.0",
@ -23,10 +23,10 @@
"grunt-string-replace": "1.3.1",
"grunt-ts": "6.0.0-beta.22",
"tsify": "4.0.1",
"tslint": "5.18.0",
"tslint": "5.20.1",
"typedoc": "0.15.0",
"typescript": "3.5.3",
"uglify-js": "3.6.0"
"typescript": "3.7.2",
"uglify-js": "3.6.8"
},
"license": "Apache-2.0",
"main": "lib/index.js",

View File

@ -292,7 +292,7 @@ export class Publisher extends StreamManager {
resolve();
}).catch(error => {
reject(error);
})
});
});
}