openvidu-browser and openvidu-node-client dependencies updated

pull/121/head
pabloFuente 2018-09-25 11:01:36 +02:00
parent 1a03d42fc1
commit f1ef415e84
4 changed files with 2232 additions and 3010 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,13 @@
{ {
"author": "OpenVidu", "author": "OpenVidu",
"dependencies": { "dependencies": {
"@types/node": "10.9.4", "@types/node": "10.11.0",
"@types/platform": "1.3.1", "@types/platform": "1.3.1",
"freeice": "2.2.2", "freeice": "2.2.2",
"hark": "1.2.3", "hark": "1.2.3",
"platform": "1.3.5", "platform": "1.3.5",
"uuid": "3.3.2", "uuid": "3.3.2",
"webrtc-adapter": "6.3.2", "webrtc-adapter": "6.4.0",
"wolfy87-eventemitter": "5.2.5" "wolfy87-eventemitter": "5.2.5"
}, },
"description": "OpenVidu Browser", "description": "OpenVidu Browser",
@ -18,7 +18,7 @@
"grunt-cli": "1.3.1", "grunt-cli": "1.3.1",
"grunt-contrib-copy": "1.0.0", "grunt-contrib-copy": "1.0.0",
"grunt-contrib-sass": "1.0.0", "grunt-contrib-sass": "1.0.0",
"grunt-contrib-uglify": "3.4.0", "grunt-contrib-uglify": "4.0.0",
"grunt-contrib-watch": "1.1.0", "grunt-contrib-watch": "1.1.0",
"grunt-string-replace": "1.3.1", "grunt-string-replace": "1.3.1",
"grunt-ts": "6.0.0-beta.21", "grunt-ts": "6.0.0-beta.21",
@ -26,7 +26,7 @@
"tslint": "5.11.0", "tslint": "5.11.0",
"typedoc": "0.12.0", "typedoc": "0.12.0",
"typescript": "3.0.3", "typescript": "3.0.3",
"uglify-js": "3.4.8" "uglify-js": "3.4.9"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "lib/index.js", "main": "lib/index.js",

File diff suppressed because it is too large Load Diff

View File

@ -6,13 +6,13 @@
}, },
"description": "OpenVidu Node Client", "description": "OpenVidu Node Client",
"devDependencies": { "devDependencies": {
"@types/node": "10.9.4", "@types/node": "10.11.0",
"grunt": "1.0.3", "grunt": "1.0.3",
"grunt-autoprefixer": "3.0.4", "grunt-autoprefixer": "3.0.4",
"grunt-cli": "1.3.1", "grunt-cli": "1.3.1",
"grunt-contrib-copy": "1.0.0", "grunt-contrib-copy": "1.0.0",
"grunt-contrib-sass": "1.0.0", "grunt-contrib-sass": "1.0.0",
"grunt-contrib-uglify": "3.4.0", "grunt-contrib-uglify": "4.0.0",
"grunt-contrib-watch": "1.1.0", "grunt-contrib-watch": "1.1.0",
"grunt-string-replace": "1.3.1", "grunt-string-replace": "1.3.1",
"grunt-ts": "6.0.0-beta.21", "grunt-ts": "6.0.0-beta.21",